mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
A fix moved from sql_yacc.yy to sql_yacc_ora.yy.
This commit is contained in:
@ -1225,3 +1225,10 @@ set @rnd=1;
|
||||
select @rnd;
|
||||
@rnd
|
||||
0
|
||||
create table t (a int);
|
||||
SET sql_mode=ORACLE;
|
||||
SET STATEMENT myisam_sort_buffer_size=800000 FOR OPTIMIZE TABLE t;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t optimize status Table is already up to date
|
||||
SET sql_mode=default;
|
||||
drop table t;
|
||||
|
Reference in New Issue
Block a user