1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

handler.h, ha_innodb.h, ha_innodb.cc:

Cleanup; remove compiler warning on Windows
This commit is contained in:
heikki@hundin.mysql.fi
2003-06-15 23:23:04 +03:00
parent d2ea62cd14
commit 95ffe2d0ca
3 changed files with 19 additions and 13 deletions

View File

@ -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);