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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user