Commit 5c3764b5 authored by unknown's avatar unknown

ha_innobase.h Fix Sort aborted bug


sql/ha_innobase.h:
  Fix Sort aborted bug
parent 5ea83eed
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment