MDEV-21884 MariaDB with Spider crashes on a query

Fix a test result.
This commit is contained in:
Kentoku SHIBA 2020-04-22 04:44:28 +09:00
parent 7bd3c8a4b3
commit 1b81e96593

View File

@ -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;