diff options
Diffstat (limited to 'sql/compat56.cc')
-rw-r--r-- | sql/compat56.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/compat56.cc b/sql/compat56.cc index 2c444243934..1285de9fd12 100644 --- a/sql/compat56.cc +++ b/sql/compat56.cc @@ -21,7 +21,7 @@ #include "my_time.h" -static uint my_max_usec_value[7] +static const int my_max_usec_value[7] { 0, 900000, |