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