summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.h
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2003-06-15 23:23:04 +0300
committerunknown <heikki@hundin.mysql.fi>2003-06-15 23:23:04 +0300
commitdb4848998adef30ddb3a114655f45955c36ecd5d (patch)
treef7dffb8ff704d546a088c9d99b91cae950de0cb6 /sql/ha_innodb.h
parentba68d937e2f3bc72d05d26e69735d0ef6de4d32d (diff)
downloadmariadb-git-db4848998adef30ddb3a114655f45955c36ecd5d.tar.gz
handler.h, ha_innodb.h, ha_innodb.cc:
Cleanup; remove compiler warning on Windows sql/ha_innodb.cc: Cleanup; remove compiler warning on Windows sql/ha_innodb.h: Cleanup; remove compiler warning on Windows sql/handler.h: Cleanup; remove compiler warning on Windows
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r--sql/ha_innodb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h
index bfa2687b87a..a3fe56f6bcd 100644
--- a/sql/ha_innodb.h
+++ b/sql/ha_innodb.h
@@ -76,7 +76,8 @@ class ha_innobase: public handler
longlong auto_inc_counter_for_this_stat;
ulong max_row_length(const byte *buf);
- uint store_key_val_for_row(uint keynr, char* buff, const byte* record);
+ uint store_key_val_for_row(uint keynr, char* buff, uint buff_len,
+ const byte* record);
int update_thd(THD* thd);
int change_active_index(uint keynr);
int general_fetch(byte* buf, uint direction, uint match_mode);