Skip to content

Commit d7c35a9

Browse files
committed
Fix compiler error
1 parent e5b67a4 commit d7c35a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/innobase/handler/ha_innodb.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ thd_has_edited_nontrans_tables(
17071707

17081708
/* Return high resolution timestamp for the start of the current query */
17091709
UNIV_INTERN
1710-
ib_uint64_t
1710+
unsigned long long
17111711
thd_query_start_micro(
17121712
const THD* thd) /*!< in: thread handle */
17131713
{

storage/xtradb/handler/ha_innodb.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,7 @@ thd_has_edited_nontrans_tables(
19831983

19841984
/* Return high resolution timestamp for the start of the current query */
19851985
UNIV_INTERN
1986-
ib_uint64_t
1986+
unsigned long long
19871987
thd_query_start_micro(
19881988
const THD* thd) /*!< in: thread handle */
19891989
{

0 commit comments

Comments
 (0)