summaryrefslogtreecommitdiff
path: root/sql/ha_myisammrg.h
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-12-13 15:42:31 +0100
committerunknown <lenz@mysql.com>2002-12-13 15:42:31 +0100
commit094c801d9bb5899e5a0a50a9ac67bff331a42090 (patch)
treefb843a42a9575c7c4797f1420030ad2304454ae2 /sql/ha_myisammrg.h
parente6783a8785925f0e7433cd96d8f7f8b5c6d0c9a0 (diff)
downloadmariadb-git-094c801d9bb5899e5a0a50a9ac67bff331a42090.tar.gz
- HP/UX 11 compile fix: fixed "records_in_range" class definition
in sql/ha_myisammrg.h (removed "ha_myisammrg::")
Diffstat (limited to 'sql/ha_myisammrg.h')
-rw-r--r--sql/ha_myisammrg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_myisammrg.h b/sql/ha_myisammrg.h
index 8e33b99e418..440b51e660f 100644
--- a/sql/ha_myisammrg.h
+++ b/sql/ha_myisammrg.h
@@ -69,7 +69,7 @@ class ha_myisammrg: public handler
int rnd_next(byte *buf);
int rnd_pos(byte * buf, byte *pos);
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,
enum ha_rkey_function start_search_flag,
const byte *end_key,uint end_key_len,