Commit f6212d24 authored by unknown's avatar unknown

Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql


BitKeeper/etc/ignore:
  auto-union
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
Docs/manual.texi:
  Auto merged
parents 13ae76ec 7603a9c7
...@@ -237,11 +237,15 @@ scripts/safe_mysqld ...@@ -237,11 +237,15 @@ scripts/safe_mysqld
sql-bench/Results-linux/ATIS-mysql_bdb-Linux_2.2.14_my_SMP_i686 sql-bench/Results-linux/ATIS-mysql_bdb-Linux_2.2.14_my_SMP_i686
sql-bench/bench-init.pl sql-bench/bench-init.pl
sql-bench/compare-results sql-bench/compare-results
sql-bench/compare-results-all
sql-bench/copy-db sql-bench/copy-db
sql-bench/crash-me sql-bench/crash-me
sql-bench/gif/*
sql-bench/graph-compare-results
sql-bench/output/* sql-bench/output/*
sql-bench/run-all-tests sql-bench/run-all-tests
sql-bench/server-cfg sql-bench/server-cfg
sql-bench/template.html
sql-bench/test-ATIS sql-bench/test-ATIS
sql-bench/test-alter-table sql-bench/test-alter-table
sql-bench/test-big-tables sql-bench/test-big-tables
...@@ -283,5 +287,3 @@ support-files/mysql.server ...@@ -283,5 +287,3 @@ support-files/mysql.server
support-files/mysql.spec support-files/mysql.spec
tags tags
tmp/* tmp/*
sql-bench/gif/*
sql-bench/graph-compare-results
...@@ -3,3 +3,4 @@ jani@janikt.pp.saunalahti.fi ...@@ -3,3 +3,4 @@ jani@janikt.pp.saunalahti.fi
monty@tik.mysql.fi monty@tik.mysql.fi
mwagner@evoq.mwagner.org mwagner@evoq.mwagner.org
paul@teton.kitebird.com paul@teton.kitebird.com
monty@hundin.mysql.fi
...@@ -42534,6 +42534,9 @@ For more information on Object Oriented Programming ...@@ -42534,6 +42534,9 @@ For more information on Object Oriented Programming
@uref{http://language.perl.com/info/documentation.html} @uref{http://language.perl.com/info/documentation.html}
@end example @end example
Note that if you want to use transactions with Perl, you need to have
@code{Msql-Mysql-modules} version 1.2216 or newer.
Installation instructions for @strong{MySQL} Perl support are given in Installation instructions for @strong{MySQL} Perl support are given in
@ref{Perl support}. @ref{Perl support}.
...@@ -46234,7 +46237,8 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. ...@@ -46234,7 +46237,8 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}.
@itemize @bullet @itemize @bullet
@item @item
Added support for symbolic links to @code{MyISAM} tables. Added support for symbolic links to @code{MyISAM} tables. Symlink handling is
now enabled by default for Windows.
@item @item
Added @code{SQL_CALC_FOUND_ROWS} and @code{FOUND_ROWS()}. This makes it Added @code{SQL_CALC_FOUND_ROWS} and @code{FOUND_ROWS()}. This makes it
possible to know how many rows a query would have returned possible to know how many rows a query would have returned
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment