- 30 Apr, 2005 1 commit
-
-
unknown authored
mysql-test/r/bigint.result: Test to show show that the parser threats big longlong values as unsigned mysql-test/r/user_var.result: Test of CAST(NULL as SIGNED/UNSIGNED) mysql-test/t/bigint.test: Test to show show that the parser threats big longlong values as unsigned mysql-test/t/user_var.test: Test of CAST(NULL as SIGNED/UNSIGNED) sql/item_func.cc: Setting a variable to CAST(NULL as X) set the result type of the variable to X. (Bug #6598) Setting a variable to NULL doesn't change the old result type. sql/item_func.h: Detect setting a variable to NULL sql/unireg.cc: Safety fix
-
- 27 Apr, 2005 15 commits
-
-
unknown authored
into mysql.com:/home/my/mysql-5.0 myisam/mi_key.c: Auto merged sql/handler.cc: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
Fixed problem with NULL in VARCHAR/BLOB keys for multi-part keys where VARCHAR/BLOB is first part client/mysqladmin.cc: Show GLOBAL status myisam/mi_key.c: Fixed problem with NULL in VARCHAR/BLOB keys for multi-part keys where VARCHAR/BLOB is first part (Ramil will soon push test cases) sql/handler.cc: Indentation fix tests/mysql_client_test.c: Portability fixes
-
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
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
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 24 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
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
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"
-
unknown authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0
-
unknown authored
parameter problems.
-
unknown authored
include/my_global.h: As we have a new CPP symbol, this should be "undef"ed explicitly.
-
unknown authored
into mysql.com:/usr/home/ram/work/mysql-5.0
-