summaryrefslogtreecommitdiff
path: root/mysql-test/r/limit_rows_examined.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/limit_rows_examined.result')
-rw-r--r--mysql-test/r/limit_rows_examined.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/limit_rows_examined.result b/mysql-test/r/limit_rows_examined.result
index f22b4813050..fa979c4ec43 100644
--- a/mysql-test/r/limit_rows_examined.result
+++ b/mysql-test/r/limit_rows_examined.result
@@ -1,3 +1,4 @@
+call mtr.add_suppression("Sort aborted.*");
set @save_join_cache_level = @@join_cache_level;
create table t1 (c1 char(2));
create table t2 (c2 char(2));