1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

branches/zip: Merge 2236:2263 from branches/5.1.

This commit is contained in:
marko
2008-01-28 15:54:46 +00:00
parent 993c02cf04
commit 3e4b5e287b
5 changed files with 57 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
drop table if exists t1;
set session transaction isolation level read committed;
create table t1(a int not null) engine=innodb DEFAULT CHARSET=latin1;
insert into t1 values (1),(2),(3),(4),(5),(6),(7);