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:
@@ -22,7 +22,7 @@ call sp1();
|
||||
my-col
|
||||
1
|
||||
Warnings:
|
||||
Note 1051 Unknown table 't1'
|
||||
Note 1051 Unknown table 'mysqltest.t1'
|
||||
select database();
|
||||
database()
|
||||
mysqltest
|
||||
@@ -34,7 +34,7 @@ call mysqltest.sp1();
|
||||
my-col
|
||||
1
|
||||
Warnings:
|
||||
Note 1051 Unknown table 't1'
|
||||
Note 1051 Unknown table 'mysqltest.t1'
|
||||
select database();
|
||||
database()
|
||||
test
|
||||
|
Reference in New Issue
Block a user