An error occurred fetching the project authors.
- 02 Apr, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
DBUG_ macro cleanup buffer boundary cleanup This changeset, although not fully tested, works for me better than anything I've had so far, including what is in the repository. I will push it unless something crashes while I am writing this :-)
-
- 30 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
If no problems are discovered in the next week, this will make the replication code ready for 4.0.2 release.
-
- 03 Mar, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
of one of our users which replicates from a live server. So I now have a lot of confidence in it and will push. It passes all tests, so I if I broke somebody's code in 3.23 merge this is your fault - you should have had a good test case :-)
-
- 07 Feb, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug in LOAD DATA FROM MASTER fixed rpl000001.result Slave now replicates 3.23 master, with the exception of LOAD DATA INFILE, which is still buggy. Will push this one after the pull/merge
-
- 30 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 29 Jan, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
-
- 27 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
likely() and unlikely() branch prediction compiler hint macros clean-up of comments
-
- 22 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed too quick timeout in mysql-test-run which caused a race with the new server getting started before the old one completely finished shutdown. This should fix the pid warning we've been getting as well as inconsistent results when running tests with the manager
-
- 20 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
-
- 13 Dec, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added extra/mysql_install.c - will work on it in 4.0, but it does not hurt to have it sit in 3.23 tree for now since it will eventually be backported to 3.23 anyway
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 11 Nov, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc write start event only in the first log
-
- 03 Oct, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 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
-
- 17 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 11 Jul, 2001 1 commit
-
-
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
-
- 24 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
mark a master-forced rotate with a special flag
-
- 31 May, 2001 1 commit
-
-
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 1 commit
-
-
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
-
- 25 Mar, 2001 1 commit
-
-
monty@donna.mysql.fi authored
(For glibc 2.2)
-
- 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 1 commit
-
-
sasha@mysql.sashanet.com authored
more verbose messages when slave thread exits
-
- 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
-
- 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
-
- 09 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
better error diagnostic in SLAVE START
-
- 02 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed slave to preserve temp tables on slave stop; slave start added abort-slave-event-count option to mysqld to test the above added a test case for temp tables with a contantly aborting slave removed warning in sql_parse.cc fixed thimble.cc to compile
-
- 25 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
send_file() is more stack-friendly - changed large static buffer to alloc_root() fixed my_b_seek() to work with WRITE_CACHE test case to make sure the slave starts correctly after being stopped truncated words file so the replication tests will take less time
-
- 22 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
cleanup - remove unneeded daeamon restarts sql/log_event.cc fixed bug - do not confuse confused slaves even further if they try to read less than LOG_EVENT_HEADER_LEN before the end of file sql/mysqlbinlog.cc give error if constructor fails sql/mysqld.cc --disconnect-slave-event-count for replication debugging sql/slave.cc --disconnect-slave-event-count cleanup to remove unneeded sleeps when things go wrong - sleep only when we have to sql/slave.h --disconnect-slave-event-count test cases for ALTER TABLE ORDER BY and replication offset off by 22 confusion mystery bug (both pass)
-
- 21 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
added gdb support, mysqld options per test, and other cool stuff to mysql-test-run added --replicate-wild-do/ignore-table more test cases
-
- 14 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
this file needs to be deleted sql/log_event.cc fixed warnings sql/log_event.h fixed () #define bug sql/mysqlbinlog.cc fixed length argument - was supposed to be one less sql/mysqld.cc replicate-do/ignore-table now works, wild does not yet sql/mysql_priv.h updating argument to add_table_to_list() -- needed for replicate-do/ignore table sql/slave.cc changes fore replicate-do/ignore-table close the socket before going to sleep sleeping after error bad event was being freed too early sql/slave.h changes for replicate-do/ignore-table sql/sql_class.cc slave_thread variable to THD sql/sql_class.h added slave_thread to THD, fixed bug in end_time() sql/sql_parse.cc updating argument to add_tables_to_list() sql/sql_table.cc fixed bug in mysql_rm_table() sql/sql_yacc.yy fixed up add_table_to_list() calls to accept updating argument sql/table.h added updating to TABLE_LIST
-
- 11 Nov, 2000 1 commit
-
-
sasha@laptop.slkc.uswest.net authored
-