mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Merge 4.1 to 5.0.
This commit is contained in:
@@ -5,7 +5,7 @@ Table_locks_immediate 0
|
||||
Table_locks_waited 0
|
||||
SET SQL_LOG_BIN=0;
|
||||
drop table if exists t1;
|
||||
create table t1(n int) type=myisam;
|
||||
create table t1(n int) engine=myisam;
|
||||
insert into t1 values(1);
|
||||
lock tables t1 read;
|
||||
unlock tables;
|
||||
|
Reference in New Issue
Block a user