mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Added bug ref to test
This commit is contained in:
parent
af6cbf055d
commit
02a4003dc7
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,7 @@ INSERT INTO graph_base(from_id, to_id) VALUES (3,4), (4,3);
|
|||
INSERT INTO graph_base(from_id, to_id) VALUES (5,6), (6,5);
|
||||
|
||||
--echo # No Search/0 - result should return same rows as inserted for origid,destid,weight
|
||||
--echo # FIXME - THIS CODE IS CURRENTLY BROKEN
|
||||
--echo # FIXME - THIS CODE IS CURRENTLY BROKEN - see https://bugs.launchpad.net/oqgraph/+bug/1195778
|
||||
SELECT * FROM graph WHERE latch='no_search';
|
||||
SELECT * FROM graph WHERE latch='no_search' and destid=2 and origid=1;
|
||||
SELECT * FROM graph WHERE latch='no_search' and origid=1;
|
||||
|
@ -148,6 +148,7 @@ FLUSH TABLES;
|
|||
|
||||
TRUNCATE TABLE graph_base;
|
||||
#-- Uncomment the following after fixing https://bugs.launchpad.net/oqgraph/+bug/xxxxxxx - Causes the later select to not fail!
|
||||
#-- For now dont report a separate bug as it may be a manifestation of https://bugs.launchpad.net/oqgraph/+bug/1195735
|
||||
#-- FIXME SELECT * FROM graph;
|
||||
|
||||
#-- Expect error if we pull the table out from under
|
||||
|
|
Loading…
Reference in a new issue