An error occurred fetching the project authors.
- 17 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 12 Jul, 2001 3 commits
-
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
-
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
-
- 07 Jul, 2001 1 commit
-
-
monty@tik.mysql.fi authored
-
- 29 Jun, 2001 1 commit
-
-
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
-
- 24 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
mark a master-forced rotate with a special flag
-
- 22 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bugs in log seq - now starting to look good fixes for SHOW BINLOG EVENTS will push this one
-
- 21 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
preserve originating server id in Intvar events to avoid inifinite loops
-
- 14 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
in slave binlog - needed for synchronization slave during recovery
-
- 02 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
cleanup of register_slave_on_master()
-
- 01 Jun, 2001 4 commits
-
-
sasha@mysql.sashanet.com authored
fixed bad merge
-
sasha@mysql.sashanet.com authored
test case included ( drop) - currently fails, along with rpl000009
-
monty@hundin.mysql.fi authored
error message if the table open or the index creation failed. Updated portuguese error messages. Fix for OS/2 that affected CHECK TABLE.
-
monty@hundin.mysql.fi authored
-
- 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 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 03 May, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
-
- 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
-
- 20 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 11 Apr, 2001 2 commits
-
-
monty@donna.mysql.fi authored
-
sasha@mysql.sashanet.com authored
mark killed partially completed updates with an error code in binlog stop replication if the master reports a possible partial/killed update test partially killed update
-
- 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
-
- 07 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
Fixed bug introduced with last ORDER BY optimization Changed log position to longlong to avoid warnings.
-
- 27 Feb, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
update for the fix sql/slave.cc re-merged Jeremy's message changes, got the code to compile and run again after a mess-up in the merge
-
sasha@mysql.sashanet.com authored
more verbose messages when slave thread exits
-
- 21 Feb, 2001 1 commit
-
-
jcole@tetra.spaceapes.com authored
-
- 15 Feb, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
-
monty@donna.mysql.com authored
Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
-
- 14 Feb, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed skipping bug in bi-directional replication
-
- 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
-
- 25 Jan, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed 'static inline' to 'inline' for SCO new's compiler
-
- 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
-