mariadb/sql/examples
unknown a8b9f30eb3 new static archive_inited variable, so that archive_db_end() will do something only if archive_db_init() was run before
(protection against destroying uninited mutex in the case where mysqld fails early at startup (before archive_db_init() was called)
and then calls archive_db_end() to clean up).


sql/examples/ha_archive.cc:
  new static archive_inited variable, so that archive_db_end() will do something only if archive_db_init() was run before.
2005-02-12 19:17:33 +01:00
..
ha_archive.cc new static archive_inited variable, so that archive_db_end() will do something only if archive_db_init() was run before 2005-02-12 19:17:33 +01:00
ha_archive.h Test Bug: Memory leaks in the archive handler. 2005-01-26 15:27:31 +01:00
ha_example.cc Fix for broken --with-csv-storage-engine build. 2004-10-18 10:32:52 +04:00
ha_example.h New handler::index_flags() definition to make it easy to check the full used key and a specific key part. 2004-07-08 15:45:25 +03:00
ha_tina.cc Fix for broken --with-csv-storage-engine build. 2004-10-18 10:32:52 +04:00
ha_tina.h Fix for BUG#5117: 2004-09-13 06:14:25 +04:00