From 616f46df415783c35b4c3d5d8352fd1f01faf554 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 23 Jun 2003 13:03:04 +0300 Subject: Added analyze as alias for optimize --- sql/ha_innodb.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sql/ha_innodb.cc') diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc index fd030fff091..72267f2426c 100644 --- a/sql/ha_innodb.cc +++ b/sql/ha_innodb.cc @@ -3847,6 +3847,12 @@ ha_innobase::analyze( return(0); } + +int ha_innobase::optimize(THD* thd, HA_CHECK_OPT* check_opt) +{ + return ha_innobase::analyze(thd,check_opt); +} + /*********************************************************************** Tries to check that an InnoDB table is not corrupted. If corruption is noticed, prints to stderr information about it. In case of corruption -- cgit v1.2.1