An error occurred fetching the project authors.
- 15 Apr, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
bison 1.34 yacc rule compliance more robust handling of relay log corruption
-
- 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 :-)
-
- 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.
-
- 17 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed shutdown on HPUX. Fixed bug in query cache.
-
- 15 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 19 Nov, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 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
-
-
sasha@mysql.sashanet.com authored
-
- 28 Sep, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
-
- 19 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
delimiters/starters/terminators started work on server management daemon
-
- 06 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 04 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com 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
-
- 04 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 30 Jun, 2001 3 commits
-
-
sasha@mysql.sashanet.com authored
-
sasha@mysql.sashanet.com authored
fixed left over hard coded version instances in the result
-
sasha@mysql.sashanet.com authored
fixes for rpl_log test to make it config-independent
-
- 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
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
-