- 14 Feb, 2005 11 commits
-
-
unknown authored
into three.local.lan:/home/matthias/Arbeit/mysql-5.0/src
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
unknown authored
into three.local.lan:/home/matthias/Arbeit/mysql-5.0/src
-
unknown authored
into hundin.mysql.fi:/home/marko/k/mysql-5.0 sql/ha_innodb.cc: Auto merged
-
unknown authored
into hundin.mysql.fi:/home/heikki/mysql-5.0 sql/ha_innodb.cc: Auto merged
-
unknown authored
Can't repeat information_schema test failure Fix for lowercase_table3 only mysql-test/r/lowercase_table3.result: Fix for bug#8156:information_schema and lowercase_table3 fail on OSX mysql-test/t/lowercase_table3.test: Fix for bug#8156:information_schema and lowercase_table3 fail on OSX sql/ha_innodb.cc: Fix for bug#8156:information_schema and lowercase_table3 fail on OSX
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
-
unknown authored
Fix a glitch reported by Guilhem: release the memory allocated for innodb_internal_... if innobase_init() fails; cleanups: in ha_innodb, you should use the InnoDB formatting style for the source code sql/ha_innodb.cc: Fix a glitch reported by Guilhem: release the memory allocated for innodb_internal_... if innobase_init() fails; cleanups: in ha_innodb, you should use the InnoDB formatting style for the source code
-
unknown authored
suggested in review by Heikki. innobase/include/data0type.h: Improve comment of dtype_struct. innobase/include/data0type.ic: Rename innobase_get_mb_cset() to innobase_get_cset_width(). dtype_get_fixed_size(): Add an extra integrity check for type->prtype, type->mbminlen and type->mbmaxlen. sql/ha_innodb.cc: Rename innobase_get_mb_cset() to innobase_get_cset_width()
-
unknown authored
-
unknown authored
into three.local.lan:/home/matthias/Arbeit/mysql-5.0/src-WL1420
-
- 13 Feb, 2005 2 commits
-
-
unknown authored
Fix memory corruption bug reported by Georg Richter: if one created a table whose primary key contained at least 2 column prefixes, that could corrupt the memory heap of prebuilt_t innobase/row/row0mysql.c: Fix memory corruption bug reported by Georg Richter: if one created a table whose primary key contained at least 2 column prefixes, that could corrupt the memory heap of prebuilt_t
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
-
- 12 Feb, 2005 2 commits
- 11 Feb, 2005 13 commits
-
-
unknown authored
into three.local.lan:/home/matthias/Arbeit/mysql-5.0/src-WL1420
-
unknown authored
into hundin.mysql.fi:/home/marko/mysql-5.0 sql/ha_innodb.cc: Auto merged sql/sql_show.cc: Auto merged
-
unknown authored
into three.local.lan:/home/matthias/Arbeit/mysql-5.0/src-WL1420
-
unknown authored
Build-tools/Do-compile: Auto merged
-
unknown authored
-
unknown authored
BitKeeper/etc/logging_ok: auto-union BitKeeper/triggers/post-commit: Auto merged include/my_pthread.h: Auto merged mysql-test/r/select.result: Auto merged mysql-test/t/select.test: Auto merged sql/item.cc: Auto merged sql/log.cc: Auto merged sql/table.cc: SCCS merged
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-bug8306
-
unknown authored
Build-tools/Do-compile: Auto merged
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0 BitKeeper/etc/logging_ok: auto-union extra/replace.c: Auto merged
-
unknown authored
Adjusted results of the test case for bug #7520 for 4.1. mysql-test/r/select.result: Adjusted results of the test case for bug #7520 for 4.1.
-
unknown authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0 BitKeeper/etc/logging_ok: auto-union extra/replace.c: Auto merged mysql-test/r/select.result: Auto merged mysql-test/t/select.test: Auto merged sql/table.cc: Auto merged
-
unknown authored
Added a test case for bug #7520. table.cc: Fixed bug #7520. The bug was caused by a wrong calculation of the field max_key_length for a TABLE structure when there was an index on a blob field. sql/table.cc: Fixed bug #7520. The bug was caused by a wrong calculation of the field max_key_length for a TABLE structure when there was an index on a blob field. mysql-test/t/select.test: Added a test case for bug #7520. mysql-test/r/select.result: Added a test case for bug #7520.
-
unknown authored
Set of fixes requested by Kent in IRC. Tested (except the windows changes since I am trusting Kent...). No windows compiles here folks... VC++Files/tests/mysql_client_test.dsp: fix request by Kent sql/item.cc: fix requested by kent
-
- 10 Feb, 2005 12 commits
-
-
unknown authored
BitKeeper/etc/logging_ok: auto-union extra/replace.c: Auto merged BitKeeper/triggers/post-commit: Merge changes
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.0-clean
-
unknown authored
-
unknown authored
binlog-do-db or binlog-ignore-db are in effect. (In the future 5.1? 5.0? I think each statement should be verified against the filtering criteria based on the database it *uses* and not the *current* one. But, right now the *current* database is what counts according to the semantics of the manual.) sql/log.cc: BUG#6749: If there is no current database, then nothing should be binlogged if binlog-do-db or binlog-ignore-db are in effect. (In the future I think that each statement should be verified against the filtering criteria based on the database it *uses* and not the *current* one. But, right now the *current* database is what counts according to the semantics of the manual.)
-
unknown authored
into three.local.lan:/home/matthias/Arbeit/mysql-5.0/src-WL1420
-
unknown authored
into mysql.com:/home/bk/b7853-mysql-5.0 client/mysqlbinlog.cc: Auto merged mysql-test/r/mysqlbinlog.result: Auto merged
-
unknown authored
It was a thread stack overrun. IA64 had its own stack size section already. Enlarged its default stack size from 192K to 256K.
-
unknown authored
into mysql.com:/home/kostja/work/mysql-5.0-root libmysql/libmysql.c: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
libmysql/libmysql.c: And now put it to the proper place and make it work (Bug#7990) tests/mysql_client_test.c: Enable the test for bug#7990
-
unknown authored
into mysql.com:/home/kostja/work/mysql-5.0-root libmysql/libmysql.c: Auto merged tests/mysql_client_test.c: Auto merged
-
unknown authored
-
unknown authored
reset mysql->net.last_error": the solution is to clear MYSQL->net error before performing COM_CLOSE: if the call succeeds, the connection is usable for other statements. More comprehensive fix is to clear MYSQL->net for all recoverable errors at the time they happen, it will be implemented in 5.0 as it introduces incompatibility in behavior. libmysql/libmysql.c: A simple fix for Bug#7990 "mysql_stmt_close doesn't reset mysql->net.last_error" tests/mysql_client_test.c: A test case for Bug#7990 " mysql_stmt_close doesn't reset mysql->net.last_error"
-