An error occurred fetching the project authors.
- 25 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed a couple of bugs with SEQ_READ_APPEND cache rpl000016 still has non-deterministic result, but I am going to commit and push since what I have is now better than what is in the main repository
-
- 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.
-
- 21 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed data corruption bug in query cache. Made queries be dependent of the database in use.
-
- 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
-
- 06 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
-
- 05 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Changed some sql_alloc() -> thd->alloc() Removed a lot of compiler warnings on Linux Alpha (64 bit) Fixed some core dumps on 64 bit systems (wrong type for packet_len)
-
- 18 Nov, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
--local-master option in mysql-test-run do not log CREATE TABLE when doing table dump fix replication to slave off 3.23 master
-
- 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
-
- 04 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Portability fixes. Don't delete temporary tables on FLUSH tables.
-
- 02 Nov, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 03 Oct, 2001 2 commits
-
-
sasha@mysql.sashanet.com authored
instrumented the server with DBUG_SYNC_POINT() macro
-
monty@hundin.mysql.fi authored
-
- 01 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
server_start/server_stop changed rpl000018 to use the new server restart feature instead of a hack
-
- 21 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in UNION
-
- 15 Sep, 2001 2 commits
-
-
monty@hundin.mysql.fi authored
-
monty@hundin.mysql.fi authored
-
- 05 Sep, 2001 1 commit
-
-
monty@work.mysql.com authored
-
- 03 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix problem with MyISAM and rows of length 65517-65520
-
- 30 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 21 Aug, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fix bug in isamlog Add argument types to function declarations.
-
- 20 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
trying to understand why --bootstrap option does not create tables on disk, hope the problem will be fixed when I pull, if not will debug, but need to commit in order to pull
-
- 19 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
delimiters/starters/terminators started work on server management daemon
-
- 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.
-
- 10 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
-
- 23 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 20 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
#ifdefed out code not used in the server from log events started on new LOAD DATA INFILE events
-
- 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
-
- 19 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
Documented/cleaned up log event code Updated tests
-
- 14 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
in slave binlog - needed for synchronization slave during recovery
-
- 29 Apr, 2001 1 commit
-
-
monty@donna.mysql.fi authored
-
- 25 Apr, 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
-
- 20 Feb, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-