An error occurred fetching the project authors.
- 12 Dec, 2007 2 commits
-
-
aelkin@dl145j.mysql.com authored
-
aelkin/elkin@koti.dsl.inet.fi authored
without PK Bug#31609 Not all RBR slave errors reported as errors bug#32468 delete rows event on a table with foreign key constraint fails The first two bugs comprise idempotency issues. First, there was no error code reported under conditions of the bug description although the slave sql thread halted. Second, executions were different with and without presence of prim key in the table. Third, there was no way to instruct the slave whether to ignore an error and skip to the following event or to halt. Fourth, there are handler errors which might happen due to idempotent applying of binlog but those were not listed among the "idempotent" error list. All the named issues are addressed. Wrt to the 3rd, there is the new global system variable, changeble at run time, which controls the slave sql thread behaviour. The new variable allows further extensions to mimic the sql_mode session/global variable. To address the 4th, the new bug#32468 had to be fixed as it was staying in the way.
-
- 09 Nov, 2007 1 commit
-
-
mats@kindahl-laptop.dnsalias.net authored
Pushing test case for bug only. Bug already fixed as a result of the patch for BUG#19958.
-
- 18 Jun, 2007 1 commit
-
-
tomas@whalegate.ndb.mysql.com authored
- make tests wait until ndb connects properly
-
- 06 Jun, 2007 1 commit
-
-
jimw@rama.(none) authored
The patch for WL 1563 added a new duplicate key error message so that the key name could be provided instead of the key number. But the error code for the new message was used even though that did not need to change. This could cause unnecessary problems for applications that used the old ER_DUP_ENTRY error code to detect duplicate key errors.
-
- 22 Jan, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Changed error message to be compatible with old error file Added new error message for new DUP_ENTRY syntax
-
- 07 Dec, 2006 1 commit
-
-
cbell/Chuck@suse.vabb.com authored
Please see worklog for details on files changed.
-
- 02 Oct, 2006 1 commit
-
-
mats@romeo.(none) authored
Adding test case.
-
- 24 Feb, 2006 1 commit
-
-
mats@mysql.com authored
Adaptions to make it work with NDB.
-
- 22 Dec, 2005 1 commit
-
-
lars@mysql.com authored
This includes both code and test cases.
-