- 13 Mar, 2007 5 commits
-
-
unknown authored
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/mysql-5.1-new-ndb-bj.test sql/ha_ndbcluster.cc: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp: Auto merged storage/ndb/src/kernel/vm/Pool.hpp: Auto merged storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged storage/ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged storage/ndb/tools/restore/consumer_restore.cpp: Auto merged
-
unknown authored
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/bug25877-5.1-new-ndb-bj sql/ha_ndbcluster.cc: Auto merged
-
unknown authored
correct the inconsistency between columns' storage type with table's storage_media & tablespace sql/ha_ndbcluster.cc: move something to proper location, then columns' storage type are consistent with table's storage_media & tablespace
-
unknown authored
into dev3-240.dev.cn.tlan:/home/justin.he/mysql/mysql-5.1/bug25877-5.1-new-ndb-bj
-
unknown authored
into dev3-63.(none):/home/zhl/mysql/mysql-5.1/bug26307
-
- 12 Mar, 2007 1 commit
-
-
unknown authored
into ymer.(none):/usr/local/mysql/mysql-5.1-new-ndb storage/ndb/src/ndbapi/NdbBlob.cpp: Auto merged storage/ndb/test/ndbapi/testBlobs.cpp: Auto merged
-
- 10 Mar, 2007 3 commits
- 09 Mar, 2007 31 commits
-
-
unknown authored
When doing partial blob update with NdbBlob::writeData(), zero-padding after the write was wrongly done, causing part of the old blob value to be overwritten with zeros (or spaces for text field). Fixed by only padding when needed (when writing at end of the blob). ndb/src/ndbapi/NdbBlob.cpp: Do not pad rest of blob part after the write, unless it is a write at the end of the blob. ndb/test/ndbapi/testBlobs.cpp: Add test case.
-
unknown authored
into production.mysql.com:/usersnfs/mjorgensen/bktrees/mysql-5.1-build
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1
-
unknown authored
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1 storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1 sql/ha_ndbcluster.cc: Auto merged storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged storage/ndb/src/ndbapi/ndberror.c: Auto merged
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.0
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1-telco-gca storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: manual merge storage/ndb/src/ndbapi/ndberror.c: manual merge
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.0-ndb-clean ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged
-
unknown authored
added error code for failing send signal and timeout waiting for node failure ndb/src/ndbapi/NdbDictionaryImpl.cpp: added error code for failing send signal and timeout waiting for node failure ndb/src/ndbapi/ndberror.c: added error code for failing send signal and timeout waiting for node failure
-
unknown authored
Bug #26997 mysqld segfault when in single user mode sql/ha_ndbcluster.cc: make sure error is always set even if no proper error code from ndb storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: add error code for failing send signal (typically single user mode) storage/ndb/src/ndbapi/ndberror.c: added error code for failing send signal and timeout waiting for node failure
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.1-opt mysql-test/r/union.result: Auto merged mysql-test/t/union.test: Auto merged sql/item.cc: Auto merged
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.1-opt
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1 storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp: Auto merged
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.1 storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp: Auto merged storage/ndb/src/ndbapi/NdbRecAttr.cpp: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/tmp/mysql-5.1-telco-gca storage/ndb/tools/waiter.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: merge storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp: merge
-
unknown authored
into olga.mysql.com:/home/igor/mysql-5.0-opt sql/item.cc: Auto merged
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.0
-
unknown authored
into dev3-221.dev.cn.tlan:/home/ngb/mysql/mysql-5.1/mysql-5.1-bug25992
-
unknown authored
into olga.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug26661
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.1-opt sql/sql_select.cc: Auto merged
-
unknown authored
construct references invalid name. Derived tables currently cannot use outer references. Thus there is no outer context for them. The 4.1 code takes this fact into account while the Item_field::fix_outer_field code of 5.0 lost the check that blocks any attempts to resolve names in outer context for derived tables. mysql-test/r/union.result: Added a test case for bug #26661. mysql-test/t/union.test: Added a test case for bug #26661. sql/item.cc: Fixed bug #26661. Derived tables currently cannot use outer references. Thus there is no outer context for them. The 4.1 code takes this fact into account while the Item_field::fix_outer_field code of 5.0 lost the check that blocks any attempts to resolve names in outer context for derived tables.
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.0-opt sql/sql_select.cc: Auto merged
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.1-opt mysql-test/r/func_str.result: Auto merged mysql-test/r/order_by.result: Auto merged mysql-test/r/subselect.result: Auto merged mysql-test/t/order_by.test: Auto merged mysql-test/t/sp.test: Auto merged sql/item.cc: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/item_func.cc: Auto merged sql/mysql_priv.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_load.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_update.cc: Auto merged mysql-test/r/sp.result: merging mysql-test/r/view.result: merging mysql-test/t/func_str.test: merging mysql-test/t/view.test: merging
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.0-ndb-clean
-
unknown authored
-
unknown authored
into mysql.com:/home/hf/work/mrg/mysql-5.0-opt
-
unknown authored
mysql-test/r/sp.result: merging mysql-test/r/view.result: merging
-
unknown authored
mysql-test/r/view.result: merging
-
unknown authored
into poseidon.mysql.com:/home/tomas/mysql-5.0
-