1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -7535,7 +7535,7 @@ FROM x
WHERE (SELECT (SELECT x WHERE x IN (SELECT x FROM x))) >
(SELECT (SELECT x ORDER BY x = x OR (x = 1 AND x = 1) DESC))
ORDER BY x ASC, x DESC, x;
ERROR 22007: Truncated incorrect DECIMAL value: 'x'
ERROR HY000: Restrictions imposed on recursive definitions are violated for table 'x'
DROP TABLE t1, x;
#
# End of 10.4 tests