Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
02a4003d
Commit
02a4003d
authored
Jun 29, 2013
by
Andrew McDonnell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added bug ref to test
parent
af6cbf05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mysql-test/suite/oqgraph/boundary_conditions.test
mysql-test/suite/oqgraph/boundary_conditions.test
+2
-1
No files found.
mysql-test/suite/oqgraph/boundary_conditions.test
View file @
02a4003d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment