Add test case for selecting from unpopulated table

This commit is contained in:
andrew 2014-04-02 23:06:05 +10:30
parent a4a78e3c33
commit 316aef5b7f

View file

@ -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)