- 27 Sep, 2006 6 commits
-
-
unknown authored
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.1-engines mysql-test/r/repair.result: Auto merged mysql-test/t/merge.test: Auto merged sql/table.cc: Auto merged storage/myisammrg/myrg_open.c: Auto merged mysql-test/r/merge.result: Manual merge. sql/share/errmsg.txt: Manual merge.
-
unknown authored
-
unknown authored
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.0-engines myisammrg/myrg_open.c: Auto merged mysql-test/t/merge.test: Auto merged BitKeeper/deleted/.del-errmsg.txt~f96b7055cac394e: Auto merged mysql-test/r/repair.result: Use local. sql/table.cc: Use local. mysql-test/r/merge.result: Manual merge
-
unknown authored
into mysql.com:/home/svoj/devel/mysql/merge/mysql-4.1-engines
-
unknown authored
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.1-engines storage/myisam/myisam_ftdump.c: Auto merged
-
unknown authored
into mysql.com:/home/svoj/devel/mysql/merge/mysql-5.0-engines
-
- 25 Sep, 2006 2 commits
-
-
unknown authored
"plugin name lost when loading an already-loaded name" Do not delete existing plugin when loading a new plugin which has the same name. sql/sql_plugin.cc: Bug#20615 Don't delete the plugin if it wasn't added.
-
unknown authored
"Loaded engine does not load after restart." Junk characters caused plugin load to fail silently. sql/sql_plugin.cc: junk characters cause plugin load to fail. eliminate use of strlen().
-
- 23 Sep, 2006 3 commits
-
-
unknown authored
into chilla.local:/home/mydev/mysql-5.1-bug14400-monty BitKeeper/etc/ignore: auto-union mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged sql/opt_range.cc: Auto merged sql/sql_select.cc: Auto merged storage/myisam/mi_rkey.c: Auto merged
-
unknown authored
into chilla.local:/home/mydev/mysql-5.0-bug14400-monty BitKeeper/etc/ignore: auto-union myisam/mi_rkey.c: Auto merged mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged sql/sql_select.cc: Auto merged
-
unknown authored
into chilla.local:/home/mydev/mysql-4.1-bug14400-monty myisam/mi_rkey.c: Bug#14400 - Query joins wrong rows from table which is subject of "concurrent insert" Merge of after merge fix mysql-test/r/myisam.result: Bug#14400 - Query joins wrong rows from table which is subject of "concurrent insert" Merge of after merge fix mysql-test/t/myisam.test: Bug#14400 - Query joins wrong rows from table which is subject of "concurrent insert" Merge of after merge fix
-
- 22 Sep, 2006 3 commits
-
-
unknown authored
"concurrent insert" After merge fix.
-
unknown authored
into chilla.local:/home/mydev/mysql-4.0-bug14400 mysql-test/r/myisam.result: Auto merged myisam/mi_rkey.c: Bug#14400 - Query joins wrong rows from table which is subject of "concurrent insert" Manual merge mysql-test/t/myisam.test: Bug#14400 - Query joins wrong rows from table which is subject of "concurrent insert" Manual merge
-
unknown authored
into chilla.local:/home/mydev/mysql-4.0-bug14400 myisam/mi_rkey.c: Bug#14400 - Query joins wrong rows from table which is subject of "concurrent insert" Manual merge
-
- 21 Sep, 2006 2 commits
- 20 Sep, 2006 4 commits
-
-
unknown authored
into xiphis.org:/home/antony/work2/p2-bug22417.2
-
unknown authored
into chilla.local:/home/mydev/mysql-5.1-tomain mysql-test/t/disabled.def: Auto merged sql/opt_range.cc: Auto merged sql/sql_select.cc: Auto merged mysql-test/r/innodb_mysql.result: Manual merge from 5.1-engines.
-
unknown authored
This problem affects myisam_ftdump tool only. For fulltext index positive subkeys means word weight, negative subkeys means number of documents in level 2 fulltext index. Fixed that document counter was not properly updated for keys having level 2 fulltext index. No test case for this bug. myisam/myisam_ftdump.c: For fulltext index positive subkeys means word weight, negative subkeys means number of documents in level 2 fulltext index. Fixed that document counter was not properly updated for keys having level 2 fulltext index.
-
unknown authored
into chilla.local:/home/mydev/mysql-4.1-bug14400-monty BitKeeper/etc/ignore: auto-union mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged sql/sql_select.cc: Auto merged
-
- 19 Sep, 2006 7 commits
-
-
unknown authored
Fixed confusing error message from the storage engine when it fails to open underlying table. The error message is issued when a table is _opened_ (not when it is created). myisammrg/myrg_open.c: Set my_errno to HA_ERR_WRONG_MRG_TABLE_DEF if attempt to open underlying table failed. mysql-test/r/merge.result: A test case for bug#10974. mysql-test/r/repair.result: Fixed a test case according to patch for bug#10974. mysql-test/t/merge.test: A test case for bug#10974. sql/share/english/errmsg.txt: Better error message if we fail to open underlying table. sql/table.cc: Report error from handler with print_error instead of frm_error. This fixes confusing error message from the handler. Actually this is backported from 5.0.
-
unknown authored
into chilla.local:/home/mydev/mysql-5.1-bug14400-monty BitKeeper/etc/ignore: auto-union include/my_global.h: Auto merged mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged sql/handler.cc: Auto merged sql/opt_range.cc: Auto merged sql/sql_select.cc: Auto merged storage/myisam/mi_rkey.c: Auto merged storage/myisam/mi_test_all.res: Auto merged storage/myisam/mi_test_all.sh: Merge from 5.0.
-
unknown authored
-
unknown authored
into chilla.local:/home/mydev/mysql-5.0-bug14400-monty BitKeeper/etc/ignore: auto-union include/my_global.h: Auto merged myisam/mi_rkey.c: Auto merged mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged myisam/mi_test_all.res: Manual merge from 4.1. sql/sql_select.cc: Manual merge from 4.1.
-
unknown authored
into chilla.local:/home/mydev/mysql-4.1-bug14400-monty BitKeeper/etc/ignore: auto-union include/my_global.h: Auto merged myisam/mi_rkey.c: Manual null merge as a better fix is already present. mysql-test/r/myisam.result: Manual null merge as a better fix is already present. mysql-test/t/myisam.test: Manual null merge as a better fix is already present. sql/sql_select.cc: Manual merge of purify improvements.
-
unknown authored
into chilla.local:/home/mydev/mysql-5.0--team mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged sql/handler.cc: Auto merged sql/opt_range.cc: Auto merged
-
unknown authored
"plug.in not included in dist source" storage/archive/Makefile.am: plug.in needs to be included in dist storage/blackhole/Makefile.am: plug.in needs to be included in dist storage/csv/Makefile.am: plug.in needs to be included in dist storage/example/Makefile.am: plug.in needs to be included in dist storage/federated/Makefile.am: plug.in needs to be included in dist storage/heap/Makefile.am: plug.in needs to be included in dist storage/innobase/Makefile.am: plug.in needs to be included in dist storage/myisam/Makefile.am: plug.in needs to be included in dist storage/myisammrg/Makefile.am: plug.in needs to be included in dist storage/ndb/Makefile.am: plug.in needs to be included in dist
-
- 18 Sep, 2006 13 commits
-
-
unknown authored
BitKeeper/deleted/.del-strict_autoinc_4bdb.test: Delete: mysql-test/t/strict_autoinc_4bdb.test mysql-test/r/strict_autoinc_1myisam.result: post merge fixes, error message was changed mysql-test/r/strict_autoinc_2innodb.result: post merge fixes, error message was changed mysql-test/r/strict_autoinc_3heap.result: post merge fixes, error message was changed mysql-test/r/strict_autoinc_5ndb.result: post merge fixes, error message was changed
-
unknown authored
into xiphis.org:/home/antony/work2/engines-merge BitKeeper/deleted/.del-ha_berkeley.cc: Auto merged mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged sql/opt_range.cc: Auto merged storage/heap/ha_heap.cc: Auto merged storage/myisam/ha_myisam.cc: Auto merged storage/myisam/mi_packrec.c: Auto merged storage/myisam/mi_rkey.c: Auto merged storage/myisammrg/ha_myisammrg.cc: Auto merged include/my_base.h: manual merge sql/ha_ndbcluster.cc: manual merge sql/handler.cc: manual merge sql/handler.h: manual merge sql/share/errmsg.txt: manual merge storage/innobase/handler/ha_innodb.cc: manual merge
-
unknown authored
into chilla.local:/home/mydev/mysql-5.0--team mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged sql/handler.cc: Auto merged sql/opt_range.cc: Auto merged
-
unknown authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1
-
unknown authored
into april.(none):/home/svoj/devel/mysql/merge/mysql-5.1-engines
-
unknown authored
into april.(none):/home/svoj/devel/mysql/merge/mysql-5.1-engines
-
unknown authored
into may.pils.ru:/home/svoj/devel/mysql/merge/mysql-4.1-engines mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged
-
unknown authored
fixed when 5.1-win will be pushed into main tree). Commenting the libmysqld and libmysqld/example subdirectories will allow us to upgrade from cmake 2.2 to 2.4. CMakeLists.txt: comment libmysqld and libmysqld/example directories
-
unknown authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1 sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/item_func.cc: Auto merged sql/item_func.h: Auto merged
-
unknown authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/item_func.cc: Auto merged sql/item_func.h: Auto merged
-
unknown authored
2. Correct some logical bugs within the tests, which were caused by automatic resolve of BitKeeper mysql-test/include/mix1.inc: - Remove hardcoded assignment of storage engine, because this violates the logics of refactored tests - Remove trailing spaces - Move the FOREIGN KEY creation(probably not really needed for the testcase) out of the CREATE TABLE statement + let the FK creation depend on the storage engine capabilities mysql-test/r/index_merge_innodb.result: Updated result mysql-test/r/index_merge_myisam.result: Updated result mysql-test/r/innodb_mysql.result: Updated result mysql-test/t/disabled.def: Reenable the fixed tests mysql-test/t/index_merge_innodb.test: Important comment describing how to modify the tests when some issues (most probably no bugs) are fixed. mysql-test/t/innodb_mysql.test: Introduction of a variable for switching FOREIGN KEY on/off
-
unknown authored
into april.(none):/home/svoj/devel/mysql/merge/mysql-5.1-engines mysql-test/r/myisam.result: Auto merged mysql-test/t/myisam.test: Auto merged sql/handler.cc: Auto merged sql/opt_range.cc: Auto merged storage/myisam/ha_myisam.cc: Auto merged
-
unknown authored
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.1 mysql-test/t/disabled.def: Auto merged
-