An error occurred fetching the project authors.
- 08 Oct, 2003 1 commit
-
-
guilhem@gbichot2 authored
"Add a column "Timestamp_of_last_master_event_executed" in SHOW SLAVE STATUS". Finally this is adding - Slave_IO_State (a copy of the State column of SHOW PROCESSLIST for the I/O thread, so that the users, most of the time, has enough info with only SHOW SLAVE STATUS). - Seconds_behind_master. When the slave connects to the master it does SELECT UNIX_TIMESTAMP() on the master, computes the absolute difference between the master's and the slave's clock. It records the timestamp of the last event executed by the SQL thread, and does a small computation to find the number of seconds by which the slave is late.
-
- 20 Aug, 2003 1 commit
-
-
guilhem@mysql.com authored
Since my changes, rpl_log.test, whose result file depends on file_id, became non-repeatable, i.e. file_id on slave in SHOW BINLOG EVENTS changed depending on the order of tests (sometimes 1, sometimes 5). Which is logical: as now the slave does not copy Create_file and Exec_load from the relay log (i.e from the master's binlog) to the slave's binlog, but instead lets mysql_load() do the logging, the file_id is now the one whic was used on the slave. Before it was the one which was used on the master, and by chance the master was always restarted for this test because there's a -master.opt file, so file_id on the master is always 1. But now file_id is from the slave so we need to restart the slave. That's why I add an (empty) -slave.opt file. I could have used 'server_stop/start slave', but this would have required the manager, so most of the time mysql-test-run silently skip the test which makes it useless. And I want this test to be run !
-
- 10 Aug, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Fix possible replication bug with LOAD DATA ... IGNORE LINES #
-
- 04 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 27 May, 2003 1 commit
-
-
guilhem@mysql.com authored
before stopping. This is to make the test's result predictable (depending on the machine the results could formerly be slightly different, though everything is sane in the code; it's not a bug).
-
- 21 Feb, 2003 1 commit
-
-
guilhem@mysql.com authored
Increased some tests' robustness a bit : - Added RESET MASTER to all tests who do SHOW BINLOG EVENTS, to make them independent from previous tests. - Added save_master_pos to these tests to wait for the slave to start before purging its binary logs.
-
- 29 Oct, 2002 1 commit
-
-
nick@mysql.com authored
-
- 25 Oct, 2002 1 commit
-
-
nick@mysql.com authored
-
- 24 Oct, 2002 1 commit
-
-
nick@mysql.com authored
-
- 11 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
-
- 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
-
- 03 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
instrumented the server with DBUG_SYNC_POINT() macro
-
- 04 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 30 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixes for rpl_log test to make it config-independent
-
- 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
-