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:
committed by
Sergei Golubchik
parent
98a39b0c91
commit
af2e91d9f2
@ -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
|
||||
|
Reference in New Issue
Block a user