mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
A fix moved from sql_yacc.yy to sql_yacc_ora.yy.
This commit is contained in:
@ -1130,3 +1130,10 @@ while ($1)
|
||||
--enable_query_log
|
||||
--echo # @rnd should be 0
|
||||
select @rnd;
|
||||
|
||||
create table t (a int);
|
||||
SET sql_mode=ORACLE;
|
||||
SET STATEMENT myisam_sort_buffer_size=800000 FOR OPTIMIZE TABLE t;
|
||||
SET sql_mode=default;
|
||||
drop table t;
|
||||
|
||||
|
Reference in New Issue
Block a user