1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

COUNT(*) for merge can be longlong even if it's long for MyISAM

This commit is contained in:
unknown
2002-09-26 17:52:52 +02:00
parent 7bba4e4c55
commit a703057a92
2 changed files with 4 additions and 4 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 */
ha_rows records; /* Records i datafilen */
ha_rows deleted; /* Deleted records */
ulonglong records; /* Records i datafilen */
ulonglong deleted; /* Deleted records */
ulonglong data_file_length; /* Length off data file */
ulonglong max_data_file_length; /* Length off data file */
ulonglong index_file_length;