summaryrefslogtreecommitdiff
path: root/sql/ha_innobase.h
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-08-09 20:42:32 +0300
committerunknown <heikki@donna.mysql.fi>2001-08-09 20:42:32 +0300
commit5c3764b5abdb24400e6f5850d26bbd583a5fce3e (patch)
treeb5521499254afd940c9b994c45c51af74d03dba4 /sql/ha_innobase.h
parent5ea83eed346740875aa8d9544c111c4c3abb0136 (diff)
downloadmariadb-git-5c3764b5abdb24400e6f5850d26bbd583a5fce3e.tar.gz
ha_innobase.h Fix Sort aborted bug
sql/ha_innobase.h: Fix Sort aborted bug
Diffstat (limited to 'sql/ha_innobase.h')
-rw-r--r--sql/ha_innobase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_innobase.h b/sql/ha_innobase.h
index 4dbff654337..d129e00ba6e 100644
--- a/sql/ha_innobase.h
+++ b/sql/ha_innobase.h
@@ -137,6 +137,7 @@ class ha_innobase: public handler
enum ha_rkey_function start_search_flag,
const byte *end_key,uint end_key_len,
enum ha_rkey_function end_search_flag);
+ ha_rows estimate_number_of_rows();
int create(const char *name, register TABLE *form,
HA_CREATE_INFO *create_info);