mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Added bug ref to test
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user