- 15 Jun, 2006 6 commits
-
-
unknown authored
Add extra parameter to 'ndbcluster_wait_started' so it can be used to wait until ndb_mgmd has started
-
unknown authored
Run ndb_mgmd as deamon Make extra attempt to check if processes are still alive mysql-test/lib/mtr_process.pl: Add common function to mark processes as dead When all attempts to kil processes has failed make an extra attempt with ping to check if they really are still alive mysql-test/mysql-test-run.pl: Run ndb_mgmd with --nodaemon
-
unknown authored
include/config-win.h: Exclude
-
unknown authored
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-new-maint client/mysqltest.c: Auto merged
-
unknown authored
Update 'mark_progress' tpo save the log to a dynamic string and dump it using the already available functions at end of test run client/mysqltest.c: Add new option --mark-progress which will dump a .progress file with linenumber and elapsed time so far
-
- 14 Jun, 2006 6 commits
- 13 Jun, 2006 1 commit
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
- 12 Jun, 2006 18 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/home/marty/MySQL/mysql-5.1 storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: Auto merged storage/ndb/src/ndbapi/NdbScanOperation.cpp: Auto merged storage/ndb/src/ndbapi/ndberror.c: Auto merged
-
unknown authored
Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: locked lock_OPEN mutex to support TRUNCATE with re-create and cluster binlog Many files: Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication ndb_lock.result, ha_ndbcluster.cc: Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: Adaption to 5.1 code NdbDictionaryImpl.hpp: Fix of bad merge storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: Fix of bad merge sql/ha_ndbcluster.cc: Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: Adaption to 5.1 code mysql-test/r/ndb_lock.result: Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: Adaption to 5.1 code sql/ha_ndbcluster_binlog.cc: Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication mysql-test/r/rpl_ndb_basic.result: Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication mysql-test/t/rpl_ndb_basic.test: Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication sql/ha_ndbcluster_binlog.h: Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: adaption to MySQ Cluster replication sql/sql_delete.cc: Bug #18864 TRUNCATE TABLE doesn't reset AUTO_INCREMENT value on ndb table: locked lock_OPEN mutex to support TRUNCATE with re-create and cluster binlog
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb storage/ndb/src/kernel/blocks/ERROR_codes.txt: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp: Auto merged storage/ndb/src/mgmsrv/Services.cpp: Auto merged storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged storage/ndb/test/ndbapi/testNodeRestart.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb storage/ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged storage/ndb/src/mgmsrv/Services.cpp: Auto merged
-
unknown authored
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 ndb/src/mgmsrv/MgmtSrvr.cpp: Auto merged ndb/src/mgmsrv/Services.cpp: Auto merged
-
unknown authored
- always calculate max log level on node start - send event subscribe uncond ndb/src/mgmsrv/Services.cpp: Bug #20336 CLUSTERLOG commands have no effect - always send log level update
-
unknown authored
into mysql.com:/home/marty/MySQL/mysql-5.1 mysql-test/t/ndb_lock.test: Auto merged sql/ha_ndbcluster.h: Auto merged sql/handler.h: Auto merged storage/ndb/include/ndbapi/NdbIndexScanOperation.hpp: Auto merged storage/ndb/include/ndbapi/NdbScanOperation.hpp: Auto merged mysql-test/r/ndb_lock.result: Merge sql/ha_ndbcluster.cc: Merge storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Merge storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp: Merge storage/ndb/src/ndbapi/NdbScanOperation.cpp: Merge storage/ndb/src/ndbapi/ndberror.c: Merge
-
unknown authored
Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: Skipped lock check for full table scan due to bug #20390 SELECT FOR UPDATE does not release locks of untouched rows in full table scans
-
unknown authored
Fix for Bug #18184 SELECT ... FOR UPDATE does not work..: Added missing parameter for readTuples in index scan
-
unknown authored
into mysql.com:/home/marty/MySQL/mysql-5.0 sql/ha_ndbcluster.cc: Merge (using local)
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
mysql-test/t/ps_1general.test: Move disable_warnings and it's comment to before when the statement is executed
-
unknown authored
-
unknown authored
-
- 11 Jun, 2006 9 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
Make list of tags/name/values to simplify adding more tags Check if debug compiled binaries mysql-test/lib/mtr_cases.pl: Fix warnings Use local file handle for recursive "include file" loop Make list of tags/name/value to search for in .test files Add fileter for "require debug compiled binary" mysql-test/lib/mtr_process.pl: Fix warnings mysql-test/lib/mtr_report.pl: Fix warning, only print total time if "--timer" mysql-test/mysql-test-run.pl: Fix warnings Add check of debug compiled binaries
-
unknown authored
-
unknown authored
Check for big-test, ndb-extra, require_manager and binlog format row/stmt
-
unknown authored
Change 'mtr_kill_process' to only take three arguments. The last indicating max number of seconds to wait for process to be killed. Leave it to the implementation of 'mtr_kill_process' how long to wait between each attempt to kill/detect if process has been killed. mysql-test/lib/mtr_process.pl: Change 'mtr_kill_process' to only take three arguments. The last indicating max number of seconds to wait for process to be killed. mysql-test/mysql-test-run.pl: Change 'mtr_kill_process' to only take three arguments. The last indicating max number of seconds to wait for process to be killed.
-
unknown authored
-
unknown authored
Add comment why test is skipped mysql-test/lib/mtr_cases.pl: Add comments why tets is skipped Disable the use of --skip-innodb if test does not need it mysql-test/lib/mtr_report.pl: Print commment why test was skipped
-
unknown authored
Fix merge problem mysql-test/r/join_outer_innodb.result: Update test result mysql-test/t/group_min_max.test: Add missing drop table (lost during merge)
-