Skip to content

Commit 8abd584

Browse files
committed
fix broken test by removing invalid insert statement
1 parent 756f3d3 commit 8abd584

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

localtests/convert-utf8mb4/create.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ create table gh_ost_test (
77
primary key(id)
88
) auto_increment=1;
99

10-
insert into gh_ost_test values (null, 'átesting');
11-
12-
1310
insert into gh_ost_test values (null, 'Hello world, Καλημέρα κόσμε, コンニチハ', 'átesting0', 'initial');
1411

1512
drop event if exists gh_ost_test;

0 commit comments

Comments
 (0)