mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-26149: The test main.fetch_first fails in case it is run in PS mode
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.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user