bug18586.sql revision 87d07e34c404425211ddcc092812531586a2c24c
-- test case for bug #18586 - ArrayIndexOutOfBoundsException when indexing SQL file
create table abcdef(
x int,
y int);
insert into abcdef values (1,2), (3,4);