An error occurred fetching the project authors.
- 27 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
-
- 11 Jun, 2007 1 commit
-
-
mats@kindahl-laptop.dnsalias.net authored
been reached): Post-merge patch to handle all the changes to the tree since the tree was cloned.
-
- 09 Jun, 2007 1 commit
-
-
mats@kindahl-laptop.dnsalias.net authored
Adding new fields Last_{IO,SQL}_Errno and Last_{IO,SQL}_Error to output of SHOW SLAVE STATUS to hold errors from I/O and SQL thread respectively. Old fields Last_Error and Last_Errno are aliases for Last_SQL_Error and Last_SQL_Errno respectively. Fields are added last to output of SHOW SLAVE STATUS to allow old applications to use the same positional arguments into the row, while allowing new application to benefit from the added information. In addition, some new error codes are added (especially for the I/O thread) to be able to provide sensible error message.
-
- 29 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 01 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 17 Jan, 2007 1 commit
-
-
mats@romeo.(none) authored
Third patch of the bug fix where the code for skipping events and for executing events is factored out into three functions: - shall_skip() to decide if the event shall be skipped and the reason for it; - do_apply_event(), where the event is applied to the database; and - do_update_pos(), which updates the actual relay log position and group positions.
-
- 19 Dec, 2006 1 commit
-
-
patg@radha.patg.net authored
The final testcase needing new error codes. Really.
-
- 05 Dec, 2006 1 commit
-
-
mats@romeo.(none) authored
Field_bit::set_default() did not check the bit_len, hence used the undefined bit_ptr, causing a crash. The patch adds a check that bit_len > 0 before following the bit_ptr.
-
- 16 Sep, 2006 1 commit
-
-
- 13 Sep, 2006 1 commit
-
-
mats@romeo.(none) authored
Incorporating changes from review. Fixing one bug that surfaced.
-
- 08 May, 2006 1 commit
-
-
mats@mysql.com authored
Added support for UPDATE. Some minor fixes.
-
- 03 May, 2006 1 commit
-
-
mats@mysql.com authored
Extended replication to allow extra columns added last on slave as compared with table on master.
-
- 22 Dec, 2005 1 commit
-
-
lars@mysql.com authored
This includes both code and test cases.
-