- 27 Apr, 2005 18 commits
-
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug9298-merge mysql-test/r/group_by.result: Auto merged sql/protocol.cc: Auto merged
-
unknown authored
into mysql.com:/home/pem/work/mysql-5.0 sql/item_func.cc: Auto merged
-
unknown authored
(Review on irc by monty) mysql-test/r/sp-error.result: Renamed a procedure and function to avoid confusion mysql-test/t/sp-error.test: Renamed a procedure and function to avoid confusion sql/item_func.cc: Corrected (and better) way to set/reset the client cap. flag in Item_func_sp::execute() sql/share/errmsg.txt: Changed the ER_SP_BADSELECT error; more accurate, and includes the procedure name. sql/sql_parse.cc: Include the procedure name in the new error message.
-
unknown authored
mysql-test/r/func_math.result: after merge fix: the test should be added after we have new hf's pm code pushed. mysql-test/t/func_math.test: after merge fix: the test should be added after we have new hf's pm code pushed.
-
unknown authored
ndb/src/ndbapi/ndberror.c: Auto merged sql/item_func.cc: ul used, as hf said he has a patch for this code.
-
unknown authored
into mysql.com:/usr/home/ram/work/4.1.b9803
-
unknown authored
into mysql.com:/home/pem/work/mysql-5.0 sql/item_func.h: Auto merged
-
unknown authored
Fix compilation error if HAVE_REPLICATION is not defined sql/handler.cc: Fix compilation error if HAVE_REPLICATION is not defined
-
unknown authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
-
unknown authored
into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
-
unknown authored
-
unknown authored
into mysql.com:/home/pem/work/mysql-5.0
-
unknown authored
Correct an assertion sql/ha_innodb.cc: Correct an assertion
-
unknown authored
Fix compilation error if HAVE_REPLICATION is not defined sql/mysqld.cc: Fix compilation error if HAVE_REPLICATION is not defined sql/ha_innodb.cc: Fix compilation error if HAVE_REPLICATION is not defined
-
unknown authored
Fix linking and compilation errors sql/ha_innodb.cc: Fix linking and compilation errors
-
unknown authored
into mysql.com:/home/jonas/src/mysql-4.1 ndb/src/ndbapi/ndberror.c: Auto merged
-
unknown authored
Remove printf's from semi-sync code in sql_repl.cc sql/sql_repl.cc: Remove printf's from semi-sync code in sql_repl.cc
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-5.0 innobase/dict/dict0dict.c: Auto merged innobase/fil/fil0fil.c: Auto merged innobase/include/dict0dict.h: Auto merged
-
- 26 Apr, 2005 22 commits
-
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-5.0 sql/mysqld.cc: Auto merged
-
unknown authored
Fix a problem in crash recovery of .ibd files on Windows if the user used lower_case_table_names=0 or 2; the directory scan in crash recovery forgot to put all paths to lower case, so that the tablespace name would be consistent with the internal data dictionary of InnoDB; remember that InnoDB puts internally all database names and table names to lower case on Windows, regardless of the value of lower_case_table_names innobase/fil/fil0fil.c: Fix a problem in crash recovery of .ibd files on Windows if the user used lower_case_table_names=0 or 2; the directory scan in crash recovery forgot to put all paths to lower case, so that the tablespace name would be consistent with the internal data dictionary of InnoDB; remember that InnoDB puts internally all database names and table names to lower case on Windows, regardless of the value of lower_case_table_names innobase/include/dict0dict.h: Fix a problem in crash recovery of .ibd files on Windows if the user used lower_case_table_names=0 or 2; the directory scan in crash recovery forgot to put all paths to lower case, so that the tablespace name would be consistent with the internal data dictionary of InnoDB; remember that InnoDB puts internally all database names and table names to lower case on Windows, regardless of the value of lower_case_table_names innobase/dict/dict0dict.c: Fix a problem in crash recovery of .ibd files on Windows if the user used lower_case_table_names=0 or 2; the directory scan in crash recovery forgot to put all paths to lower case, so that the tablespace name would be consistent with the internal data dictionary of InnoDB; remember that InnoDB puts internally all database names and table names to lower case on Windows, regardless of the value of lower_case_table_names
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-clean BitKeeper/deleted/.del-acinclude.m4~f4ab416bac5003: Auto merged configure.in: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
into mysql.com:/M50/mysql-5.0
-
unknown authored
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
We simply have to disallow any kind of result set being sent back from a function. Can't see any way to make that to work. mysql-test/r/sp-error.result: New test case for BUG#8408. mysql-test/t/sp-error.test: New test case for BUG#8408. sql/item_func.cc: Disable result sets from functions but temporarily turning CLIENT_MULTI_RESULTS off. sql/share/errmsg.txt: Added error message for statements not allowed in functions (detected during parsing). sql/sql_yacc.yy: Don't allow result sets in functions.
-
unknown authored
config/ac-macros/misc.m4: Add detection of struct rlimit
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.0-build BitKeeper/deleted/.del-acinclude.m4~f4ab416bac5003: Auto merged configure.in: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
acinclude.m4: Fix typo
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-5.0 sql/ha_innodb.cc: Auto merged sql/handler.cc: Auto merged sql/set_var.cc: Auto merged
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b9489
-
unknown authored
-
unknown authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
-
unknown authored
myisam/mi_key.c: A fix (bug #10176: problem with varchar keys). Should skip key pack length for 'old' too.
-
unknown authored
absolute path".
-
unknown authored
into quadita2.mysql.com:/nfstmp1/guilhem/mysql-5.0-4ita mysql-test/r/blackhole.result: Auto merged
-
unknown authored
no rows of the blackhold engine (for this engine to be a binlog propagator). NOTE: blackhole.test currently hangs in 5.0 BUG#10175 so I'll merge without running this test; the person who fixes the hang will correct the merged blackhole.result or ask me to). mysql-test/r/blackhole.result: result update mysql-test/t/blackhole.test: checking that statements get into binlog even when they were affecting no rows of the blackhold engine. So that this engine can serve as a binlog propagator (A->B->C replication where B has only blackhole tables, B receives binlog from A, applies it to blackhole tables, writes statements to its binlog which it sends to C; both A and C have non-blackhole tables). B is just a proxy.
-
unknown authored
option in my.cnf correctly"
-