diff options
author | Dmitry Shulga <dmitry.shulga@mariadb.com> | 2021-07-15 00:05:27 +0700 |
---|---|---|
committer | Dmitry Shulga <dmitry.shulga@mariadb.com> | 2021-07-15 00:05:27 +0700 |
commit | c7f3770ac280ea7a918c289d79271ab8f2e03fad (patch) | |
tree | f74e6ef66a89ae6201a81bab4343681e473adbcb /mysql-test | |
parent | 04369f9cee4e2ce7562d42344cd59683b5fbb8ae (diff) | |
download | mariadb-git-bb-10.6-MDEV-26149.tar.gz |
MDEV-26149: The test main.fetch_first fails in case it is run in PS modebb-10.6-MDEV-26149
The root cause of test failure is that on optimization
of the statement clause 'order by (select 1)' in outer select
is done incorrect in case the statement run in PS mode.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/main/fetch_first.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/main/fetch_first.test b/mysql-test/main/fetch_first.test index 8a5cb2c8e73..7c41b922978 100644 --- a/mysql-test/main/fetch_first.test +++ b/mysql-test/main/fetch_first.test @@ -1,7 +1,3 @@ -if (`SELECT $PS_PROTOCOL != 0`) -{ - --skip Test temporarily disabled for ps-protocol -} --echo # --echo # The following entries are meant for testing the parser, ensuring --echo # the right values are passed down to the executor, for all possible |