fix broken test by removing invalid insert statement
This commit is contained in:
parent
756f3d30e8
commit
8abd584826
@ -7,9 +7,6 @@ create table gh_ost_test (
|
||||
primary key(id)
|
||||
) auto_increment=1;
|
||||
|
||||
insert into gh_ost_test values (null, 'átesting');
|
||||
|
||||
|
||||
insert into gh_ost_test values (null, 'Hello world, Καλημέρα κόσμε, コンニチハ', 'átesting0', 'initial');
|
||||
|
||||
drop event if exists gh_ost_test;
|
||||
|
Loading…
Reference in New Issue
Block a user