- 08 Mar, 2003 1 commit
-
-
unknown authored
-
- 07 Mar, 2003 1 commit
-
-
unknown authored
mysql-test/r/join.result: Test of range optimizer bug mysql-test/t/join.test: Test of range optimizer bug sql/sql_rename.cc: Added missing DEBUG_PRINT()
-
- 05 Mar, 2003 2 commits
- 04 Mar, 2003 3 commits
- 03 Mar, 2003 2 commits
-
-
unknown authored
sql/lock.cc: Added functions to handle list of table name locks sql/mysql_priv.h: Added functions to handle list of named locks sql/sql_rename.cc: Use new general table name lock functions sql/sql_table.cc: Require table name locks when doing drop table. This fixed a deadlock problem when using LOCK TABLE in one thread and DROP TABLE in another
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql
-
- 28 Feb, 2003 3 commits
- 26 Feb, 2003 2 commits
- 25 Feb, 2003 4 commits
-
-
unknown authored
mysql-test/t/rpl_rotate_logs.slave-mi: Rename: mysql-test/t/rpl_rotate_logs-slave-master-info.opt -> mysql-test/t/rpl_rotate_logs.slave-mi mysql-test/t/rpl000015.slave-mi: Rename: mysql-test/t/rpl000015-slave-master-info.opt -> mysql-test/t/rpl000015.slave-mi
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql sql/share/polish/errmsg.txt: Auto merged
-
unknown authored
Ensured that all errors messages ends with: ", sql/share/czech/errmsg.txt: Fixed new line terminations sql/share/danish/errmsg.txt: Fixed "syntax" errors. sql/share/dutch/errmsg.txt: Fixed "syntax" errors. sql/share/english/errmsg.txt: Fixed "syntax" errors. sql/share/estonian/errmsg.txt: Fixed "syntax" errors. sql/share/french/errmsg.txt: Fixed "syntax" errors. sql/share/german/errmsg.txt: Fixed "syntax" errors. sql/share/greek/errmsg.txt: Fixed "syntax" errors. sql/share/hungarian/errmsg.txt: Fixed "syntax" errors. sql/share/italian/errmsg.txt: Fixed "syntax" errors. sql/share/japanese/errmsg.txt: Fixed "syntax" errors. sql/share/korean/errmsg.txt: Fixed "syntax" errors. sql/share/norwegian-ny/errmsg.txt: Fixed "syntax" errors. sql/share/norwegian/errmsg.txt: Fixed "syntax" errors. sql/share/polish/errmsg.txt: Fixed "syntax" errors. sql/share/portuguese/errmsg.txt: Fixed "syntax" errors. sql/share/romanian/errmsg.txt: Fixed "syntax" errors. sql/share/russian/errmsg.txt: Fixed "syntax" errors. sql/share/slovak/errmsg.txt: Fixed "syntax" errors. sql/share/spanish/errmsg.txt: Fixed "syntax" errors. sql/share/swedish/errmsg.txt: Fixed "syntax" errors. sql/share/ukrainian/errmsg.txt: Fixed "syntax" errors.
-
unknown authored
-
- 21 Feb, 2003 2 commits
-
-
unknown authored
Add diagnostic prints if insert buffer merge is tried to a page whose type is not an index page, try to recover from the situation by discarding the insert buffer records innobase/ibuf/ibuf0ibuf.c: Add diagnostic prints if insert buffer merge is tried to a page whose type is not an index page, try to recover from the situation by discarding the insert buffer records
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql
-
- 19 Feb, 2003 1 commit
-
-
unknown authored
-
- 18 Feb, 2003 2 commits
- 16 Feb, 2003 1 commit
-
-
unknown authored
-
- 14 Feb, 2003 1 commit
-
-
unknown authored
-
- 12 Feb, 2003 4 commits
- 11 Feb, 2003 1 commit
-
-
unknown authored
sql/sql_class.cc: backporting Peter's fix for better RAND() initialization from 4.0 to see what it does try perl -e 'while($N=shift) { printf "N=%-10d",$N; @b=@c=(); for (1..$N) { @A=split(" ",`mysql -BNe "select rand(), rand(), rand(), rand()"`); for(0..3) { $b[$_]+=$a[$_]; $c[$_]+=$a[$_]*$a[$_]; }} for (0..3) { printf "%15.14f ",($c[$_]-$b[$_]*$b[$_]/$N)/$N } print "\n" }' 10 10 10 100 100 10 100 1000 before and after the fix
-
- 10 Feb, 2003 2 commits
- 08 Feb, 2003 1 commit
-
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql
-
- 06 Feb, 2003 1 commit
-
-
unknown authored
mysql-test/r/type_datetime.result: result for datetime fix mysql-test/t/type_datetime.test: test for datetime fix sql/sql_select.cc: Fix for a bug caused implicitely by MySQL having to comply with ODBC standard on datetime comparisons. This failed to update used_tables() for OR condition, which is why query returned all rows on query as in .test above, while none of types contains NULL nor 0 datetime (last one from ODBC)
-
- 05 Feb, 2003 3 commits
-
-
unknown authored
- add version number to build log files (e.g. Logs/build-4.1-standard.log) - add host name and uname to Subject line of build failure mails (e.g. "Subject: build(Linux): mysql-4.1-standard compilation failed") -> Please merge with all other trees! Build-tools/Do-compile: Small enhancements: - add version number to build log files (e.g. Logs/build-4.1-standard.log) - add host name and uname to Subject line of build failure mails (e.g. "Subject: build(Linux): mysql-4.1-standard compilation failed")
-
unknown authored
the --password parameter (better add it to my.cnf instead) (Thanks to Christian Hammers for the suggestion) scripts/mysqlhotcopy.sh: - added word of warning about providing the password as cleartext using the --password parameter (better add it to my.cnf instead)
-
unknown authored
address to report bugs to bugs@mysql.com (thanks to Christian Hammers for pointing this out) - please merge this into all other trees! scripts/mysqlaccess.sh: - Yves mail address does not seem to be valid anymore - changed mail address to report bugs to bugs@mysql.com (thanks to Christian Hammers for pointing this out)
-
- 04 Feb, 2003 2 commits
-
-
unknown authored
Backport from 4.0: fix potential bug if store_lock is called with TL_IGNORE in the middle of a query sql/ha_innobase.cc: Backport from 4.0: fix potential bug if store_lock is called with TL_IGNORE in the middle of a query
-
unknown authored
and actually results in an error with very recent autoconf versions! (see http://www.gnu.org/manual/autoconf/html_node/autoconf_165.html or "AC_LIBOBJ vs. LIBOBJS" in the autoconf documentation) Please merge this into 4.0 as well!
-
- 29 Jan, 2003 1 commit
-
-
unknown authored
-