An error occurred fetching the project authors.
- 03 Nov, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
portability fixes for systems with broken syscalls that do not interrupt on a signal temporary commit - will not be pushed, need to sync up
-
- 23 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
removal of duplicate code in mf_iocache.cc work on failsafe replication work on SEQ_READ_APPEND io cache
-
- 12 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug in master - unregister slaves when they disconnect
-
- 03 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
instrumented the server with DBUG_SYNC_POINT() macro
-
- 15 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 14 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed replication bug in load_master_data
-
- 01 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 22 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 15 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 14 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
New global read lock code Fixed bug in DATETIME with WHERE optimization Made UNION code more general.
-
- 03 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
Stop event and bugs the test suite could not catch Did some big restructuring of binlog event classes - most important change is that now each event class has exec_event method and one does not need to modify slave core code to add a new event. Slave code is now much smaller and easier to read
-
- 12 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
remove extension from binary log if the user specifies one to avoid non-rotatable logs fixed possible use of unitialized IO_CACHE in debug mode
-
- 11 Jul, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
use truncate table sql/slave.cc fixed race condition on server shutdown sql/sql_repl.cc fixed uninitialized use of io_cache
-
sasha@mysql.sashanet.com authored
fixed test case to produce same results on txn-enabled binary. temporary fix - permanent fix is it make mysqld behave the same with MyISAM on auto_increment insert after delete from tbl_name regardless of how the binary was compiled sql/slave.cc fixed concurrency bug with log_seq sql/slave.h last_log_seq needs to be updated atomically with pos sql/sql_repl.cc cleared up comment and fixed concurrency bug
-
- 10 Jul, 2001 1 commit
-
-
monty@tik.mysql.fi authored
Removed new error message Fixed test case for varbinary Threads are again killable in "merge_buffers" Cleanup of sql_repl.cc SHOW OPEN TABLES now works when no tables are opened
-
- 04 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 29 Jun, 2001 3 commits
-
-
sasha@mysql.sashanet.com authored
fixed bug in LOAD DATA FROM MASTER
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
added debugging options to master to behave sporadically, and a test case to make sure the slave can deal with it
-
- 26 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
updated rotate event to set new position along with the new log
-
- 21 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed log sequence bugs fixed bugs in handling Slave event added test case with SHOW BINLOG EVENTS have not fixed all the bugs - found some that are also in 3.23, will fix them there first, then do pull and cleanup will not push this changeset
-
- 19 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
Documented/cleaned up log event code Updated tests
-
- 02 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
cleanup of register_slave_on_master()
-
- 01 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
test case included ( drop) - currently fails, along with rpl000009
-
- 31 May, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
info on how to connect to the slave for the clients that connect to the master, but would like to know where the slaves are
-
- 29 May, 2001 2 commits
-
-
monty@donna.mysql.fi authored
Force add of FN_LIBCHAR to symlinks on windows
-
sasha@mysql.sashanet.com authored
-
- 03 May, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug sql/sql_repl.cc undid virtual master change
-
- 24 Apr, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for virtual master ( replicating from a directory with binlogs) test case for backup/restore with virtual master
-
- 14 Mar, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for kill expr fixed coredump in set @A := foo; added testcase for user_var added testcase for kill
-
- 13 Mar, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
interrupt I/O after thr_alarm_kill() test case for order by desc coredump
-
- 20 Feb, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 27 Jan, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
updated manual about table lock counter fixed coredump in DROP DATABASE with long bogus name by non-root user fixed bug in handling STOP immediately after ROTATE added test case for buffer overrun on DROP DATABASE by non-root user added test case for the STOP bug in replication
-
- 26 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
-
- 25 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed 'static inline' to 'inline' for SCO new's compiler
-
- 24 Jan, 2001 1 commit
-
-
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
-
- 22 Jan, 2001 2 commits
-
-
monty@donna.mysql.com authored
Made test more reliable on slow machines
-
monty@donna.mysql.com authored
-
- 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
-