Skip to content

Commit 5d4d1cd

Browse files
author
Shlomi Noach
committed
more interesting sample data
1 parent 13b17b9 commit 5d4d1cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

localtests/convert-utf8mb4/create.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ create table gh_ost_test (
66
primary key(id)
77
) auto_increment=1;
88

9+
insert into gh_ost_test values (null, 'Hello world, Καλημέρα κόσμε, コンニチハ', 'initial');
10+
911
drop event if exists gh_ost_test;
1012
delimiter ;;
1113
create event gh_ost_test
@@ -18,7 +20,7 @@ create event gh_ost_test
1820
begin
1921
insert into gh_ost_test values (null, md5(rand()), 'a');
2022
insert into gh_ost_test values (null, 'novo proprietário', 'b');
21-
insert into gh_ost_test values (null, 'usuário', 'c');
23+
insert into gh_ost_test values (null, '2H₂ + O₂ ⇌ 2H₂O, R = 4.7 kΩ, ⌀ 200 mm', 'c');
2224
insert into gh_ost_test values (null, 'usuário', 'x');
2325

2426
delete from gh_ost_test where ta='x' order by id desc limit 1;

0 commit comments

Comments
 (0)