MDEV-11764 perfschema.table_name fails in buildbot
There is only one select that returns a result set in this test. It needs to be sorted
This commit is contained in:
parent
f7e03d4419
commit
c46d140961
@ -31,6 +31,7 @@ INSERT INTO `sql_1` VALUES(1,'one');
|
|||||||
--echo
|
--echo
|
||||||
--echo # Verify that the tables are treated as normal tables .
|
--echo # Verify that the tables are treated as normal tables .
|
||||||
--echo
|
--echo
|
||||||
|
--sorted_result
|
||||||
SELECT object_type, object_schema, object_name
|
SELECT object_type, object_schema, object_name
|
||||||
FROM performance_schema.objects_summary_global_by_type
|
FROM performance_schema.objects_summary_global_by_type
|
||||||
WHERE object_schema="test";
|
WHERE object_schema="test";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user