mariadb/mysql-test/suite/handler
Michael Widenius 52b64be318 Fixed compiler warnings
client/readline.cc:
  Initialize not used variable (to kill wrong compiler warning)
mysql-test/suite/handler/aria.result:
  Updated test result
mysql-test/suite/handler/handler.inc:
  Changed index to ensure rows are in a fixed order
mysql-test/suite/handler/heap.result:
  Updated test result
mysql-test/suite/handler/innodb.result:
  Updated test result
mysql-test/suite/handler/myisam.result:
  Updated test result
plugin/handler_socket/handlersocket/Makefile.am:
  Use CXX flags to compile
sql/filesort.cc:
  Initialize variable that may be used
sql/log.cc:
  Initialize not used variable (to kill wrong compiler warning)
sql/opt_range_mrr.cc:
  Fixed cast to avoid compiler warning
storage/xtradb/fil/fil0fil.c:
  Added cast to avoid compiler warning
2011-02-25 20:15:27 +02:00
..
aria.result Fixed compiler warnings 2011-02-25 20:15:27 +02:00
aria.test - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00
handler.inc Fixed compiler warnings 2011-02-25 20:15:27 +02:00
heap.result Fixed compiler warnings 2011-02-25 20:15:27 +02:00
heap.test Fixed compiler warnings and some test failures found by buildbot 2011-02-23 02:06:58 +02:00
init.inc Fixed build issues 2011-02-23 14:46:16 +02:00
innodb.result Fixed compiler warnings 2011-02-25 20:15:27 +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 build issues 2011-02-23 14:46:16 +02:00
interface.test Fix for LP#697622 Assertion `! is_set()' failed when preparing a HANDLER statement 2011-01-12 15:55:06 +02:00
myisam.result Fixed compiler warnings 2011-02-25 20:15:27 +02:00
myisam.test - Fixed that Aria works with HANDLER commands 2011-01-10 23:22:40 +02:00