summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-10-03 21:09:01 -0700
committerbrian@zim.(none) <>2005-10-03 21:09:01 -0700
commit11be8401a7f2188432d3daa653bc2c6f067a9b80 (patch)
treed93e8b84b71a21fb41e696c41bfd0595d280b63d /sql/ha_innodb.h
parentfe26e59d70bc1b30d2426cbcf191ea7af0139db5 (diff)
parent2a42afd1322784317c2972076eaa50dcc1308355 (diff)
downloadmariadb-git-11be8401a7f2188432d3daa653bc2c6f067a9b80.tar.gz
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0
into zim.(none):/home/brian/mysql/fix-5.0
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r--sql/ha_innodb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h
index 0c2b6d0f71a..78cd0f927e9 100644
--- a/sql/ha_innodb.h
+++ b/sql/ha_innodb.h
@@ -241,7 +241,7 @@ extern ulong srv_commit_concurrency;
extern TYPELIB innobase_lock_typelib;
-handlerton *innobase_init(void);
+bool innobase_init(void);
bool innobase_end(void);
bool innobase_flush_logs(void);
uint innobase_get_free_space(void);