Commit graph

4 commits

Author SHA1 Message Date
jimw@rama.(none)
3c93323d28 Bug #28842 Different 'duplicate key' error code between 5.0 and 5.1
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.
2007-06-06 10:57:07 -07:00
monty@mysql.com/narttu.mysql.fi
2dcc7110c9 Give warnings for unused objects
Changed error message to be compatible with old error file
Added new error message for new DUP_ENTRY syntax
2007-01-22 18:42:52 +02:00
jmiller@mysql.com
54e07cea2e More rpl test updates with using ndb as default engine 2006-02-07 14:51:46 +01:00
jmiller@mysql.com
400bc0ca33 Updated tests from Lars Review 2005-12-23 14:45:02 +01:00
Renamed from mysql-test/extra/rpl_tests/rpl_err_ignoredtable.test (Browse further)