summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mysys/my_getsystime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_getsystime.c b/mysys/my_getsystime.c
index ce8a9ca786f..093600786fa 100644
--- a/mysys/my_getsystime.c
+++ b/mysys/my_getsystime.c
@@ -20,7 +20,7 @@
#ifdef _WIN32
#define OFFSET_TO_EPOC 116444736000000000LL
-static ulonglong query_performance_frequency;
+static ulonglong query_performance_frequency=1;
#endif
#ifdef HAVE_LINUX_UNISTD_H