Commit 094c801d authored by unknown's avatar unknown

- HP/UX 11 compile fix: fixed "records_in_range" class definition

   in sql/ha_myisammrg.h (removed "ha_myisammrg::")

parent e6783a87
...@@ -69,7 +69,7 @@ class ha_myisammrg: public handler ...@@ -69,7 +69,7 @@ class ha_myisammrg: public handler
int rnd_next(byte *buf); int rnd_next(byte *buf);
int rnd_pos(byte * buf, byte *pos); int rnd_pos(byte * buf, byte *pos);
void position(const byte *record); void position(const byte *record);
ha_rows ha_myisammrg::records_in_range(int inx, ha_rows records_in_range(int inx,
const byte *start_key,uint start_key_len, const byte *start_key,uint start_key_len,
enum ha_rkey_function start_search_flag, enum ha_rkey_function start_search_flag,
const byte *end_key,uint end_key_len, const byte *end_key,uint end_key_len,
......
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