1
0
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:
unknown
2002-09-30 14:54:16 +03:00
parent 948c76cc2e
commit d432f39948
3 changed files with 34 additions and 8 deletions

View File

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