summaryrefslogtreecommitdiff
path: root/storage
Commit message (Collapse)AuthorAgeFilesLines
* Merge stella.local:/home2/mydev/mysql-5.1-amainunknown2007-11-061-57/+167
|\ | | | | | | | | | | | | into stella.local:/home2/mydev/mysql-5.1-axmrg
| * Bug#4692 - DISABLE/ENABLE KEYS waste a spaceunknown2007-11-051-0/+2
| | | | | | | | | | | | | | Fixed absurd compiler warnings of a Suse 10.1 system.
| * Merge stella.local:/home2/mydev/mysql-5.1-amainunknown2007-10-311-57/+165
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into stella.local:/home2/mydev/mysql-5.1-axmrg mysql-test/r/ctype_ucs.result: Auto merged mysql-test/t/ctype_ucs.test: Auto merged mysql-test/t/variables.test: Auto merged sql/ha_partition.cc: Auto merged sql/item_func.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.cc: Auto merged
| | * Merge stella.local:/home2/mydev/mysql-5.0-bug4692unknown2007-10-301-57/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into stella.local:/home2/mydev/mysql-5.1-bug4692 mysql-test/r/myisam.result: Bug#4692 - DISABLE/ENABLE KEYS waste a space Manual merge mysql-test/t/myisam.test: Bug#4692 - DISABLE/ENABLE KEYS waste a space Manual merge storage/myisam/mi_check.c: Bug#4692 - DISABLE/ENABLE KEYS waste a space Manual merge
* | | Merge whalegate.ndb.mysql.com:/home/tomas/cge-5.1unknown2007-11-013-1/+274
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge
| * | | Adding dbutil to ndb test libunknown2007-10-313-1/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | storage/ndb/test/include/dbutil.hpp: Hearder file for SQL Database Utilities class for adding MySQL SQL abilities to NDB API tests cases. storage/ndb/test/src/dbutil.cpp: Implementation file for SQL Database Utilities class for adding MySQL SQL abilities to NDB API tests cases. storage/ndb/test/src/Makefile.am: Updated to include dbutil
* | | | Merge whalegate.ndb.mysql.com:/home/tomas/cge-5.1unknown2007-10-3069-569/+2501
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb-merge mysql-test/suite/rpl/r/rpl_bug31076.result: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/handler.cc: Auto merged sql/log_event.cc: Auto merged sql/sql_update.cc: Auto merged storage/ndb/include/ndbapi/Ndb.hpp: Auto merged mysql-test/suite/rpl/t/rpl_bug31076.test: manual merge
| * | Merge loke.(none):/home/knielsen/devel/mysql-5.1-telco-gcaunknown2007-10-255-25/+20
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into loke.(none):/home/knielsen/devel/mysql-5.1-new-ndb storage/ndb/include/kernel/AttributeHeader.hpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: Auto merged storage/ndb/src/ndbapi/NdbOperationDefine.cpp: SCCS merged
| | * | Merge loke.(none):/home/knielsen/devel/bug31761unknown2007-10-255-25/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into loke.(none):/home/knielsen/devel/mysql-5.1-telco-gca storage/ndb/src/kernel/blocks/dbutil/DbUtil.cpp: Auto merged storage/ndb/include/kernel/AttributeHeader.hpp: manual merge. storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: manual merge. storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: manual merge. storage/ndb/src/ndbapi/NdbOperationDefine.cpp: manual merge.
| * | | ndb - bug#26450unknown2007-10-2318-22/+452
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | partial backport from 6.2 + add fix of bug storage/ndb/include/kernel/GlobalSignalNumbers.h: add prep_copy_frag storage/ndb/include/kernel/signaldata/AccScan.hpp: add new argument specifying which page to scan to storage/ndb/include/kernel/signaldata/CopyFrag.hpp: add new argument specifying which page to scan to storage/ndb/include/ndb_version.h.in: add versioning checks for prep_copy_frag storage/ndb/src/common/debugger/signaldata/SignalNames.cpp: add prep_copy_frag storage/ndb/src/kernel/blocks/ERROR_codes.txt: new error codes storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp: add new to-step storage/ndb/src/kernel/blocks/dbdih/DbdihInit.cpp: add new to-step storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: add new to-step storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp: add new to-step storage/ndb/src/kernel/blocks/dblqh/DblqhInit.cpp: add new to-step storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: add new to-step storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: add new argument specifying which page to scan to storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: add utility to get max page used by fragment storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: add NR scan to > frag.noOfPages storage/ndb/test/ndbapi/testSystemRestart.cpp: add testcase storage/ndb/test/run-test/daily-basic-tests.txt: add testcase storage/ndb/test/src/NdbRestarts.cpp: add testcase
| * | | Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gcaunknown2007-10-194-3/+98
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-ndb storage/ndb/src/kernel/blocks/ERROR_codes.txt: Auto merged storage/ndb/src/kernel/blocks/suma/Suma.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: merge
| | * | ndb - bug#31701 Node failure with repl. wo/ load, can lead to endless out of ↵unknown2007-10-184-3/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | order buckets Correct check for buffer/no buffer storage/ndb/src/kernel/blocks/ERROR_codes.txt: new error code storage/ndb/src/kernel/blocks/suma/Suma.cpp: correct check for buffer/no buffer storage/ndb/test/ndbapi/test_event.cpp: test prg storage/ndb/test/run-test/daily-basic-tests.txt: test prg
| * | | Merge perch.ndb.mysql.com:/home/jonas/src/51-simple-readunknown2007-10-1517-198/+236
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-ndb storage/ndb/include/ndbapi/NdbOperation.hpp: Auto merged
| | * | | ndb - bug#31482unknown2007-10-1517-198/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (re)impl. simple-read (read that releases lock just before LQHKEYCONF) use simple-read for blobs storage/ndb/include/kernel/signaldata/TcKeyConf.hpp: rename bit storage/ndb/include/ndbapi/NdbOperation.hpp: add new lock-mode storage/ndb/src/common/debugger/signaldata/TcKeyConf.cpp: rename bit storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp: remove aggregate storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: impl. simple-read = normal read + release lock just before LQHKEYCONF storage/ndb/src/kernel/blocks/dbtc/Dbtc.hpp: impl. simple-read = normal read + release lock just before LQHKEYCONF storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: impl. simple-read = normal read + release lock just before LQHKEYCONF storage/ndb/src/ndbapi/NdbBlob.cpp: use simple read for blobs storage/ndb/src/ndbapi/NdbIndexOperation.cpp: no simple-read for ui (yet) storage/ndb/src/ndbapi/NdbOperationDefine.cpp: impl. simple-read storage/ndb/src/ndbapi/NdbOperationExec.cpp: impl. simple-read storage/ndb/src/ndbapi/NdbReceiver.cpp: impl. simple-read storage/ndb/src/ndbapi/NdbScanOperation.cpp: no simple-read for scan (yet) storage/ndb/src/ndbapi/NdbTransaction.cpp: rename bit storage/ndb/test/ndbapi/testBasic.cpp: add testcase for simlpe-read storage/ndb/test/run-test/daily-basic-tests.txt: add testcase storage/ndb/test/src/HugoOperations.cpp: add simple-read
| * | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gcaunknown2007-10-141-1/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-ndb
| | * | | ndb - testScan -n InsertDeleteunknown2007-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix testcase storage/ndb/test/ndbapi/testScan.cpp: fix testcase
| * | | | Merge sama.ndb.mysql.com:/export/space/pekka/ndb/version/my51-ndbunknown2007-10-141-0/+32
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sama.ndb.mysql.com:/export/space/pekka/ndb/version/my51-bug29390 storage/ndb/src/ndbapi/NdbScanFilter.cpp: Auto merged
| | * | | | Merge sama.ndb.mysql.com:/export/space/pekka/ndb/version/my50-bug29390unknown2007-10-141-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sama.ndb.mysql.com:/export/space/pekka/ndb/version/my51-bug29390 storage/ndb/src/ndbapi/NdbScanFilter.cpp: Auto merged
| * | | | | Fixed a typo. We have NdbTransactions not NdbTransations. unknown2007-10-121-1/+1
| | | | | |
| * | | | | Added SKIP_INTERNAL wrappers to mark new methods as not part of the public API.unknown2007-10-123-4/+6
| | | | | |
| * | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbunknown2007-10-116-1/+23
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into solace.(none):/home/mtaylor/src/mysql/mysql-5.1-new-ndb
| | * | | | Fixed header to reflect the implementation. unknown2007-10-116-1/+23
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added accessor method to help out the NDB/Connectors. storage/ndb/include/ndbapi/NdbOperation.hpp: Added accessor method to help out the NDB/Connectors. storage/ndb/include/ndbapi/NdbPool.hpp: Fixed header to reflect the implementation. storage/ndb/include/ndbapi/NdbScanFilter.hpp: Added accessor method to help out the NDB/Connectors. storage/ndb/include/ndbapi/NdbTransaction.hpp: Added accessor method to help out the NDB/Connectors. storage/ndb/src/ndbapi/NdbOperation.cpp: Added accessor method to help out the NDB/Connectors. storage/ndb/src/ndbapi/NdbScanFilter.cpp: Added accessor method to help out the NDB/Connectors.
| * | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbunknown2007-10-114-2/+90
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-ndb
| | * | | Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gcaunknown2007-10-114-1/+89
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-ndb storage/ndb/src/kernel/blocks/ERROR_codes.txt: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/test/ndbapi/testNodeRestart.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: merge
| | | * | ndb - bug#31525unknown2007-10-114-1/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug regarding node that missed 2 LCP's (that was not included in next LCP after SR) storage/ndb/src/kernel/blocks/ERROR_codes.txt: add new error codes for bug#31525 storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: add new error codes for bug#31525 fix bug, i.e include missing_2 in LCP storage/ndb/test/ndbapi/testNodeRestart.cpp: add testcase for bug#31525 storage/ndb/test/run-test/daily-basic-tests.txt: add testcase for bug#31525
| | * | | ndb -unknown2007-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | decrease test time storage/ndb/test/run-test/daily-basic-tests.txt: decrease test time
| * | | | Merge sama.ndb.mysql.com:/export/space/pekka/ndb/version/my51-ndbunknown2007-10-0917-164/+523
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | into sama.ndb.mysql.com:/export/space/pekka/ndb/version/my51-bug29390
| | * | | Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gcaunknown2007-10-093-5/+5
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-ndb storage/ndb/test/ndbapi/testDict.cpp: Auto merged storage/ndb/test/ndbapi/testIndex.cpp: Auto merged
| | | * | ndb - more test prg fixes (due to small change in scanUpdates impl.)unknown2007-10-093-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (autotest tests) storage/ndb/test/ndbapi/testDict.cpp: more test prg fixes storage/ndb/test/ndbapi/testIndex.cpp: more test prg fixes storage/ndb/test/ndbapi/test_event.cpp: more test prg fixes
| | * | | Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gcaunknown2007-10-091-1/+1
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-ndb storage/ndb/test/ndbapi/testSystemRestart.cpp: Auto merged
| | | * | ndb - testSystemRestart -n SR_UNDOunknown2007-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yet another test prg bug storage/ndb/test/ndbapi/testSystemRestart.cpp: yet another test prg bug
| | * | | ndb - post merge fixesunknown2007-10-082-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: merge storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: merge
| | * | | Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gcaunknown2007-10-0811-128/+371
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-ndb storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/lgman.cpp: Auto merged storage/ndb/src/kernel/blocks/pgman.cpp: Auto merged storage/ndb/src/kernel/blocks/tsman.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: Auto merged storage/ndb/test/src/NDBT_Thread.cpp: Auto merged
| | | * | ndb - fix dd drop table race conditionunknown2007-10-083-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add list of pages being unmaped, so we can wait for it to be empty before dropping extents storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: add list of pages being unmaped storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: add list of pages being unmaped storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: wait for unmap pages
| | | * | ndb - Fix disk scan (backup)unknown2007-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (introduced by only updating extent pages after pageout) storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp: Fix disk scan (backup)
| | | * | ndb - remove extra ;unknown2007-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (in test framework) storage/ndb/test/src/NDBT_Thread.cpp: remove extra ;
| | | * | ndb - bug#31257unknown2007-10-082-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle partially complete LCP better in SR storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp: remove partially complete LCP from "node" when doign removeNodeFromTable storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: remove partially complete LCP from "node" when doign removeNodeFromTable
| | | * | ndb - bug#30975 (recommit to 51-telco-gca)unknown2007-10-088-126/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - only update extent pages *after* flush of real page has been done - sync both create/drop of table into undolog (for disk tables) storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: inform TUP which LCP to restore each fragment to storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: 1) inform TUP which LCP to restore each fragment to 2) inform TUP both before/after a page has been written storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: 1) inform TUP which LCP to restore each fragment to 2) inform TUP both before/after a page has been written storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: log both create/drop table storage/ndb/src/kernel/blocks/lgman.cpp: let TUP know about all LCPs storage/ndb/src/kernel/blocks/pgman.cpp: add "when" argument to disk_page_unmap_callback so that TUP gets informed both before and after page writeout so that extent pages can be updated only *after* page has been written storage/ndb/src/kernel/blocks/tsman.cpp: remove lsn from update page free bits use wal for page vs extent relation storage/ndb/src/kernel/blocks/tsman.hpp: remove lsn from update page free bits use wal for page vs extent relation
| | * | | Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gcaunknown2007-10-083-25/+145
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-ndb storage/ndb/src/cw/cpcd/APIService.cpp: Auto merged storage/ndb/test/ndbapi/testSystemRestart.cpp: merge storage/ndb/test/run-test/daily-basic-tests.txt: merge
| | | * | ndb - Set usable timeout for atrtunknown2007-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (problem introduced by stew's timeout handling) storage/ndb/src/cw/cpcd/APIService.cpp: Set usable timeout for atrt
| | | * | ndb - fix bug in old test prg(s)unknown2007-10-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix SR1 and SR2 storage/ndb/test/ndbapi/testSystemRestart.cpp: fix SR1 and SR2
| | | * | ndb - bug#30975unknown2007-09-292-21/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add even more tests storage/ndb/test/ndbapi/testSystemRestart.cpp: add more tests... storage/ndb/test/run-test/daily-basic-tests.txt: add more tests
| * | | | ndb - wl#29390 post-merge 5.0 to 5.1unknown2007-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | storage/ndb/src/ndbapi/ndberror.c: wl#29390 post-merge 5.0 to 5.1
| * | | | Merge sama.ndb.mysql.com:/export/space/pekka/ndb/version/my50-ndbunknown2007-10-046-22/+221
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into sama.ndb.mysql.com:/export/space/pekka/ndb/version/my51-bug29390 sql/ha_ndbcluster_cond.cc: Auto merged mysql-test/suite/ndb/r/ndb_condition_pushdown.result: Auto merged mysql-test/suite/ndb/t/ndb_condition_pushdown.test: Auto merged storage/ndb/include/kernel/signaldata/ScanTab.hpp: Auto merged storage/ndb/include/ndbapi/NdbScanFilter.hpp: Auto merged storage/ndb/include/ndbapi/ndbapi_limits.h: Auto merged storage/ndb/src/ndbapi/NdbScanFilter.cpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged storage/ndb/src/ndbapi/ndberror.c: ul, add code (4294) in post-merge storage/ndb/include/ndbapi/Ndb.hpp: SCCS merged
| * | | [PATCH] BUG#29509 ndb_mgm help needs to list the -a option for DN restartunknown2007-10-031-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Index: ndb/storage/ndb/src/mgmclient/CommandInterpreter.cpp =================================================================== storage/ndb/src/mgmclient/CommandInterpreter.cpp: BUG#29509 ndb_mgm help needs to list the -a option for DN restart
| * | | [PATCH] BUG#25064 make formatting of key=value consistent in ↵unknown2007-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getTextTransReportCounters Index: ndb/storage/ndb/src/common/debugger/EventLogger.cpp =================================================================== storage/ndb/src/common/debugger/EventLogger.cpp: BUG#25064 make formatting of key=value consistent in getTextTransReportCounters
| * | | [PATCH] BUG#25064 Remove newlines from cluster logunknown2007-10-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Index: ndb/storage/ndb/src/common/debugger/EventLogger.cpp =================================================================== storage/ndb/src/common/debugger/EventLogger.cpp: BUG#25064 Remove newlines from cluster log
| * | | Merge willster.(none):/home/stewart/Documents/MySQL/5.0/ndb-mergeunknown2007-10-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into willster.(none):/home/stewart/Documents/MySQL/5.1/ndb-merge storage/ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged
| * | | Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbunknown2007-10-022-0/+263
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/usr/clones/mysql-5.1-new-ndb storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged
| | * | | ndb api test case for bug 29501unknown2007-07-052-0/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | storage/ndb/test/ndbapi/testDict.cpp: Added test for Bug#29501. Tested on both code without patch and code with patch. DN fails on code w/o and passed for code w/. Also includes new helper functions runWaitStarted and DropDDObjects. Along with these helper function I have included a test for DropDDObjects. I did find a case where lgman fails on the restarting DN with corrupt fs error. I will file a new bug report and test case for that. storage/ndb/test/run-test/daily-basic-tests.txt: Added new tests for bug29501