Cross Reference: bug18586.sql
xref
: /
opengrok
/
testdata
/
sources
/
sql
/
bug18586.sql
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
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
);