summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <brian@avenger.(none)>2004-05-25 13:27:01 -0700
committerunknown <brian@avenger.(none)>2004-05-25 13:27:01 -0700
commite98e4d3ec6a66d682c8d55ef51d04900b03a988d (patch)
treebd3395918279d1b8a5aa6cafb13cf1472de1b756 /sql/handler.h
parente3c28b0ba625b38576f665cfa80a30377357030d (diff)
downloadmariadb-git-e98e4d3ec6a66d682c8d55ef51d04900b03a988d.tar.gz
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.
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h
index bbeefa7c916..8b2235ca83c 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -158,7 +158,7 @@ enum db_type
DB_TYPE_MRG_ISAM, DB_TYPE_MYISAM, DB_TYPE_MRG_MYISAM,
DB_TYPE_BERKELEY_DB, DB_TYPE_INNODB,
DB_TYPE_GEMINI, DB_TYPE_NDBCLUSTER,
- DB_TYPE_EXAMPLE_DB,
+ DB_TYPE_EXAMPLE_DB, DB_TYPE_ARCHIVE_DB,
DB_TYPE_DEFAULT // Must be last
};