View | Details | Raw Unified | Return to bug 13068
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/test_bz13068.sql (-1 / +3 lines)
Line 0 Link Here
0
- 
1
CREATE TABLE test (`test` CHAR(8));
2
INSERT INTO test (test) values ('1'),
3
                               ('2');

Return to bug 13068