mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Add test case for selecting from unpopulated table
This commit is contained in:
parent
a4a78e3c33
commit
316aef5b7f
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ CREATE TABLE graph (
|
|||
KEY (latch, destid, origid) USING HASH
|
||||
) ENGINE=OQGRAPH DATA_TABLE='graph_base' ORIGID='from_id', DESTID='to_id';
|
||||
|
||||
# Regression for MDEV-5891
|
||||
select * from graph;
|
||||
|
||||
#--
|
||||
#-- ASCII art graph of this test data
|
||||
#-- +-->(2)
|
||||
|
|
Loading…
Reference in a new issue