diff options
author | unknown <heikki@hundin.mysql.fi> | 2003-06-15 23:23:04 +0300 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2003-06-15 23:23:04 +0300 |
commit | db4848998adef30ddb3a114655f45955c36ecd5d (patch) | |
tree | f7dffb8ff704d546a088c9d99b91cae950de0cb6 /sql/ha_innodb.h | |
parent | ba68d937e2f3bc72d05d26e69735d0ef6de4d32d (diff) | |
download | mariadb-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.h | 3 |
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); |