diff options
author | stewart@willster.(none) <> | 2006-10-16 17:39:38 +1000 |
---|---|---|
committer | stewart@willster.(none) <> | 2006-10-16 17:39:38 +1000 |
commit | c1903d967ae3a82818778c83dbed401144c48a2e (patch) | |
tree | d301ac33f253385737189c92d56fb5c94d4e76c9 /sql/examples/ha_example.h | |
parent | 848f91799c8c09cf8813ebdead535d1a339ee179 (diff) | |
parent | 57a97f53bc13488d702ee3478aba83ffa4de5f7a (diff) | |
download | mariadb-git-c1903d967ae3a82818778c83dbed401144c48a2e.tar.gz |
Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2
into willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-merge
Diffstat (limited to 'sql/examples/ha_example.h')
-rw-r--r-- | sql/examples/ha_example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/examples/ha_example.h b/sql/examples/ha_example.h index 37f38fe5210..f18063f6c32 100644 --- a/sql/examples/ha_example.h +++ b/sql/examples/ha_example.h @@ -136,7 +136,7 @@ public: int rnd_next(byte *buf); //required int rnd_pos(byte * buf, byte *pos); //required void position(const byte *record); //required - void info(uint); //required + int info(uint); //required int extra(enum ha_extra_function operation); int reset(void); |