diff options
-rw-r--r-- | storage/spider/mysql-test/spider/bugfix/r/mdev_21884.result | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/storage/spider/mysql-test/spider/bugfix/r/mdev_21884.result b/storage/spider/mysql-test/spider/bugfix/r/mdev_21884.result index 921744f7f76..d5ba9b1e64a 100644 --- a/storage/spider/mysql-test/spider/bugfix/r/mdev_21884.result +++ b/storage/spider/mysql-test/spider/bugfix/r/mdev_21884.result @@ -72,11 +72,8 @@ connection child2_1; SET NAMES utf8; SELECT argument FROM mysql.general_log WHERE argument LIKE '%select %'; argument -select `a`,`b` from `auto_test_remote`.`ta_r3` where `a` = 11 order by `b` -select `a`,`b` from `auto_test_remote`.`ta_r3` where `a` = 12 order by `b` -select `a`,`b` from `auto_test_remote`.`ta_r3` where `a` = 13 order by `b` -select `a`,`b` from `auto_test_remote`.`ta_r3` where `a` = 14 order by `b` -select `a`,`b` from `auto_test_remote`.`ta_r3` where `a` = 15 order by `b` +select `a`,`b` from `auto_test_remote`.`ta_r2` order by `a`,`b` +select `a`,`b` from `auto_test_remote`.`ta_r3` order by `a`,`b` SELECT argument FROM mysql.general_log WHERE argument LIKE '%select %' SELECT a, b, c FROM ta_r2 ORDER BY a ; SELECT a, b, c FROM ta_r3 ORDER BY a; |