1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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.
This commit is contained in:
unknown
2004-05-25 13:27:01 -07:00
parent 64285a73ff
commit 9a162f9abd
7 changed files with 2719 additions and 4 deletions

View File

@ -0,0 +1,4 @@
-- require r/have_archive.require
disable_query_log;
show variables like "have_archive";
enable_query_log;