- 25 Oct, 2005 1 commit
-
-
unknown authored
The cause for the bug is that the priorities of all rules/terminals that process the FROM clause are not fully specified, and the parser generator produces a parser that doesn't always parse the FROM clause so that JOINs are left-associative. As a result the final join tree produced by the parser is incorrect, which is the cause for subsequent name resolution to fail. mysql-test/r/select.result: Test for BUG#13832. mysql-test/t/select.test: Test for BUG#13832. sql/sql_yacc.yy: Fix for BUG#13832 - Unknown column t1.a in 'on clause'. List all join-related operators as having lower priority than the join operands to make the parser process join- related productions from left to right.
-
- 20 Oct, 2005 3 commits
-
-
unknown authored
Set the version number to 5.0.16 configure.in: Set the version number to 5.0.16
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.0 mysys/charset.c: Auto merged
-
unknown authored
Bug#13238 mysqldump and mysqladmin hangs Avoid recursion into init_available_charsets. Serg's version didn't work for me: I got double mutex locking. Pushing this version instead (It was approved by Serg anyway) mysys/charset.c: Bug#13238 mysqldump and mysqladmin hangs Avoid recursion into init_available_charsets. Serg's version didn't work for me: I got double mutex locking. Pushing this version instead (It was approved by Serg anyway)
-
- 19 Oct, 2005 11 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean mysql-test/my_manage.c: Auto merged mysql-test/mysql_test_run_new.c: Auto merged sql/item_func.cc: Auto merged sql/mysqld.cc: Auto merged mysql-test/r/variables.result: Resolve conflicts mysql-test/t/variables.test: Resolve conflicts sql/sql_acl.cc: Resolve conflicts strings/ctype-simple.c: Resolve conflicts strings/ctype-ucs2.c: Resolve conflicts
-
unknown authored
into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
-
unknown authored
into mysql.com:/home/emurphy/src/bk-innodb/mysql-5.0 innobase/include/rem0rec.h: Auto merged innobase/include/rem0rec.ic: Auto merged innobase/row/row0upd.c: Auto merged
-
unknown authored
into mysql.com:/home/alexi/dev/mysql-4.1-4375
-
unknown authored
Applying InnoDB patch from Jan Lindstrom
-
unknown authored
during replication. Modified my_dir(). Now this function skips hidden and system files which sometimes are created by Windows. NOTE. The fix is similar to the previuos one (05 July 2004) except for correct setting of the 'attrib' variable value (within the previous fix this variable was left uninitialized when my_dir() was called with My_flags & MY_WANT_STAT == 0). mysys/my_lib.c: Modified my_dir(). Now this function skips hidden and system files which sometimes are created by Windows.
-
unknown authored
without database" mysql-test/r/sp-error.result: Test results fixed (a test case for Bug#13587) mysql-test/t/sp-error.test: A test case for Bug#13587 "Server crash when SP is created without database" sql/sql_parse.cc: - move initialization of lex->sphead->m_db before it's used. - cleanup; comment why right now can't be cleaned any more
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug12915-merge
-
unknown authored
-
unknown authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0.test2
-
unknown authored
Changed option text in mysqldump.c mysqldump.c: Changed text to read "+00:00" as opposed to "UTC" (per what the code does) client/mysqldump.c: Changed text to read "+00:00" as opposed to "UTC" (per what the code does)
-
- 18 Oct, 2005 25 commits
-
-
unknown authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0.test1
-
unknown authored
into krsna.patg.net:/home/patg/mysql-build/mysql-5.0.test1
-
unknown authored
sql/ha_federated.cc: Re-application of patch from earlier, adding debug to create_where_from_key as well as small bug fix for setting of records and deleted in delete_all_rows to after db call.
-
unknown authored
into zim.(none):/home/brian/mysql/mysql-5.0
-
unknown authored
mysql-test/r/archive.result: Result file for adding check table support mysql-test/t/archive.test: Simple test for check table. The additional select is added just to make sure the file is not destroyed. sql/ha_archive.cc: Updates for adding CHECK table support. is_crashed() now returns the state of the file. sql/ha_archive.h: Updates for adding CHECK table support
-
unknown authored
mysql-test/r/update.result: Auto merged mysql-test/t/update.test: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/records.cc: Auto merged sql/repl_failsafe.cc: Auto merged sql/slave.cc: Auto merged sql/structs.h: Auto merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
-
unknown authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0-build
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
-
unknown authored
into regul.home.lan:/mnt/md/bk/mysql-5.0
-
unknown authored
-
unknown authored
use USE_PRAGMA_INTERFACE before include of my_global.h, where it is defined server-tools/instance-manager/command.h: don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined server-tools/instance-manager/listener.h: don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined server-tools/instance-manager/mysql_connection.h: don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined server-tools/instance-manager/options.h: don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined server-tools/instance-manager/thread_registry.cc: fix register server-tools/instance-manager/thread_registry.h: don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined server-tools/instance-manager/user_map.h: don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug4-5.0
-
unknown authored
mysql-test/r/skip_grants.result: creation view with DEFINER clause if --skip-grant-tables mysql-test/t/skip_grants.test: creation view with DEFINER clause if --skip-grant-tables sql/sql_acl.cc: check of ACL initialization in is_acl_user()
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/mysqld.cc: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
Added initial support of stress testing. Now it is possible to start stress test from mysql-test-run script. For details see README.stress
-
unknown authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
-
unknown authored
mysql-test/my_manage.c: Avoid warning: i not used in case of Windows. mysql-test/mysql_test_run_new.c: Removed unused variable. sql/item_func.cc: Removed unused variables. strings/ctype-simple.c: Added cast. strings/ctype-ucs2.c: Added cast.
-
unknown authored
into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
-
unknown authored
-
unknown authored
sql/sql_show.cc: 1. Use Field_longlong::store(longlong nr, bool unsigned_val) for ulonglong values instead of Field_longlong::store(double nr). 2. CHARACTER_OCTET_LENGTH and CHARACTER_MAXIMUM_LENGTH fields filing order fixed (8 <-> 9).
-
unknown authored
into mysql.com:/home/psergey/mysql-4.1-bug12915-r2 sql/sql_update.cc: Auto merged
-
unknown authored
-