mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Revert change to use ha_rows for number of rows as other code depend of this
Docs/manual.texi: Changelog
This commit is contained in:
@ -192,8 +192,8 @@ public:
|
||||
byte *dupp_ref; /* Pointer to dupp row */
|
||||
uint ref_length; /* Length of ref (1-8) */
|
||||
uint block_size; /* index block size */
|
||||
ulonglong records; /* Records i datafilen */
|
||||
ulonglong deleted; /* Deleted records */
|
||||
ha_rows records; /* Records i datafilen */
|
||||
ha_rows deleted; /* Deleted records */
|
||||
ulonglong data_file_length; /* Length off data file */
|
||||
ulonglong max_data_file_length; /* Length off data file */
|
||||
ulonglong index_file_length;
|
||||
|
Reference in New Issue
Block a user