~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to sql/share/errmsg-utf8.txt

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
6494
6494
ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC
6495
6495
  eng "CREATE TABLE... SELECT...  on a table with an auto-increment column is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are inserted. This order cannot be predicted and may differ on master and the slave."
6496
6496
 
 
6497
ER_BINLOG_UNSAFE_INSERT_TWO_KEYS
 
6498
  eng "INSERT... ON DUPLICATE KEY UPDATE  on a table with more than one UNIQUE KEY is unsafe"
 
6499
 
 
6500
ER_TABLE_IN_FK_CHECK
 
6501
  eng "Table is being used in foreign key check."
 
6502
 
 
6503
ER_UNSUPPORTED_ENGINE
 
6504
  eng "Storage engine '%s' does not support system tables. [%s.%s]"
 
6505
 
 
6506
#
 
6507
#  End of 5.5 error messages.
 
6508
#