mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
next-mr -> next-4284 merge:
Change the error code for ER_WARN_I_S_SKIPPED_TABLE, to not upset the tests that rely on ER_SLAVE_CONVERSION_ERROR error code = 1667. Fix a merge bug with binlogging of CREATE TABLE (temporary tables).
This commit is contained in:
parent
7454283387
commit
a009a4e518
3 changed files with 36 additions and 27 deletions
|
|
@ -6241,8 +6241,6 @@ ER_SLAVE_IGNORE_SERVER_IDS
|
|||
eng "The requested server id %d clashes with the slave startup option --replicate-same-server-id"
|
||||
ER_QUERY_CACHE_DISABLED
|
||||
eng "Query cache is disabled; restart the server with query_cache_type=1 to enable it"
|
||||
ER_WARN_I_S_SKIPPED_TABLE
|
||||
eng "Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement"
|
||||
ER_SAME_NAME_PARTITION_FIELD
|
||||
eng "Duplicate partition field name '%-.192s'"
|
||||
ER_PARTITION_COLUMN_LIST_ERROR
|
||||
|
|
@ -6313,3 +6311,5 @@ ER_WRONG_NATIVE_TABLE_STRUCTURE
|
|||
|
||||
ER_WRONG_PERFSCHEMA_USAGE
|
||||
eng "Invalid performance_schema usage."
|
||||
ER_WARN_I_S_SKIPPED_TABLE
|
||||
eng "Table '%s'.'%s' was skipped since its definition is being modified by concurrent DDL statement"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue