An error occurred fetching the project authors.
  1. 12 Dec, 2007 2 commits
    • aelkin@dl145j.mysql.com's avatar
    • aelkin/elkin@koti.dsl.inet.fi's avatar
      Bug#31552 Replication breaks when deleting rows from out-of-sync table · d8d6db6f
      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.
      d8d6db6f
  2. 09 Nov, 2007 1 commit
  3. 18 Jun, 2007 1 commit
  4. 06 Jun, 2007 1 commit
    • jimw@rama.(none)'s avatar
      Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1 · 3c93323d
      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.
      3c93323d
  5. 22 Jan, 2007 1 commit
  6. 07 Dec, 2006 1 commit
  7. 02 Oct, 2006 1 commit
  8. 24 Feb, 2006 1 commit
  9. 22 Dec, 2005 1 commit