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:
@ -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
|
||||
|
Reference in New Issue
Block a user