mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug#52586 Misleading error message on attempt to access a P_S table using a wrong name
Backport from mysql-next-mr (5.6) to mysql-trunk (5.5)
This commit is contained in:
@ -25,3 +25,5 @@ drop table test.ghost;
|
||||
select * from performance_schema.FILE_INSTANCES
|
||||
where file_name like "%ghost%";
|
||||
FILE_NAME EVENT_NAME OPEN_COUNT
|
||||
select * from performance_schema.no_such_table;
|
||||
ERROR 42S02: Table 'performance_schema.no_such_table' doesn't exist
|
||||
|
Reference in New Issue
Block a user