1
0
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:
marko
2008-03-17 14:19:04 +00:00
parent 821ef4a3d3
commit e3b2541287
35 changed files with 151 additions and 153 deletions

View File

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