mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
merge 5.0-opt -> 5.1-opt
This commit is contained in:
parent
589762cff7
commit
6413db8567
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
eval SET SESSION STORAGE_ENGINE = $engine_type;
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1,t2,t3,t4,t1m,t1i,t2m,t2i,t4;
|
||||
drop table if exists t1,t2,t3,t1m,t1i,t2m,t2i,t4;
|
||||
--enable_warnings
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SET SESSION STORAGE_ENGINE = InnoDB;
|
||||
drop table if exists t1,t2,t3,t4,t1m,t1i,t2m,t2i,t4;
|
||||
drop table if exists t1,t2,t3,t1m,t1i,t2m,t2i,t4;
|
||||
create table t1 (
|
||||
c_id int(11) not null default '0',
|
||||
org_id int(11) default null,
|
||||
|
|
Loading…
Reference in a new issue