Skip to content

Commit

Permalink
MDEV-11764 perfschema.table_name fails in buildbot
Browse files Browse the repository at this point in the history
There is only one select that returns a result set in this test.
It needs to be sorted
  • Loading branch information
elenst committed Feb 1, 2017
1 parent f7e03d4 commit c46d140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/perfschema/t/table_name.test
Expand Up @@ -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";
Expand Down

0 comments on commit c46d140

Please sign in to comment.