fix broken test by removing invalid insert statement

This commit is contained in:
dm-2 2022-11-18 15:49:04 +00:00
parent 756f3d30e8
commit 8abd584826
1 changed files with 0 additions and 3 deletions

View File

@ -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;