summaryrefslogtreecommitdiff
path: root/storage/innobase/include/dict0stats.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-07-25 12:08:50 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-07-25 12:14:27 +0300
commitb6ac67389dfed3255004b82d29625577c3335a0a (patch)
treeca6d71736e041ee0f8db949f2609a395b9e724c7 /storage/innobase/include/dict0stats.h
parentee555f8fc5fed02503d45cc4ad0d08b07d5a6355 (diff)
parent8d0dabc56b09c6b40db15aac7da0da43d988759d (diff)
downloadmariadb-git-b6ac67389dfed3255004b82d29625577c3335a0a.tar.gz
Merge 10.1 into 10.2
Diffstat (limited to 'storage/innobase/include/dict0stats.h')
-rw-r--r--storage/innobase/include/dict0stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/dict0stats.h b/storage/innobase/include/dict0stats.h
index 1a5047605ca..98956412ae2 100644
--- a/storage/innobase/include/dict0stats.h
+++ b/storage/innobase/include/dict0stats.h
@@ -203,7 +203,7 @@ rolled back only in the case of error, but not freed.
dberr_t
dict_stats_save_index_stat(
dict_index_t* index,
- ib_time_t last_update,
+ time_t last_update,
const char* stat_name,
ib_uint64_t stat_value,
ib_uint64_t* sample_size,