mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added possibility to use --error <name> instead of --error <number>
The old syntax works as well. WL#2356.
This commit is contained in:
@ -1761,9 +1761,9 @@ DO benchmark(100,1+1),1,1;
|
||||
# Bug #6449: do default;
|
||||
#
|
||||
|
||||
--error 1064
|
||||
--error ER_PARSE_ERROR
|
||||
do default;
|
||||
--error 1054
|
||||
--error ER_BAD_FIELD_ERROR
|
||||
do foobar;
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user