mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Bug#16561 Unknown ERROR msg "ERROR 1186 (HY000): Binlog closed" by perror
- Since error 1186 is not found among NDB error codes, the message retuned should indicate that.
This commit is contained in:
@@ -9,3 +9,14 @@ enable_query_log;
|
||||
--exec $MY_PERROR 150
|
||||
--exec $MY_PERROR --silent 120
|
||||
|
||||
#
|
||||
# Bug#16561 Unknown ERROR msg "ERROR 1186 (HY000): Binlog closed" by perror
|
||||
#
|
||||
|
||||
# As long there is no error code 1186 defined by NDB
|
||||
# we should get a message "Illegal ndb error code: 1186"
|
||||
--error 1
|
||||
--exec $MY_PERROR --ndb 1186
|
||||
|
||||
# As there is an error code defined for 1186, expect error
|
||||
--exec $MY_PERROR 1186
|
||||
|
||||
Reference in New Issue
Block a user