Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.10
-
None
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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 37905 ] | MariaDB v2 [ 43548 ] |
Workflow | MariaDB v2 [ 43548 ] | MariaDB v3 [ 62676 ] |
Workflow | MariaDB v3 [ 62676 ] | MariaDB v4 [ 147726 ] |
index_last is now implemented