1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Remove 'delayed' to make the test deterministic (already

fixed in 5.0).
A post-review fix (Bug#13134)
This commit is contained in:
konstantin@mysql.com
2006-02-23 23:41:15 +03:00
parent 442c2ba8af
commit 7178f247f5
4 changed files with 4 additions and 8 deletions

View File

@@ -769,7 +769,6 @@ drop table t1;
# recreated with PS/SP"
#
drop table if exists t1;
prepare stmt from 'create table t1 (a varchar(10) character set utf8)';
execute stmt;
--disable_warnings