minor update to test

Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
This commit is contained in:
Shlomi Noach 2020-12-31 11:06:53 +02:00
parent 31069ae4f2
commit 3d4dfaafd9

View File

@ -14,4 +14,4 @@ insert into gh_ost_test values (NULL, 23);
insert into gh_ost_test values (NULL, 29);
insert into gh_ost_test values (NULL, 31);
insert into gh_ost_test values (NULL, 37);
delete from gh_ost_test where id>5;
delete from gh_ost_test where id>=5;