1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -189,7 +189,8 @@ class handler :public Sql_alloc
public:
byte *ref; /* Pointer to current row */
byte *dupp_ref; /* Pointer to dupp row */
uint ref_length; /* Length of ref (1-8) */
uint ref_length; /* Length of ref (1-8 or the clustered
key length) */
uint block_size; /* index block size */
ha_rows records; /* Records i datafilen */
ha_rows deleted; /* Deleted records */