- 23 Jan, 2006 1 commit
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug14634/my41-bug14634
-
- 21 Jan, 2006 3 commits
- 19 Jan, 2006 3 commits
-
-
unknown authored
mysql-test/ndb/ndbcluster.sh: have made a real fix for mgmd not starting with --no-defaults. re-introduce it to the test suite
-
unknown authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/main
-
unknown authored
mysql-test/ndb/ndbcluster.sh: small fix to make ndb_mgmd run ndb/tools/ndb_size.pl: small typo
-
- 18 Jan, 2006 4 commits
-
-
unknown authored
mysql_stmt_prepare returns wrong field length" sql/protocol.cc: A fix for Bug#15613: make sure that result set column length is evaluated correctly for BLOB/TEXT columns. tests/mysql_client_test.c: A test case for Bug#15613
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug14634/my41-bug14634 sql/sql_select.cc: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug14634/my41-bug14634 sql/sql_select.cc: Auto merged
-
unknown authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/bug11331
-
- 17 Jan, 2006 8 commits
-
-
unknown authored
into devsrv-b.mysql.com:/space/magnus/my41-bug14634
-
unknown authored
use the right type in mysql_stmt_attr_get libmysql/libmysql.c: Fix Bug#16144 "mysql_stmt_attr_get type error" tests/mysql_client_test.c: A test case for Bug#16144
-
unknown authored
into april.(none):/home/svoj/devel/mysql/BUG3074/mysql-4.1 configure.in: Auto merged
-
unknown authored
into devsrv-b.mysql.com:/space/magnus/my41-bug14634 sql/sql_select.cc: Auto merged
-
unknown authored
sql/sql_select.cc: Backport from 5.0, catch the new errno that is returned
-
unknown authored
libmysqlclient versioning when linked with GNU ld. BitKeeper/etc/ignore: Added libmysql/libmysql.ver to the ignore list configure.in: libmysqlclient versioning when linked with GNU ld. libmysql/Makefile.shared: libmysqlclient versioning when linked with GNU ld. libmysql/libmysql.ver.in: New BitKeeper file ``libmysql/libmysql.ver.in''
-
unknown authored
-
unknown authored
into mysql.com:/M41/mysql-4.1
-
- 16 Jan, 2006 8 commits
-
-
unknown authored
into mysql.com:/opt/local/work/mysql-4.1-root
-
unknown authored
mysql-test/r/ctype_ucs.result: Test results changed (Bug#13337) mysql-test/r/ps.result: Test results changed (Bug#13337) mysql-test/t/ctype_ucs.test: Fix Bug#13337 (move the test that uses UCS character set to ctype_ucs) mysql-test/t/ps.test: Fix Bug#13337 (move the test that uses UCS character set to ctype_ucs)
-
unknown authored
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
unknown authored
mysql-test/r/create.result: Auto merged mysql-test/t/create.test: Auto merged sql/sql_table.cc: SCCS merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug6554/my41-bug6554
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug6554/my40-bug6554
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/bug6554/my41-bug6554 sql/ha_berkeley.cc: Merge 4.0 -> 4.1, change is already in 4.1
-
unknown authored
- Remove the local static var sql/ha_berkeley.cc: Remove local static var, make it local in file instead.
-
- 15 Jan, 2006 2 commits
-
-
unknown authored
into mysql.com:/home/alexi/innodb-ss/mysql-4.1-ss14
-
unknown authored
Fixed BUG#14056: Column prefix index on UTF-8 primary key causes "Can't find record.." Also fixed bug 15991. innobase/include/os0file.h: Changes from innodb-4.1-ss14 snapshot os_file_hadle_error(): Map the error codes EXDEV, ENOTDIR, and EISDIR to the new code OS_FILE_PATH_ERROR. Treat this code as OS_FILE_PATH_ERROR. This fixes the crash on RENAME TABLE when the .ibd file is a symbolic link to a different file system. (Bug 15991) innobase/os/os0file.c: Changes from innodb-4.1-ss14 snapshot os_file_hadle_error(): Map the error codes EXDEV, ENOTDIR, and EISDIR to the new code OS_FILE_PATH_ERROR. Treat this code as OS_FILE_PATH_ERROR. This fixes the crash on RENAME TABLE when the .ibd file is a symbolic link to a different file system. (Bug 15991) mysql-test/r/innodb.result: Changes from innodb-4.1-ss14 snapshot Fixed BUG#14056: Column prefix index on UTF-8 primary key causes "Can't find record.." mysql-test/t/innodb.test: Changes from innodb-4.1-ss14 snapshot Fixed BUG#14056: Column prefix index on UTF-8 primary key causes "Can't find record.." sql/ha_innodb.cc: Changes from innodb-4.1-ss14 snapshot Fixed BUG#14056: Column prefix index on UTF-8 primary key causes "Can't find record.."
-
- 14 Jan, 2006 1 commit
-
-
unknown authored
return incorrect result set for a select SQL request" mysql-test/r/ps.result: Test results fixed (Bug#12734) mysql-test/t/ps.test: A test case for Bug#12734 sql/item_cmpfunc.cc: Reset canDoTurboBM in Item_func_like::cleanup() sql/item_cmpfunc.h: Add Item_func_like::cleanup()
-
- 13 Jan, 2006 8 commits
-
-
unknown authored
extra/comp_err.c: Auto merged scripts/mysqld_multi.sh: Auto merged
-
unknown authored
-
unknown authored
Copyright string fixes (bug#16106) extra/comp_err.c: Ensure that the license spelling is as expected by the "mysql_copyright" tool. (bug#16106) scripts/mysqld_multi.sh: The "mysql_copyright" tool will not change non-C files, so do not mention the license. (bug#16106)
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1.b15377
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1.b15377
-
unknown authored
into mysql.com:/usr/home/bar/mysql-4.1.b15377
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1 ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged
-
unknown authored
Implement error reporting to Logger and associated classes. ndb/include/logger/LogHandler.hpp: Add error string to LogHandler along with error code ndb/include/logger/Logger.hpp: Add reporting back of error to addHandler(BaseString). ndb/src/common/logger/FileLogHandler.cpp: Implement error reporting ndb/src/common/logger/LogHandler.cpp: Implement error reporting. Trim spaces and tabs out of parameter names. This allows "p=v, param=value" ndb/src/common/logger/Logger.cpp: Report back errors when adding a handler via BaseString ndb/src/common/logger/SysLogHandler.cpp: Report an error on invalid syslog facility ndb/src/mgmsrv/MgmtSrvr.cpp: Report error when adding log handler
-
- 12 Jan, 2006 2 commits
-
-
unknown authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 include/config-netware.h: Auto merged innobase/os/os0thread.c: Auto merged netware/mysqld_safe.c: Merge from 4.0 to 4.1 sql/mysqld.cc: Merge from 4.0 to 4.1
-
unknown authored
Changes to Netware specific mysqld_safe.c include/config-netware.h: NetWare specific change to increase thread stack size. innobase/os/os0thread.c: NetWare specific change to increase thread stack size. netware/mysqld_safe.c: NetWare specific change to make multiple mysqld_safe instances work when called through a NCF file. sql/mysqld.cc: NetWare specific change to increase thread stack size.
-