Commit c46d1409 authored by Elena Stepanova's avatar Elena Stepanova

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
parent f7e03d44
......@@ -31,6 +31,7 @@ INSERT INTO `sql_1` VALUES(1,'one');
--echo
--echo # Verify that the tables are treated as normal tables .
--echo
--sorted_result
SELECT object_type, object_schema, object_name
FROM performance_schema.objects_summary_global_by_type
WHERE object_schema="test";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment