mariadb/storage/innobase/handler
Michael Widenius ea6a4eef3a Fixed issues found by buildbot & valgrind:
- Wrong thd uses in Item_subselect, could lead to crash
- Inititalize uninitialized variable in new autoincrement handling code


sql/handler.cc:
  More DBUG_PRINT
sql/item_subselect.cc:
  Wrong thd uses in Item_subselect, could lead to crash
storage/innobase/handler/ha_innodb.cc:
  Initialize variable needed by upper level. This only happens when auto-increment value wraps over.
storage/xtradb/handler/ha_innodb.cc:
  Initialize variable needed by upper level. This only happens when auto-increment value wraps over.
2012-10-04 23:52:11 +03:00
..
ha_innodb.cc Fixed issues found by buildbot & valgrind: 2012-10-04 23:52:11 +03:00
ha_innodb.h mysql-5.5 merge 2012-06-14 20:05:31 +02:00
handler0alter.cc merge with MySQL 5.5.27 2012-08-09 17:22:00 +02:00
i_s.cc 5.3 merge 2012-05-04 07:16:38 +02:00
i_s.h Use plugin_author also for the InnoDB SE plugin 2011-02-28 11:07:22 +02:00