- 27 Oct, 2006 3 commits
-
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
unknown authored
Still leakage, make sure all unlinked operations are put back so they will be release (on failing blob operations, when AO_IgnoreError) ndb/src/ndbapi/NdbConnection.cpp: Still leakage, make sure all unlinked operations are put back so they will be release
-
- 25 Oct, 2006 2 commits
- 24 Oct, 2006 1 commit
-
-
unknown authored
bug#21873 MySQLD Crash on ALTER...ADD..UNIQUE..USING HASH statement for NDB backed table: Use passed key_info to check for nullable fields
-
- 22 Oct, 2006 1 commit
-
-
unknown authored
revert fix bug#21052 as it's wrong, and induces bus-error on node crashes storage/ndb/src/mgmsrv/Services.cpp: revert fix bug#21052 as it's wrong, and induces bus-error on node crashes
-
- 20 Oct, 2006 13 commits
-
-
unknown authored
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/include/kernel/ndb_limits.h: Auto merged storage/ndb/src/kernel/blocks/backup/Backup.cpp: Auto merged storage/ndb/src/kernel/blocks/backup/Backup.hpp: merge
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/include/kernel/ndb_limits.h: Auto merged ndb/src/kernel/blocks/backup/Backup.hpp: Auto merged ndb/src/kernel/blocks/backup/Backup.cpp: SCCS merged
-
unknown authored
Fix some too small buffers in backup ndb/include/kernel/ndb_limits.h: backport for 5.1 add MAX_WORDS_META_FILE for computing Backup::NO_OF_PAGES_META_FILE ndb/src/kernel/blocks/backup/Backup.cpp: Make sure to set maxInsert so that we actually can handle NO_OF_META_PAGES ndb/src/kernel/blocks/backup/Backup.hpp: backport for 5.1 add MAX_WORDS_META_FILE for computing Backup::NO_OF_PAGES_META_FILE
-
unknown authored
Fix bug in restore with table with many columns, Compute size of databuffer pool correctly
-
unknown authored
Add better error message if getting error in RESTORE
-
unknown authored
when doing create unique index which mysql will silently converts to PK, ndb is not informed so table will be useless. change so that we never do online add index wo/ primary key. this is not good, but it's better than a useless table
-
unknown authored
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged
-
unknown authored
Fixed a 4.1/5.0 vs. 5.1 name change in latest SR bug fix ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Fixed a 4.1/5.0 vs. 5.1 name change in latest SR bug fix
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged
-
unknown authored
Fix monster SR bug making SR with ordered indexes (or temporary tables) broken ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Fix monster SR bug making SR with ordered indexes (or temporary tables) broken
-
- 19 Oct, 2006 14 commits
-
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
-
unknown authored
Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to signal unknown key: Added string initialization
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 sql/handler.cc: Using local
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0 sql/handler.cc: Auto merged
-
unknown authored
Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to signal unknown key: Added string initialization
-
unknown authored
into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-tux storage/ndb/src/kernel/blocks/dbtux/Dbtux.hpp: SCCS merged storage/ndb/src/kernel/blocks/dbtux/DbtuxDebug.cpp: SCCS merged storage/ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp: SCCS merged storage/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp: SCCS merged storage/ndb/src/kernel/vm/DLFifoList.hpp: maybe already-done-merge
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
unknown authored
and use it for testOperations/testTransactions storage/ndb/test/include/NDBT_Test.hpp: Add support for temporary tables in hugo storage/ndb/test/ndbapi/testOperations.cpp: Make testOperations use temporary tables storage/ndb/test/ndbapi/testTransactions.cpp: Make testTransactions use temporary tables storage/ndb/test/src/NDBT_Tables.cpp: Add support for temporary tables in hugo storage/ndb/test/src/NDBT_Test.cpp: Add support for temporary tables in hugo
-
unknown authored
fix another incorrect assertion storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: clear m_transaction_nodes.clear() to avoid asserion in debug-compiled in releaseApiCon
-
unknown authored
Dont assert when getting gci=0 in read only transaction storage/ndb/src/ndbapi/NdbTransaction.cpp: Dont assert when getting gci=0 in read only transaction
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged sql/ha_ndbcluster.cc: merge
-
unknown authored
this changes lock taken during peek, to decrease likelyhood of transaction abort sql/ha_ndbcluster.cc: use exclusive lock in peek, as peek is used just before insert/update
-
unknown authored
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/ndbapi/NdbTransaction.cpp: Auto merged
-
- 18 Oct, 2006 6 commits
-
-
unknown authored
make sure not to release log buffer twice (or several times) in case of abort of multi update storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp: make sure not to release log buffer twice (or several times) in case of abort of multi update
-
unknown authored
Make sure postExecute is not run for blobs if AO_IgnoreError ndb/src/ndbapi/NdbConnection.cpp: If AO_IgnoreError, error codes arent always set on individual operations, making postExecute impossible
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged sql/ha_partition.cc: Auto merged sql/ha_partition.h: Auto merged
-
unknown authored
update partition engine for handler::info returning int sql/ha_partition.cc: update for handler::info returning int. sql/ha_partition.h: update for handler::info returning int.
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/bug19914-mk2-merge
-
unknown authored
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb mysql-test/r/ndb_charset.result: Auto merged sql/ha_ndbcluster.cc: Auto merged
-