mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Test cleanup
This commit is contained in:
parent
56d3c792af
commit
a4ab3fc633
1 changed files with 0 additions and 9 deletions
|
@ -21,15 +21,6 @@ INSERT INTO graph_base(from_id, to_id, weight) VALUES (1,2,16), (2,1,16);
|
|||
INSERT INTO graph_base(from_id, to_id, weight) VALUES (2,3,256), (3,2,256);
|
||||
INSERT INTO graph_base(from_id, to_id, weight) VALUES (3,4,65536), (4,3,65536);
|
||||
INSERT INTO graph_base(from_id, to_id, weight) VALUES (2,4,768);
|
||||
SELECT * FROM graph WHERE latch is NULL;
|
||||
latch origid destid weight seq linkid
|
||||
NULL 1 2 16 NULL NULL
|
||||
NULL 2 1 16 NULL NULL
|
||||
NULL 2 3 256 NULL NULL
|
||||
NULL 3 2 256 NULL NULL
|
||||
NULL 3 4 65536 NULL NULL
|
||||
NULL 4 3 65536 NULL NULL
|
||||
NULL 2 4 768 NULL NULL
|
||||
SELECT * FROM graph WHERE latch = 'dijkstras' AND origid = 1;
|
||||
latch origid destid weight seq linkid
|
||||
dijkstras 1 NULL 784 4 4
|
||||
|
|
Loading…
Reference in a new issue