- 25 Apr, 2007 2 commits
-
-
unknown authored
into ymer.(none):/usr/local/mysql/mysql-5.1-new-ndb storage/ndb/include/ndbapi/NdbOperation.hpp: Auto merged storage/ndb/include/ndbapi/NdbScanOperation.hpp: Auto merged storage/ndb/src/ndbapi/NdbOperationDefine.cpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged
-
unknown authored
-
- 24 Apr, 2007 31 commits
-
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb
-
unknown authored
Bug #24227 ndb_size.pl should report default values instead of < default for config params Bug #24229 ndb_size.pl doesn't compute Index usage correctly Big ndb_size.pl update BitKeeper/deleted/.del-ndb_size.tmpl: Delete: storage/ndb/tools/ndb_size.tmpl storage/ndb/tools/Makefile.am: ndb_size.tmpl no longer required storage/ndb/tools/ndb_size.pl: total revamp. remove use of template, improve functionality.
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
-
unknown authored
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user BitKeeper/etc/ignore: auto-union
-
unknown authored
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb libmysqld/Makefile.am: Auto merged sql/Makefile.am: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.h: Auto merged
-
unknown authored
Refactored code for engine_condition_pushdown to ha_ndbcluster_cond Makefile.am: Added compilation of ha_ndbcluster_cond ha_ndbcluster_cond.h, ha_ndbcluster_cond.cc: Merge libmysqld/Makefile.am: Added compilation of ha_ndbcluster_cond sql/Makefile.am: Added compilation of ha_ndbcluster_cond sql/ha_ndbcluster.cc: Refactored code for engine_condition_pushdown to ha_ndbcluster_cond sql/ha_ndbcluster.h: Refactored code for engine_condition_pushdown to ha_ndbcluster_cond sql/ha_ndbcluster_cond.cc: Merge sql/ha_ndbcluster_cond.h: Merge
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint include/m_ctype.h: Auto merged include/my_global.h: Auto merged include/my_sys.h: Auto merged include/Makefile.am: Manual merge
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint include/my_global.h: Auto merged include/my_sys.h: Auto merged
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint mysql-test/r/grant.result: Auto merged mysql-test/t/grant.test: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint client/mysql.cc: Auto merged include/my_global.h: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/t/mysql_upgrade.test: Auto merged mysql-test/t/sp.test: Auto merged BitKeeper/deleted/.del-make_win_bin_dist: Auto merged sql/item_cmpfunc.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
-
unknown authored
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint include/my_global.h: Auto merged
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint scripts/mysql_system_tables_fix.sql: Auto merged sql/sql_plugin.cc: Auto merged sql/sql_udf.cc: Auto merged
-
unknown authored
into mysql.com:/home/ram/work/b27515/b27515.5.0 mysql-test/r/grant.result: Auto merged mysql-test/t/grant.test: Auto merged sql/sql_parse.cc: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/Makefile.am: Using local, will merge manually sql/ha_ndbcluster.cc: Using local, will merge manually. sql/ha_ndbcluster.h: Using local, will merge manually.
-
unknown authored
-
unknown authored
into ymer.(none):/usr/local/mysql/mysql-5.1-new-ndb storage/ndb/src/ndbapi/NdbBlob.cpp: Auto merged storage/ndb/src/ndbapi/NdbOperationDefine.cpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged storage/ndb/include/kernel/signaldata/ScanTab.hpp: Manual merge. storage/ndb/include/ndbapi/NdbOperation.hpp: Manual merge. storage/ndb/include/ndbapi/NdbScanOperation.hpp: Manual merge. storage/ndb/test/ndbapi/testBlobs.cpp: Manual merge.
-
unknown authored
into mysql.com:/home/ram/work/b27515/b27515.5.1 mysql-test/t/grant.test: Auto merged sql/sql_parse.cc: Auto merged mysql-test/r/grant.result: will be merged in a post-merge CS
-
unknown authored
-
unknown authored
The old blob implementation had code that attempted to upgrade the lock mode for LM_CommittedRead operations, but it did not work properly as it did not recompute the operation flags. As a consequence, reading a blob with LM_CommittedRead could return inconsistent data, with different part of the read data being from different commits done by other transactions. The fix is to correctly recompute all necessary flags when upgrading lock mode. ndb/include/kernel/signaldata/ScanTab.hpp: Remove assumption in setXXX() methods that old value is zero, needed to allow blob code to upgrade lock mode. Fix spelling and commments. ndb/include/ndbapi/NdbOperation.hpp: Add method to change lock mode, to allow blob code to upgrade lock mode. ndb/include/ndbapi/NdbScanOperation.hpp: Add method to change lock mode, to allow blob code to upgrade lock mode. ndb/src/ndbapi/NdbBlob.cpp: Fix upgrading lock mode (old code had no effect). ndb/src/ndbapi/NdbOperationDefine.cpp: Add method to change lock mode, to allow blob code to upgrade lock mode. ndb/src/ndbapi/NdbScanOperation.cpp: Add method to change lock mode, to allow blob code to upgrade lock mode. ndb/test/ndbapi/testBlobs.cpp: Add testcase. ndb/test/run-test/daily-basic-tests.txt: Enable bug tests for auto test.
-
unknown authored
into mysql.com:/home/ram/work/b27515/b27515.5.0 mysql-test/r/grant.result: will be merged in a post-merge CS mysql-test/t/grant.test: manual merge sql/sql_parse.cc: manual merge
-
unknown authored
into recycle.(none):/src/bug24732/my50-bug24732
-
unknown authored
-
unknown authored
into recycle.(none):/src/bug24732/my51-bug24732 BitKeeper/deleted/.del-Makefile.am~2: Auto merged
-
unknown authored
- Correct PushBuild failure. win/Makefile.am: Bug#24732 Executables do not include Vista manifests - Make sure new files are included in make dist builds.
-
- 23 Apr, 2007 7 commits
-
-
unknown authored
into recycle.(none):/src/mysql-5.1-maint_25141 sql/sql_table.cc: Auto merged
-
unknown authored
into recycle.(none):/src/mysql-5.1-maint_27691
-
unknown authored
- Added appropiate casts. sql/log_event.cc: Bug #27691 bk compilation with VC++ 2005 fails - Add appropiate casts.
-
unknown authored
into recycle.(none):/src/bug24732/my50-bug24732
-
unknown authored
into recycle.(none):/src/bug24732/my51-bug24732
-
unknown authored
- Post merge cleanup. CMakeLists.txt: Bug#24732 Executables do not include Vista manifests - Added logic for EMBED_MANIFESTS configuration option. client/CMakeLists.txt: Bug#24732 Executables do not include Vista manifests - Embed manifest with custom CMake MACRO for client executables. extra/CMakeLists.txt: Bug#24732 Executables do not include Vista manifests - Embed manifest with custom CMake MACRO for my_print_default executable. libmysql/CMakeLists.txt: Bug#24732 Executables do not include Vista manifests - Embed manifest with custom CMake MACRO for myTest executable. server-tools/instance-manager/CMakeLists.txt: Bug#24732 Executables do not include Vista manifests - Embed manifest with custom CMake MACRO for mysqlmanager executable. sql/CMakeLists.txt: Bug#24732 Executables do not include Vista manifests - Embed manifest with custom CMake MACRO for mysqld executable. storage/myisam/CMakeLists.txt: Bug#24732 Executables do not include Vista manifests - Embed manifest with custom CMake MACRO for myisam executables. win/README: Bug#24732 Executables do not include Vista manifests - Added new configuration option documentation. win/configure.js: Bug#24732 Executables do not include Vista manifests - Added new EMBED_MANIFESTS configuration option.
-
unknown authored
into recycle.(none):/src/bug24732/my51-bug24732 BitKeeper/etc/ignore: auto-union BitKeeper/deleted/.del-CMakeLists.txt~1: Auto merged BitKeeper/deleted/.del-CMakeLists.txt~10: Auto merged BitKeeper/deleted/.del-CMakeLists.txt~13: Auto merged BitKeeper/deleted/.del-CMakeLists.txt~2: Auto merged BitKeeper/deleted/.del-CMakeLists.txt~3: Auto merged BitKeeper/deleted/.del-CMakeLists.txt~7: Auto merged BitKeeper/deleted/.del-CMakeLists.txt~c20dcd005f596740: Auto merged BitKeeper/deleted/.del-README~1: Auto merged BitKeeper/deleted/.del-configure.js: Auto merged
-