mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
error code changed in union.test
mysql-test/t/union.test: error code changed
This commit is contained in:
@@ -213,7 +213,7 @@ select found_rows();
|
|||||||
(SELECT SQL_CALC_FOUND_ROWS * FROM t1) UNION all (SELECT * FROM t2 LIMIT 1);
|
(SELECT SQL_CALC_FOUND_ROWS * FROM t1) UNION all (SELECT * FROM t2 LIMIT 1);
|
||||||
select found_rows();
|
select found_rows();
|
||||||
# This used to work in 4.0 but not anymore in 4.1
|
# This used to work in 4.0 but not anymore in 4.1
|
||||||
--error 1149
|
--error 1064
|
||||||
(SELECT SQL_CALC_FOUND_ROWS * FROM t1 LIMIT 1) UNION SELECT * FROM t2 LIMIT 1;
|
(SELECT SQL_CALC_FOUND_ROWS * FROM t1 LIMIT 1) UNION SELECT * FROM t2 LIMIT 1;
|
||||||
#select found_rows();
|
#select found_rows();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user