mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
(1) fix type error
(2) remove empty "--error ER_PARSE_ERROR" (3) change three members in class select_unit to protected.
This commit is contained in:
@ -66,7 +66,6 @@ select 1 as a from dual except select 1 from dual;
|
||||
select 1 from dual ORDER BY 1 except select 1 from dual;
|
||||
|
||||
select 1 as a from dual union all select 1 from dual;
|
||||
--error ER_PARSE_ERROR
|
||||
|
||||
|
||||
create table t1 (a int, b blob, a1 int, b1 blob) engine=MyISAM;
|
||||
|
Reference in New Issue
Block a user