An error occurred fetching the project authors.
- 09 Feb, 2004 2 commits
-
-
guilhem@gbichot2.local authored
Don't use --command in tests; use command.
-
monty@mysql.com authored
Fixed output from mysqlbinlog when using --skip-comments Fixed warnings from valgrind Fixed ref_length when used with HEAP tables More efficent need_conversion() Fixed error handling in UPDATE with not updateable tables Fixed bug in null handling in CAST to signed/unsigned
-
- 26 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Portability fixes
-
- 01 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Added --protocol to mysqlbinlog
-
- 28 Nov, 2003 1 commit
-
-
monty@mysql.com authored
-
- 20 Nov, 2003 1 commit
-
-
paul@ice.snake.net authored
(Initial caps for each word.) For example, instead of writing Until_condition, Until_Log_File, and Until_log_pos, write Until_Condition, Until_Log_File, and Until_Log_pos.
-
- 09 Oct, 2003 1 commit
-
-
guilhem@gbichot2 authored
I manually edited rpl_openssl.result because the test is skipped on my machine. Hope it's correct.
-
- 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.
-
- 03 Oct, 2003 1 commit
-
-
guilhem@gbichot2 authored
Changed Rotate_log_event::exec_event() to not increment positions when the event is seen in the middle of a transaction.
-
- 26 Sep, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
-
- 15 Sep, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
-
- 14 Sep, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
to SHOW SLAVE STATUS.
-
- 13 Sep, 2003 1 commit
-
-
dlenev@dlenev.mshome authored
-