[MDEV-5989] connect: max(indexed) doesn't work Created: 2014-03-31  Updated: 2014-04-01  Resolved: 2014-04-01

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.0.10
Fix Version/s: 10.0.11

Type: Bug Priority: Major
Reporter: Sergei Golubchik Assignee: Olivier Bertrand
Resolution: Fixed Votes: 0
Labels: connect-engine


 Description   

After the latest merge with 10.0-connect the following stopped working:

CREATE TABLE t1 (c INT PRIMARY KEY) ENGINE=CONNECT TABLE_TYPE=CSV;
INSERT t1 VALUES (1),(2);
SELECT MAX(c) FROM t1;

This happens because index_flags() now have HA_READ_ORDER, but index_last() is still not implemented.



 Comments   
Comment by Olivier Bertrand [ 2014-04-01 ]

index_last is now implemented

Generated at Thu Feb 08 07:08:32 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.