mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Adding missing ';' at the end of a rule
This commit is contained in:
@@ -9415,6 +9415,7 @@ for_portion_of_time_clause:
|
||||
Vers_history_point(VERS_TIMESTAMP, $9),
|
||||
$5);
|
||||
}
|
||||
;
|
||||
|
||||
opt_for_portion_of_time_clause:
|
||||
/* empty */
|
||||
|
||||
@@ -9528,6 +9528,7 @@ for_portion_of_time_clause:
|
||||
Vers_history_point(VERS_TIMESTAMP, $9),
|
||||
$5);
|
||||
}
|
||||
;
|
||||
|
||||
opt_for_portion_of_time_clause:
|
||||
/* empty */
|
||||
|
||||
Reference in New Issue
Block a user