mariadb/plugin
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
..
auth Fixed compiler and valgrind warnings 2010-07-19 21:53:28 +03:00
daemon_example merge with 5.1 2010-11-30 23:11:03 +02:00
fulltext merge with 5.1 2010-11-30 23:11:03 +02:00
handler_socket Fixed compiler warnings 2011-02-25 20:15:27 +02:00
Makefile.am Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00