mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Fix a number of trivial test failures by updating error message:
"Unknown table tbl" is now "Unknown table database.tbl"
This commit is contained in:
@@ -400,7 +400,7 @@ Warnings:
|
||||
Note 1305 PROCEDURE test.p2 does not exist
|
||||
DROP TABLE IF EXISTS t1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 't1'
|
||||
Note 1051 Unknown table 'test.t1'
|
||||
CREATE TABLE t1(log_msg VARCHAR(1024));
|
||||
CREATE PROCEDURE p1(arg VARCHAR(255))
|
||||
BEGIN
|
||||
|
Reference in New Issue
Block a user