mariadb/mysql-test/include/have_archive.inc
unknown 9a162f9abd Added tests for archive. Cleaned up a merge mistake and added some information on how well archive compresses.
sql/examples/ha_archive.cc:
  Added in example information from testing archive with Slashdot's comments.
sql/handler.h:
  Fixed broken merge.
sql/set_var.cc:
  Adding in "have_archive" to variables shown to make tests work.
2004-05-25 13:27:01 -07:00

4 lines
107 B
PHP

-- require r/have_archive.require
disable_query_log;
show variables like "have_archive";
enable_query_log;