1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fix test case

This commit is contained in:
Vladislav Vaintroub
2012-05-23 18:06:06 +02:00
parent ec586f529c
commit 01a364a0ca

View File

@ -58,7 +58,7 @@ FK1_Key FK2_Key
INSERT INTO Bug_60196 VALUES (2, 1);
INSERT INTO Bug_60196 VALUES (2, 2);
INSERT INTO Bug_60196 VALUES (2, 3);
SELECT * FROM Bug_60196 ORDER BY FK1_Key, FK2_Key;
SELECT * FROM Bug_60196;
FK1_Key FK2_Key
1 1
1 2