40
40
INSERT INTO t1 VALUES (1, 1111, 11.111);
41
41
INSERT INTO t1 VALUES (2, 2222, 22.222);
42
42
INSERT INTO t1 VALUES (3, 3333, 33.333);
44
45
# Double check that read locks are still being honored by the kernel.
45
46
CREATE TABLE t5 (a int) ENGINE=BLACKHOLE;