mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fix for the test (real fixes will be in 10.4)
This commit is contained in:
committed by
Sergei Golubchik
parent
98a39b0c91
commit
af2e91d9f2
@ -6386,7 +6386,7 @@ let $q= WITH RECURSIVE x (x) AS (
|
||||
(SELECT (SELECT x ORDER BY x = x OR (x = 1 AND x = 1) DESC))
|
||||
ORDER BY x ASC, x DESC, x;
|
||||
|
||||
--error ER_TRUNCATED_WRONG_VALUE
|
||||
--error ER_NOT_STANDARD_COMPLIANT_RECURSIVE
|
||||
eval $q;
|
||||
|
||||
DROP TABLE t1, x;
|
||||
|
Reference in New Issue
Block a user