mariadb/mysql-test/suite/handler
Michael Widenius 213321206e Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed with HANDLER + InnoDB in maria-5.3
mysql-test/suite/handler/innodb.result:
  Added test case
mysql-test/suite/handler/innodb.test:
  Added test case
sql/handler.h:
  Move setting/resetting of active_index to ha_index_init()/ha_index_end() to simplify handler functions index_init()/index_end()
  Fixed that get_index() returns MAX_KEY if index is not inited (this fixed LP#697610)
storage/federated/ha_federated.cc:
  Settting of active_index is not needed anymore
storage/maria/ma_pagecache.c:
  Added error message if we have too little memory for Maria page cache
2011-01-12 15:41:39 +02:00
..
aria.result - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00
aria.test - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00
handler.inc - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00
init.inc - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00
innodb.result Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed with HANDLER + InnoDB in maria-5.3 2011-01-12 15:41:39 +02:00
innodb.test Fix for LP#697610 ha_index_prev(uchar*): Assertion `inited==INDEX' failed with HANDLER + InnoDB in maria-5.3 2011-01-12 15:41:39 +02:00
interface.result - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00
interface.test - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00
myisam.result - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00
myisam.test - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00