An error occurred fetching the project authors.
- 18 Apr, 2001 2 commits
-
-
monty@donna.mysql.fi authored
Removed test of default master parameter Don't lock locked tables in REPAIR Changed optimzation for SELECT * from table,table ORDER BY keypart LIMIT
-
sasha@mysql.sashanet.com authored
added support for alphanumeric variables - import MASTER_MYPORT and SLAVE_MYPORT from the environment mysql-test/mysql-test-run.sh export MASTER_MYPORT and SLAVE_MYPORT for mysqltest mysql-test/t/rpl000015.test use MASTER_MYPORT mysql-test/t/rpl000016.test use MASTER_MYPORT
-
- 27 Mar, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
once after the lock. Now changed test case and added eval support to mysqltest to make it easier to debug
-
sasha@mysql.sashanet.com authored
increase coverage for table.cc in mysql_rm_table() ingore temporary gcov files fixed bug in replication test case
-
- 20 Feb, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 24 Jan, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
fixed sync bugs in three test cases added offset argument to sync_with_master to mysqltest to be able to fix sync bugs added a test case for slave startup with existing master.info expanded mysql-test-run.sh to be able to run pre-start shell script initializations
-
sasha@mysql.sashanet.com authored
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - this is needed to recover from broken replication when the next log event(s) should just be skipped. Rotate binlogs when max_binlog_size is reached
-
- 23 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 22 Jan, 2001 3 commits
-
-
sasha@mysql.sashanet.com authored
added test/sanity check for master_pos_wait()
-
monty@donna.mysql.com authored
Made test more reliable on slow machines
-
monty@donna.mysql.com authored
Added timeouts to replication tests to handle concurrent inserts
-
- 17 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
rpl000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result ignore Added BitKeeper/tmp/bkr3sAHD to the ignore list slave.h MASTER_POS_WAIT lex.h MASTER_POS_WAIT slave.cc MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in slave.cc debug abort count sql_repl.cc announce the log name at the start of the log with a fake rotate event item_create.h MASTER_POS_WAIT item_func.cc MASTER_POS_WAIT item_func.h MASTER_POS_WAIT sql_class.h enter_cond(), exit_cond() helper inliners item_create.cc added MASTER_POS_WAIT mysql-test-run.sh speed improvement fixes rpl000007.test sync rpl000003.test sleep -> sync rpl000004.test sleep -> sync, fixed clean up bug rpl000014.test sync rpl000009.test sync rpl000013.test sync rpl000001.test sleep -> sync rpl000008.test sync rpl000006.test sync on cleanup rpl000011.test sync rpl000012.test sync rpl000005.test sleep -> sync rpl000010.test sync rpl000015.test sync rpl000002.test sleep -> sync rpl000014.result we now know the master log name as soon as we connect mysql.cc added optional agrument to --wait mysqltest.c added save_master_pos and sync_with_master commands
-
- 04 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 03 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Added new big select test
-
- 15 Dec, 2000 2 commits
-
-
sasha@mysql.sashanet.com authored
fixed bug that created empty result files in no-record mode mysql-test/t/rpl000007.test testing non-replication of load data infile when the table is excluded from replication mysql-test/t/rpl000016.test test purge master logs sql/slave.cc fix memory leaks found by purge master logs test sql/sql_repl.cc fixed race condition and delete before close bug in reset_slave() Overall comments - coverage testing is a very good thing!
-
sasha@mysql.sashanet.com authored
added system command myisammrg/myrg_open.c fixed coredump when opening an empty union table sql/sql_repl.cc fixed warnings, remove confusing comment, fixed coredump in change master to when master.info was corrupted added new replication test case
-