summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-12-3174-524/+1796
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1 sql/ha_ndbcluster_binlog.cc: Auto merged sql/sql_plugin.cc: Auto merged storage/ndb/include/kernel/signaldata/Extent.hpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp: Auto merged storage/ndb/src/kernel/blocks/diskpage.hpp: Auto merged storage/ndb/src/kernel/blocks/lgman.cpp: Auto merged storage/ndb/src/kernel/blocks/print_file.cpp: Auto merged storage/ndb/src/kernel/blocks/tsman.cpp: Auto merged storage/ndb/src/kernel/blocks/tsman.hpp: Auto merged storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp: Auto merged
| * ndb: remove compiler warningsunknown2006-12-273-8/+8
| |
| * Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-12-2773-517/+1789
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into poseidon.:/home/tomas/mysql-5.1-new-ndb include/my_base.h: Auto merged mysql-test/Makefile.am: Auto merged mysql-test/r/ndb_dd_ddl.result: Auto merged mysql-test/t/disabled.def: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/ha_ndbcluster.h: Auto merged sql/handler.h: Auto merged sql/item_func.cc: Auto merged sql/sql_show.cc: Auto merged sql/sql_table.cc: Auto merged sql/sql_yacc.yy: Auto merged storage/ndb/include/kernel/signaldata/BackupContinueB.hpp: Auto merged storage/ndb/src/common/util/File.cpp: Auto merged storage/ndb/src/common/util/InputStream.cpp: Auto merged storage/ndb/src/common/util/socket_io.cpp: Auto merged storage/ndb/src/kernel/blocks/backup/Backup.cpp: Auto merged storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: Auto merged storage/ndb/src/kernel/blocks/dbacc/Dbacc.hpp: Auto merged storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupGen.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/vm/SimulatedBlock.cpp: Auto merged storage/ndb/src/mgmsrv/ConfigInfo.cpp: Auto merged storage/ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged storage/ndb/src/mgmsrv/Services.cpp: Auto merged storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/src/ndbapi/Ndbif.cpp: Auto merged storage/ndb/src/ndbapi/TransporterFacade.cpp: Auto merged storage/ndb/src/ndbapi/ndberror.c: Auto merged storage/ndb/test/ndbapi/testBasic.cpp: Auto merged storage/ndb/test/ndbapi/testIndex.cpp: Auto merged storage/ndb/test/ndbapi/testSystemRestart.cpp: Auto merged storage/ndb/tools/ndb_condig.cpp: Auto merged sql/sql_plugin.cc: manual merge
| | * Potential use of NULL pointer in 'plugin_for_each_with_mask', check pointerunknown2006-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | before referencing it. sql/sql_plugin.cc: Make sure the plugin being refernced in the plugins array has not been set to NULL already.
| | * Merge pilot.mysql.com:/home/msvensson/mysql/my51-ndb-gca-my51-munknown2006-12-221-9/+10
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-ndb sql/sql_plugin.cc: Auto merged
| | | * Bug#22694 "function plugin_foreach_with_mask() uses an uninitialized pointer"unknown2006-12-221-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix uninitialized memory. sql/sql_plugin.cc: move my_alloca() call out of nested stack frame. ensure that every element of array is initialized.
| | * | Cset exclude: msvensson@neptunus.(none)|ChangeSet|20061220175325|03033unknown2006-12-221-1/+0
| | | | | | | | | | | | | | | | | | | | sql/sql_plugin.cc: Exclude
| | * | Merge bk-internal:/home/bk/mysql-5.1-ndbunknown2006-12-2142-126/+404
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-ndb
| | | * | Add call to 'thd::clean_up' before deleting THDunknown2006-12-211-1/+1
| | | | |
| | | * | Merge pilot.mysql.com:/home/msvensson/mysql/mysql-5.1unknown2006-12-2141-125/+403
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-ndb mysql-test/Makefile.am: Auto merged mysql-test/t/disabled.def: Auto merged
| | * | \ \ Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndbunknown2006-12-213-34/+59
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged
| | | * | | Merge neptunus:mysql/my51-ndb-valgrindunknown2006-12-212-34/+58
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-ndb sql/ha_ndbcluster_binlog.cc: Auto merged
| | | | * | | Improve ndb thread shutdown handlingunknown2006-12-202-34/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/ha_ndbcluster.cc: Make 'ndbcluster_end' wait for thread created by 'ndbluster_init' sql/ha_ndbcluster_binlog.cc: Make 'ndbcluster_binlog_end' wait for thread created by 'ndbcluster_binlog_start'
| | | * | | | Merge bk-internal:/home/bk/mysql-5.1-ndbunknown2006-12-201-0/+1
| | | |\ \ \ \ | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/my51-ndb-valgrind2
| | | | * | | Fix valgrind warning from deinitializing ha_ndbcluster, referencingunknown2006-12-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | another handler from 'plugin_foreach' sql/sql_plugin.cc: Remove plugin from plugin_array after it has been initialized to avoid it being referenced. For example if a plugin deletes a THD object that will call 'ha_close_connection' wich will iterate over all storage engine plugins
| | * | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndbunknown2006-12-203-4/+4
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
| | | * | | | Bug #21806: wrong ndb binlog behaviour when cluster disconnects/restartsunknown2006-12-203-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - latest gci is reinitialized to 0 at reconnect, ndb binlog thread needs to wait until valid gci is retrieved
| | * | | | | ndb_dd_ddl.test, ndb_dd_ddl.result, ha_ndbcluster.cc:unknown2006-12-206-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: disallowed TABLESPACE declaration for STORAGE MEMORY Makefile: Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/Makefile -> storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile mgmapi_logevent2.cpp: Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent_dual.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent2.cpp Makefile: Rename mgmapi_logevent_dual to mgmapi_logevent2 mgmapi_logevent2.cpp: Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent2.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp: Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent2.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp storage/ndb/ndbapi-examples/Makefile: Rename mgmapi_logevent_dual to mgmapi_logevent2 storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile: Rename mgmapi_logevent_dual to mgmapi_logevent2 mysql-test/r/ndb_dd_ddl.result: bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: disallowed TABLESPACE declaration for STORAGE MEMORY mysql-test/t/ndb_dd_ddl.test: bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: disallowed TABLESPACE declaration for STORAGE MEMORY sql/ha_ndbcluster.cc: bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: disallowed TABLESPACE declaration for STORAGE MEMORY
| | * | | | | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndbunknown2006-12-2012-26/+61
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
| | | * | | | bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: ↵unknown2006-12-1910-25/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ALTER TABLE must specify STORAGE explicitely to change it, + post review changes
| | | * | | | bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: ↵unknown2006-12-197-11/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | copy tablespace from old table in copying alter table
| | * | | | | WL#2862 ndb_sp.test - removed unnecessary lineunknown2006-12-192-2/+0
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/r/ndb_sp.result: WL#2862 mysql-test/t/ndb_sp.test: WL#2862
| | * | | | fix for commit 1.2368unknown2006-12-182-0/+2
| | | | | |
| | * | | | fix for commit 1.2368unknown2006-12-182-8/+8
| | | | | |
| | * | | | WL#2862unknown2006-12-1712-15/+477
| | | | | |
| | * | | | Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndbunknown2006-12-156-13/+121
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| | | * | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workunknown2006-12-156-13/+121
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged
| | | | * | | merge fixunknown2006-12-151-1/+2
| | | | | | |
| | | | * | | Merge perch.ndb.mysql.com:/home/jonas/src/50-workunknown2006-12-156-13/+120
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/51-work storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/src/ndbapi/Ndbif.cpp: Auto merged storage/ndb/test/ndbapi/testIndex.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged storage/ndb/test/ndbapi/testBasic.cpp: merge
| | | | | * | | ndb - bug#25059unknown2006-12-155-13/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorrect handling of commit/ignore error in unique index code ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: 1) handle potential ptr error 2) remove incorrect commit-handling in uk code ndb/src/ndbapi/NdbTransaction.cpp: 1) force 4012 2) handle AO_IgnoreError in uk code ndb/src/ndbapi/Ndbif.cpp: force 4012 ndb/test/ndbapi/testIndex.cpp: test program for 25059 ndb/test/run-test/daily-basic-tests.txt: add testcase
| | | | | * | | ndb - bug#25090unknown2006-12-152-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add testcase ndb/test/ndbapi/testBasic.cpp: add testcase for bug#25090 ndb/test/run-test/daily-basic-tests.txt: add testcase for bug#25090
| | | | | * | | ndb - bug#25090unknown2006-12-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure apicon timer is reset when setting CS_CONNECTED ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: make sure apicon timer is reset when setting CS_CONNECTED
| | * | | | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1unknown2006-12-152-0/+29
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
| | | * \ \ \ \ \ Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2006-12-152-0/+29
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 mysql-test/r/ndb_read_multi_range.result: Auto merged mysql-test/t/ndb_read_multi_range.test: Auto merged
| | | | * | | | | | bug#19956 Problems with VARCHAR primary key and BLOB fields:added test caseunknown2006-12-152-0/+29
| | | | | | | | | |
| | * | | | | | | | bug#19956 Problems with VARCHAR primary key and BLOB fields:put back ↵unknown2006-12-141-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed error handling for HA_ERR_KEY_NOT_FOUND
| | * | | | | | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.1unknown2006-12-140-0/+0
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb sql/ha_ndbcluster.cc: Auto merged
| | | * | | | | | | Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0unknown2006-12-140-0/+0
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 sql/ha_ndbcluster.cc: Merge (using local, will merge manually)
| | | | * | | | | | Removed check for impossible error returnunknown2006-12-141-7/+4
| | | | | | | | | |
| | * | | | | | | | Remove old hack to avoid reception of SUB_DATA signals to destroyed Ndb objectunknown2006-12-131-26/+1
| | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workunknown2006-12-122-7/+5
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb storage/ndb/src/ndbapi/TransporterFacade.cpp: Auto merged
| | | * | | | | | ndb - bug#24949unknown2006-12-122-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure not too poll to long, in case of hb-failure of last db-node storage/ndb/src/ndbapi/Ndbif.cpp: Make sure not to poll too long storage/ndb/src/ndbapi/TransporterFacade.cpp: Make sure not to poll too long
| | * | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workunknown2006-12-123-4/+9
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| | | * | | | | | ndb - bug#25001unknown2006-12-122-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make sure DISK flag is set on DATA column for blob table storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: maek sure DISK flag is set on DATA column fro blob table storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: maek sure DISK flag is set on DATA column fro blob table
| | | * | | | | | ndb - styleunknown2006-12-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | split assignment into 2 lines storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp: remove bad assignment
| | * | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/51-workunknown2006-12-111-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
| | | * | | | | | ndb - bug#24664unknown2006-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix in bug fix, make sure LCP_SKIP is only used for inserts... storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp: Make sure LCP_SKIP is only used for inserts
| | * | | | | | | ya typounknown2006-12-091-1/+1
| | | | | | | | |
| | * | | | | | | fix bug in make installunknown2006-12-091-1/+1
| | | | | | | | |
| | * | | | | | | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1unknown2006-12-0832-384/+993
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb mysql-test/r/ndb_update.result: Auto merged mysql-test/t/disabled.def: Auto merged sql/ha_ndbcluster.cc: Auto merged sql/item_func.cc: Auto merged storage/ndb/src/common/util/File.cpp: Auto merged storage/ndb/src/common/util/InputStream.cpp: Auto merged storage/ndb/src/common/util/socket_io.cpp: Auto merged storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/vm/SimulatedBlock.cpp: Auto merged storage/ndb/src/mgmsrv/Services.cpp: Auto merged storage/ndb/src/ndbapi/NdbTransaction.cpp: Auto merged storage/ndb/src/ndbapi/ndberror.c: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged storage/ndb/tools/ndb_condig.cpp: Auto merged