1
0
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:
Oleksandr Byelkin
2023-11-30 09:59:23 +01:00
committed by Sergei Golubchik
parent 98a39b0c91
commit af2e91d9f2
9 changed files with 10 additions and 8 deletions

View File

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