more elaborate test

This commit is contained in:
Shlomi Noach 2018-03-08 07:25:52 +02:00
parent b7eacbb75f
commit a17f2df359
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ create event gh_ost_test
begin
insert into gh_ost_test (name) values ('gbk-test-default');
insert into gh_ost_test values (null, 'gbk-test', '添加普通列测试-添加普通列测试');
update gh_ost_test set v='添加普通列测试' where v='添加普通列测试-添加普通列测试' order by id desc limit 1;
end ;;