Commit 1b81e965 authored by Kentoku SHIBA's avatar Kentoku SHIBA

MDEV-21884 MariaDB with Spider crashes on a query

Fix a test result.
parent 7bd3c8a4
......@@ -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;
......
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