mirror of
https://github.com/MariaDB/server.git
synced 2025-12-09 08:01:34 +03:00
branches/zip: Rename ib_ulonglong to ib_uint64_t and ib_longlong to ib_int64_t.
This commit is contained in:
@@ -836,7 +836,7 @@ row_update_statistics_if_needed(
|
||||
a counter table which is very small and updated very often. */
|
||||
|
||||
if (counter > 2000000000
|
||||
|| ((ib_longlong)counter > 16 + table->stat_n_rows / 16)) {
|
||||
|| ((ib_int64_t)counter > 16 + table->stat_n_rows / 16)) {
|
||||
|
||||
dict_update_statistics(table);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user