1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-24 06:01:25 +03:00
Files
mariadb/mysql-test/t
Michael Widenius d77e3cde5f When one does a drop table, the indexes are not flushed to disk before drop anymore (with MyISAM/Maria)
myisam-recover options changed from OFF to 'DEFAULT' to get less change of data loss when using MyISAM.
(The disadvantage is that changed MyISAM tables will be checked at access time; Use --myisam-recover=OFF for old behavior)
Don't call extra(HA_EXTRA_FORCE_REOPEN) in ALTER TABLE if table is locked as this will mark table as crashed!
Added assert to detect if we accidently would use MyISAM versioning in MySQL

include/my_base.h:
  Mark NOT_USED as USED, as we now use this as a flag to not call extra()
mysql-test/mysql-test-run.pl:
  Don't write all options when there is something wrong with the arguments
mysql-test/r/sp-destruct.result:
  Add missing flush of mysql.proc (as the test copied live tables)
mysql-test/r/variables.result:
  myisam-recover options changed to 'default'
mysql-test/r/view.result:
  Don't show create time in result
mysql-test/suite/maria/t/maria-recovery2-master.opt:
  Don't run test with myisam-recover (as this produces extra warnings during simulated death)
mysql-test/t/sp-destruct.test:
  Add missing flush of mysql.proc (as the test copied live tables)
mysql-test/t/view.test:
  Don't show create time in result
sql/lock.cc:
  Added marker if table was deleted to argument list
sql/mysql_priv.h:
  Added marker if table was deleted to argument list
sql/mysqld.cc:
  myisam-recover options changed from OFF to 'DEFAULT' to get less change of data loss when using MyISAM
  Allow one to specify OFF as argument to myisam-recover (was default before but one couldn't specify it)
sql/sql_base.cc:
  Mark if table is going to be deleted
sql/sql_delete.cc:
  Mark if table is going to be deleted
sql/sql_table.cc:
  Mark if table is going to be deleted
  Don't call extra(HA_EXTRA_FORCE_REOPEN) in ALTER TABLE if table is locked as this will mark table as crashed!
sql/table.cc:
  Signal to handler if table is getting deleted as part of getting droped from table cache.
sql/table.h:
  Added marker if table is going to be deleted.
storage/maria/ha_maria.cc:
  Don't search for transaction handler if file is not transactional or outside of transaction
  (Fixed possible core dump)
storage/maria/ma_blockrec.c:
  Don't write changed information if table is going to be deleted.
storage/maria/ma_close.c:
  Don't write changed information if table is going to be deleted.
storage/maria/ma_extra.c:
  Mark tables that are deleted as crased, to ensure good behavior on restart if we suddenly crash.
storage/maria/ma_locking.c:
  Cleanup
storage/maria/ma_recovery.c:
  We need trnman to be inited during redo phase (to be able to open tables checked with maria_chk)
storage/maria/maria_def.h:
  Added marker if table is going to be deleted.
storage/myisam/mi_close.c:
  Don't write changed information if table is going to be deleted.
storage/myisam/mi_extra.c:
  Mark tables that are deleted as crased, to ensure good behavior on restart if we suddenly crash.
storage/myisam/mi_open.c:
  Added assert to detect if we accidently would use MyISAM versioning in MySQL
storage/myisam/myisamdef.h:
  Added marker if table is going to be deleted.
2010-02-10 21:06:24 +02:00
..
2010-01-15 17:27:55 +02:00
2009-08-20 14:30:59 +02:00
2009-02-09 22:00:15 +01:00
2009-02-15 12:58:34 +02:00
2009-09-03 08:38:06 +02:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2009-09-08 00:50:10 +04:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2009-06-25 13:44:50 +05:00
2009-10-28 09:52:34 +02:00
2009-09-29 17:38:40 +02:00
2010-01-15 17:27:55 +02:00
2009-10-28 09:52:34 +02:00
2009-09-08 00:50:10 +04:00
2009-10-28 09:52:34 +02:00
2010-01-15 17:27:55 +02:00
2009-09-08 00:50:10 +04:00
2009-02-06 18:25:08 +01:00
2009-09-10 15:30:03 +05:00
2009-01-23 13:22:05 +01:00
2009-10-24 09:57:31 +03:00
2009-02-26 18:17:06 +01:00
2009-11-23 13:04:17 +03:00
2009-01-16 17:38:38 +02:00
2009-05-06 15:00:14 +05:30
2009-10-28 09:52:34 +02:00
2009-09-08 00:50:10 +04:00
2009-06-09 15:19:13 +02:00
2009-06-09 15:19:13 +02:00
2010-01-15 17:27:55 +02:00
2010-01-15 16:58:25 +01:00
2010-01-15 16:58:25 +01:00
2010-01-15 16:58:25 +01:00
2010-01-15 16:58:25 +01:00
2009-10-28 09:52:34 +02:00
2009-10-30 10:03:18 +02:00
2009-01-23 13:22:05 +01:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2009-10-28 09:52:34 +02:00
2009-06-25 02:44:14 +04:00
2010-01-15 17:27:55 +02:00
2009-10-04 01:20:51 +02:00
2010-01-15 17:27:55 +02:00
2009-02-03 14:45:17 +01:00
2009-10-28 09:52:34 +02:00
2009-08-12 12:03:05 +02:00
2010-01-15 17:27:55 +02:00
2009-09-08 00:50:10 +04:00
2009-10-28 09:52:34 +02:00
2009-03-10 16:54:24 +01:00
2009-10-28 09:52:34 +02:00
2009-07-03 10:19:32 +02:00
2009-11-27 18:10:28 +02:00
2009-06-10 11:58:36 +03:00
2008-12-13 19:42:12 +00:00
2009-02-19 18:24:25 -05:00
2009-10-08 16:36:36 +01:00
2009-01-13 15:04:28 +01:00
2009-01-31 02:08:41 +01:00
2008-12-09 12:29:33 +02:00
2009-05-15 12:11:07 +05:00
2009-05-10 21:20:35 +05:00