mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- Updated error message tests in several results of the test suite after
the server error messages had been modified in errmsg.txt
This commit is contained in:
@ -32,7 +32,7 @@ Level Code Message
|
||||
Note 1051 Unknown table 'not_exists_table'
|
||||
drop database if exists not_exists_db;
|
||||
Warnings:
|
||||
Note 1008 Can't drop database 'not_exists_db'. Database doesn't exist
|
||||
Note 1008 Can't drop database 'not_exists_db'; database doesn't exist
|
||||
show count(*) warnings;
|
||||
@@session.warning_count
|
||||
1
|
||||
|
Reference in New Issue
Block a user