Browse Source
MDEV-27434 DESC attribute does not work with auto-increment on secondary column of multi-part index
MDEV-27434 DESC attribute does not work with auto-increment on secondary column of multi-part index
when searching for the last auto-inc value, it's HA_READ_PREFIX_LAST for the ASC keypart, but HA_READ_PREFIX for the DESC one also fixes MDEV-27585bb-10.9-MDEV-27659
6 changed files with 88 additions and 12 deletions
-
22mysql-test/main/myisam.result
-
19mysql-test/main/myisam.test
-
22mysql-test/suite/maria/maria2.result
-
21mysql-test/suite/maria/maria2.test
-
8storage/maria/ha_maria.cc
-
8storage/myisam/ha_myisam.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue