diff options
author | unknown <monty@narttu.mysql.fi> | 2003-06-23 13:04:21 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-06-23 13:04:21 +0300 |
commit | 199ac9f1cfb89eb6287eaf34eea8dcf3d2b92462 (patch) | |
tree | 8b2672f6f5f149d15fadcdfa2b109d0da5592aca /sql/ha_innodb.cc | |
parent | ba49cc62b0b4a60868765e2192f9b3571ab96b65 (diff) | |
parent | 616f46df415783c35b4c3d5d8352fd1f01faf554 (diff) | |
download | mariadb-git-199ac9f1cfb89eb6287eaf34eea8dcf3d2b92462.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into narttu.mysql.fi:/my/mysql-4.0
sql/ha_innodb.cc:
Auto merged
sql/ha_innodb.h:
Auto merged
Diffstat (limited to 'sql/ha_innodb.cc')
-rw-r--r-- | sql/ha_innodb.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc index a6528209b3e..6e5a14cfb05 100644 --- a/sql/ha_innodb.cc +++ b/sql/ha_innodb.cc @@ -4130,6 +4130,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 |