diff options
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r-- | sql/sql_yacc.yy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 9608620d88c..9e6d53883ad 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -5907,7 +5907,7 @@ opt_versioning_rotation: opt_versioning_interval_start: /* empty */ { - $$= thd->systime(); + $$= thd->query_start(); } | STARTS_SYM ulong_num { |