- 11 Oct, 2005 1 commit
-
-
unknown authored
Disallow conflicting use of variables named "password" and "names". If such a variable is declared, and "SET ... = ..." is used for them, an error is returned; the user must resolve the conflict by either using `var` (indicating that the local variable is set) or by renaming the variable. This is necessary since setting "password" and "names" are treated as special cases by the parser. mysql-test/r/sp-error.result: New test cases for BUG#13510 mysql-test/t/sp-error.test: New test cases for BUG#13510 sql/share/errmsg.txt: New error message for when certain variable names are use which would be parsed the wrong way. (E.g. "password" and "names") sql/sql_yacc.yy: Check if "names" or "password" are used as local variable/parameter, in which case "set names" or "set password" will be parsed the wrong way. Give an error message instead.
-
- 10 Oct, 2005 2 commits
- 09 Oct, 2005 1 commit
-
-
unknown authored
Fix a compile failure BitKeeper/deleted/.del-protocol_cursor.cc~2a1ab8e023a166a4: Delete: sql/protocol_cursor.cc VC++Files/libmysqld/libmysqld.dsp: Remove protocol_cursor.cpp (no longer used) from sources VC++Files/sql/mysqld.dsp: Remove protocol_cursor.cpp (no longer used) from sources sql/mysqld.cc: Fix a compile failure
-
- 08 Oct, 2005 4 commits
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 server-tools/instance-manager/mysql_connection.cc: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 mysql-test/r/rpl_flush_tables.result: Auto merged mysql-test/t/rpl_flush_tables.test: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
(and contain extern "C" when necessary)
-
unknown authored
don't allow STOP SLAVE if global read lock is in taken
-
- 07 Oct, 2005 8 commits
-
-
unknown authored
into mysql.com:/home/cps/mysql/trees/mysql-5.0
-
unknown authored
server-tools/instance-manager/mysql_connection.cc: fix pragma statement server-tools/instance-manager/user_map.cc: fix pragma statement
-
unknown authored
-
unknown authored
ndb/src/mgmsrv/Services.cpp: Auto merged
-
unknown authored
-
unknown authored
client/mysql.cc: Auto merged mysql-test/t/rpl_openssl.test: Auto merged mysql-test/r/rpl_openssl.result: manual merge
-
unknown authored
allow select into outfile from I_S tables it is enough to add FILE_ACL for I_S tables only to 'check_table_access' function as we use 'any_db' for 'check_access' function in places where FILE_ACL is required mysql-test/t/outfile.test: Fix for bug#13202 SELECT * INTO OUTFILE ... FROM information_schema.schemata now fails test case
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug13484 sql/ha_innodb.cc: Auto merged mysql-test/r/index_merge_innodb.result: Auto merged mysql-test/r/rowid_order_innodb.result: Auto merged mysql-test/t/index_merge_innodb.test: Auto merged
-
- 06 Oct, 2005 18 commits
-
-
unknown authored
Corrected platform name output Services.cpp: Dont print null address (back port from 5.0) ndb/src/mgmsrv/Services.cpp: Dont print null address (back port from 5.0) scripts/make_binary_distribution.sh: Corrected platform name output
-
unknown authored
Reintroduced --machine Better sh compatibility, "for i ; do" is not portable scripts/make_binary_distribution.sh: Reintroduced --machine Better sh compatibility, "for i ; do" is not portable
-
unknown authored
into mysql.com:/home/dellis/mysqlab/bk/mysql-5.0
-
unknown authored
into mysql.com:/home/dellis/mysqlab/bk/mysql-4.1
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
unknown authored
-
unknown authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
-
unknown authored
Fixed documentation for findopt(). Cleaned code a bit.
-
unknown authored
(bug#13791 - mysqld crashes at startup in TC_LOG_MMAP::open)
-
unknown authored
Replaced --machine with --platform General code cleanup scripts/make_binary_distribution.sh: Replaced --machine with --platform General code cleanup
-
unknown authored
into mysql.com:/home/gluh/MySQL/Bugs/4.1.13605
-
unknown authored
-
unknown authored
-
unknown authored
into msdesk.(none):/home/msvensson/mysql-5.0 BUILD/SETUP.sh: Auto merged BitKeeper/deleted/.del-ctype-cp932.c: Auto merged BitKeeper/deleted/.del-ctype_cp932.result: Auto merged BitKeeper/deleted/.del-ctype_cp932.test: Auto merged BitKeeper/deleted/.del-ndb_range_bounds.pl~ff7e47a35fb44c74: Auto merged innobase/os/os0sync.c: Auto merged mysql-test/r/ctype_tis620.result: Auto merged mysql-test/r/ctype_ucs.result: Auto merged mysql-test/r/ctype_utf8.result: Auto merged mysql-test/t/ctype_uca.test: Auto merged mysql-test/t/ctype_ucs.test: Auto merged mysql-test/t/ctype_ujis.test: Auto merged mysql-test/t/ctype_utf8.test: Auto merged sql/ha_innodb.cc: Auto merged sql/item_cmpfunc.cc: Auto merged strings/ctype-big5.c: Auto merged strings/ctype-gbk.c: Auto merged strings/ctype-simple.c: Auto merged strings/ctype-sjis.c: Auto merged strings/ctype-ucs2.c: Auto merged client/mysql.cc: Sam change in both 4.1 and 5.0 mysql-test/r/ctype_uca.result: Merge mysql-test/r/ctype_ujis.result: Merge strings/ctype-mb.c: Merge strings/ctype-tis620.c: Merge
-
unknown authored
Wrong variable. sql/item_cmpfunc.cc: Wrong variable.
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 ndb/src/mgmsrv/Services.cpp: Auto merged
-
unknown authored
BitKeeper/deleted/.del-ndb_range_bounds.pl~ff7e47a35fb44c74: Delete: mysql-test/ndb/ndb_range_bounds.pl
-
unknown authored
Let pthread_mutex_init() macro return 0 on Windows mysql_priv.h: Return type is to be 'my_bool' for 'opt_enable_shared_memory' sql/mysql_priv.h: Return type is to be 'my_bool' for 'opt_enable_shared_memory' include/my_pthread.h: Let pthread_mutex_init() macro return 0 on Windows
-
- 05 Oct, 2005 6 commits
-
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0 sql/sql_table.cc: Auto merged
-
unknown authored
fixed CHECKSUM TABLE to be independent from the first 'deleted' bit in the null bitmask (undefined in the InnoDB) bug#13710 sql/sql_table.cc: fixed CHECKSUM TABLE to be independent from the first 'deleted' bit in the null bitmask (undefined in the InnoDB) bug#13710
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-