- 16 Mar, 2006 3 commits
-
-
unknown authored
A crash after ALTER TABLE t1 RENAME ... mysql-test/r/partition.result: New test case mysql-test/t/partition.test: New test case sql/sql_lex.h: Introduced like name for CREATE TABLE t1 LIKE t2 sql/sql_parse.cc: Introduced like name for CREATE TABLE t1 LIKE t2 sql/sql_partition.cc: Introduced like name for CREATE TABLE t1 LIKE t2 sql/sql_yacc.yy: Introduced like name for CREATE TABLE t1 LIKE t2
-
unknown authored
into mysql.com:/home/bk/b17400-mysql-5.1-new
-
unknown authored
Unable to reproduce failure: some of the 17400 tests pass, other have other failures. The test in the bug report passes. Enabling some tests that pass, rebranding others. mysql-test/t/disabled.def: Enabling tests that pass Rebranding disabled tests
-
- 15 Mar, 2006 11 commits
-
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.1-root
-
unknown authored
SHOW AUTHORS caused 'Packets out of order' in stored functions: add the corresponding SQLCOM to sp_get_flags_for_command so that it'd return sp-related flags for it. Fix Bug#17403 "Events: packets out of order with show create event" in the same chaneset. mysql-test/r/events.result: Update the results (Bug#17403) mysql-test/r/sp-error.result: Test results fixed (Bug#16164) mysql-test/t/events.test: Add a test case for Bug#17403 "Events: packets out of order with show create event" mysql-test/t/sp-error.test: Add a test case for Bug#16164 "Easter egg" sql/sp_head.cc: Add SHOW AUTHORS to the list of commands that return a result set: such commands are not allowed in stored functions and triggers. Add SHOW CREATE EVENT for the same reason.
-
unknown authored
out in the target directories.
-
unknown authored
sql/cmakelists.txt: Rename: sql/sql -> sql/cmakelists.txt zlib/cmakelists.txt: Rename: win/cmakefiles/zlib -> zlib/cmakelists.txt vio/cmakelists.txt: Rename: win/cmakefiles/vio -> vio/cmakelists.txt regex/cmakelists.txt: Rename: win/cmakefiles/regex -> regex/cmakelists.txt mysys/cmakelists.txt: Rename: win/cmakefiles/mysys -> mysys/cmakelists.txt cmakelists.txt: Rename: win/cmakefiles/base -> cmakelists.txt dbug/cmakelists.txt: Rename: win/cmakefiles/dbug -> dbug/cmakelists.txt strings/cmakelists.txt: Rename: win/cmakefiles/strings -> strings/cmakelists.txt libmysql/cmakelists.txt: Rename: win/cmakefiles/libmysql -> libmysql/cmakelists.txt client/cmakelists.txt: Rename: win/cmakefiles/client -> client/cmakelists.txt extra/cmakelists.txt: Rename: win/cmakefiles/extra -> extra/cmakelists.txt tests/cmakelists.txt: Rename: win/cmakefiles/tests -> tests/cmakelists.txt server-tools/instance-manager/cmakelists.txt: Rename: win/cmakefiles/im -> server-tools/instance-manager/cmakelists.txt storage/heap/cmakelists.txt: Rename: win/cmakefiles/heap -> storage/heap/cmakelists.txt storage/myisam/cmakelists.txt: Rename: win/cmakefiles/myisam -> storage/myisam/cmakelists.txt storage/myisammrg/cmakelists.txt: Rename: win/cmakefiles/myisammrg -> storage/myisammrg/cmakelists.txt storage/bdb/cmakelists.txt: Rename: win/cmakefiles/bdb -> storage/bdb/cmakelists.txt storage/innobase/cmakelists.txt: Rename: win/cmakefiles/innobase -> storage/innobase/cmakelists.txt extra/yassl/cmakelists.txt: Rename: win/cmakefiles/yassl -> extra/yassl/cmakelists.txt extra/yassl/taocrypt/cmakelists.txt: Rename: win/cmakefiles/taocrypt -> extra/yassl/taocrypt/cmakelists.txt BitKeeper/deleted/.del-deploy.bat~f6b42340: Delete: win/cmakefiles/deploy.bat
-
unknown authored
into mysql.com:/home/bk/b17400-mysql-5.1-new
-
unknown authored
into xgeek.:C:/work/mysql-5.1
-
unknown authored
new file
-
unknown authored
into mysql.com:/usr/home/bar/mysql-5.1-new.b18171
-
unknown authored
rows for SEs using injector): Table truncation ("DELETE FROM t1" and "TRUNCATE t1") was logged as a statement even when the storage engine deletes the rows individually using the injector. sql/sql_delete.cc: Don't log a truncate statement if the storage engine is using the injector.
-
unknown authored
removed double entries for sql_yacc.* and added -p MYSQL define to call to bison win/cmakefiles/sql: removed double entries for sql_yacc.* and added -p MYSQL define to call to bison
-
unknown authored
Adding test. item_xmlfunc.cc: Bug #18171 XML: ExtractValue: the XPath position() function crashes the server! Disallowing use of position() and last() without context. sql/item_xmlfunc.cc: Bug #18171 XML: ExtractValue: the XPath position() function crashes the server! Disallowing use of position() and last() without context. mysql-test/t/xml.test: Adding test. mysql-test/r/xml.result: Adding test.
-
- 14 Mar, 2006 19 commits
-
-
unknown authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-5.1 sql/mysqld.cc: Auto merged
-
unknown authored
Backport option description change from 5.1 to 5.0. sql/mysqld.cc: Backport option description change from 5.1 to 5.0.
-
unknown authored
into zim.(none):/home/mikael/bug16370
-
unknown authored
-
unknown authored
into production.mysql.com:/usersnfs/gbichot/mysql-5.1-new
-
unknown authored
(nothing to document, this bug was not released). mysql-test/t/disabled.def: bug is fixed, enabling test case mysql-test/t/rpl_rbr_to_sbr.test: making test portable mysql-test/r/rpl_rbr_to_sbr.result: result update
-
unknown authored
-
unknown authored
into zim.(none):/home/mikael/bug16370 sql/sql_partition.cc: Auto merged sql/sql_yacc.yy: Auto merged mysql-test/r/partition.result: manual merge mysql-test/t/partition.test: manual merge
-
unknown authored
into zim.(none):/home/mikael/bug16370 sql/sql_yacc.yy: Auto merged
-
unknown authored
into zim.(none):/home/mikael/bug17127 sql/sql_yacc.yy: Auto merged
-
unknown authored
into zim.(none):/home/mikael/bug17127 sql/sql_partition.cc: Auto merged sql/sql_yacc.yy: Auto merged mysql-test/r/partition.result: manual merge mysql-test/t/partition.test: manual merge
-
unknown authored
into mysql.com:/home/hartmut/projects/mysql/bk-clean/5.1 mysql-test/mysql-test-run.pl: Auto merged storage/ndb/src/kernel/blocks/backup/Backup.cpp: Auto merged
-
unknown authored
declared in the 'for' statement is not portable, some compilers still don't implement this ANSI C++ specification (Bug #14995)
-
unknown authored
-
unknown authored
into zim.(none):/home/mikael/bug16370 sql/sql_partition.cc: Auto merged mysql-test/r/partition.result: manual merge mysql-test/t/partition.test: manual merge
-
unknown authored
into zim.(none):/home/mikael/bug16370 mysql-test/r/partition.result: manual merge mysql-test/t/partition.test: manual merge sql/sql_partition.cc: manual merge
-
unknown authored
into zim.(none):/home/mikael/bug15961 sql/share/errmsg.txt: Auto merged sql/sql_partition.cc: Auto merged mysql-test/r/partition.result: manual merge mysql-test/t/partition.test: manual merge
-
unknown authored
New error message sql/share/errmsg.txt: New error message sql/sql_partition.cc: New error message
-
unknown authored
into production.mysql.com:/usersnfs/gbichot/mysql-5.1-new
-
- 13 Mar, 2006 7 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
unknown authored
into production.mysql.com:/usersnfs/gbichot/mysql-5.1-new
-
unknown authored
into zim.(none):/home/mikael/bug16370 sql/sql_yacc.yy: Auto merged
-
unknown authored
Revise option description. And let's put it in the proper lexical order within the option list. sql/mysqld.cc: Revise option description. And let's put it in the proper lexical order within the option list.
-
unknown authored
New test case (bug was already fixed) mysql-test/r/ndb_partition_key.result: New test case mysql-test/t/ndb_partition_key.test: New test case
-
unknown authored
into mysql.com:/home/jimw/my/mysql-5.1-clean
-
unknown authored
into mysql.com:/usr/local/mysql/tmpbuild-5.1
-