fixed integer random values
This commit is contained in:
parent
253e0a1406
commit
109ddb0452
@ -18,5 +18,5 @@ create event gh_ost_test
|
|||||||
begin
|
begin
|
||||||
insert into gh_ost_test values (null, 11, 23);
|
insert into gh_ost_test values (null, 11, 23);
|
||||||
insert into gh_ost_test values (null, 13, 23);
|
insert into gh_ost_test values (null, 13, 23);
|
||||||
insert into gh_ost_test values (null, rand(), rand());
|
insert into gh_ost_test values (null, floor(rand()*pow(2,32)), floor(rand()*pow(2,32)));
|
||||||
end ;;
|
end ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user