mariadb/storage
Michael Widenius 01672cc026 Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong page type 0' on CHECK TABLE EXTENDED"
Fixed overflow when using long --debug=xxxxxx line.
Fixed that "mysqld --disable-debug --debug" works.
Ensure that MariaDB doesn't start if the Aria engine didn't start and we are using Aria for temporary tables.
More DBUG_ASSERT() and more info in debug log.


dbug/dbug.c:
  Fixed crash in mysqld caused by an overflow when using long --debug=xxxxxx line
sql/mysqld.cc:
  Fixed that "mysqld --disable-debug --debug" works.
  Documented myisam-recover=OFF option
storage/maria/ha_maria.cc:
  Ensure that MariaDB doesn't start if the Aria engine didn't start and we are using Aria for temporary tables.
storage/maria/ma_delete.c:
  Added missing write of changed key on node page.
  This could fix LP#608369 "Page: 1 Found wrong page type 0' on CHECK TABLE EXTENDED"
  Changed so that we log page numbers (not positions)
  Added KEY_OP_DEBUG_2 log entry to get more debug information into the log
storage/maria/ma_key_recover.c:
  Changed so that we log page numbers (not positions)
  In case of wrong page information after index_redo, dump pages to debug log
storage/maria/ma_loghandler.h:
  Added KEY_OP_DEBUG_2
storage/maria/ma_search.c:
  Changed so that we log page numbers (not positions)
storage/maria/ma_write.c:
  Changed so that we log page numbers (not positions)
2010-10-13 18:15:43 +03:00
..
archive build dynamic plugins with the -shared libtool option to avoid 2010-09-09 15:35:47 +02:00
blackhole build dynamic plugins with the -shared libtool option to avoid 2010-09-09 15:35:47 +02:00
csv build dynamic plugins with the -shared libtool option to avoid 2010-09-09 15:35:47 +02:00
example build dynamic plugins with the -shared libtool option to avoid 2010-09-09 15:35:47 +02:00
federated build dynamic plugins with the -shared libtool option to avoid 2010-09-09 15:35:47 +02:00
federatedx build dynamic plugins with the -shared libtool option to avoid 2010-09-09 15:35:47 +02:00
heap Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
ibmdb2i Bug#53445: Build with -Wall and fix warnings that it generates 2010-07-09 08:37:51 -03:00
innobase build dynamic plugins with the -shared libtool option to avoid 2010-09-09 15:35:47 +02:00
innodb_plugin build dynamic plugins with the -shared libtool option to avoid 2010-09-09 15:35:47 +02:00
maria Fixes for bugs found by running test case for LP#608369 "Page: 1 Found wrong page type 0' on CHECK TABLE EXTENDED" 2010-10-13 18:15:43 +03:00
myisam Use less memory on stack in sql_parse.cc and in repair/check for MyISAM & Aria 2010-10-12 20:40:46 +03:00
myisammrg Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
ndb Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
pbxt Merge with 1.0.11-7 Pre-GA - 2010-09-09 2010-09-28 16:05:45 +03:00
xtradb build dynamic plugins with the -shared libtool option to avoid 2010-09-09 15:35:47 +02:00
Makefile.am Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
mysql_storage_engine.cmake Install the storage engine plugins 2010-06-28 16:05:34 +02:00