1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

ha_innodb.h, ha_innodb.cc:

Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log


sql/ha_innodb.cc:
  Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
sql/ha_innodb.h:
  Remove the flag HA_NOT_READ_PREFIX_LAST because ORDER BY orders wrong then; also remove the diagnostic print to avoid cluttering the error log
This commit is contained in:
unknown
2002-09-25 20:35:12 +03:00
parent 3cb32b8c13
commit 2384ead5aa
2 changed files with 6 additions and 3 deletions

View File

@ -81,8 +81,11 @@ class ha_innobase: public handler
HA_NO_WRITE_DELAYED |
HA_PRIMARY_KEY_IN_READ_INDEX |
HA_DROP_BEFORE_CREATE |
/* We should also list HA_NOT_READ_PREFIX_LAST
here but it currently seems to break ORDER BY;
until release 4.0.5 some LIKE 'abc%' ... DESC
queries will not work correctly */
HA_NO_PREFIX_CHAR_KEYS |
HA_NOT_READ_PREFIX_LAST |
HA_TABLE_SCAN_ON_INDEX),
last_dup_key((uint) -1),
start_of_scan(0)