cat > script <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
create (1,0) index on IX (a,b,c,d);
insert into IX values (1,2,3,4,5,6,7,8);
insert into IX values (1,1,3,4,5,5,7,8);
insert into IX values (1,2,3,4);
select from IX;
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 755 script
cat > stdout <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
* * * * 
*** Error: duplicate value for attribute '(combination)'
*      a       b       c       d

     1       2       3       4
     5       6       7       8
     1       1       3       4
     5       5       7       8
* 
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 stdout
cat > tag <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
Test to check unique composite index on all attributes
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 tag
cat > stdout.jp_euc <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
* * * * 
*** Error: ȥӥ塼 '(combination)' ͤϴ¸ߤޤ
*      a       b       c       d

     1       2       3       4
     5       6       7       8
     1       1       3       4
     5       5       7       8
* 
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 stdout.jp_euc
