Commit d7c35a99 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix compiler error

parent e5b67a46
......@@ -1707,7 +1707,7 @@ thd_has_edited_nontrans_tables(
/* Return high resolution timestamp for the start of the current query */
UNIV_INTERN
ib_uint64_t
unsigned long long
thd_query_start_micro(
const THD* thd) /*!< in: thread handle */
{
......
......@@ -1983,7 +1983,7 @@ thd_has_edited_nontrans_tables(
/* Return high resolution timestamp for the start of the current query */
UNIV_INTERN
ib_uint64_t
unsigned long long
thd_query_start_micro(
const THD* thd) /*!< in: thread handle */
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment