1
0
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:
lenz@kallisto.local
2003-07-10 10:02:57 +02:00
parent 39e7db9f51
commit 92b3a231d4
5 changed files with 10 additions and 10 deletions

View File

@ -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