1
0
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:
Alexander Barkov
2019-04-17 08:16:41 +04:00
parent f202f3dfe6
commit ee4a2fef18
2 changed files with 2 additions and 0 deletions

View File

@@ -9415,6 +9415,7 @@ for_portion_of_time_clause:
Vers_history_point(VERS_TIMESTAMP, $9),
$5);
}
;
opt_for_portion_of_time_clause:
/* empty */

View File

@@ -9528,6 +9528,7 @@ for_portion_of_time_clause:
Vers_history_point(VERS_TIMESTAMP, $9),
$5);
}
;
opt_for_portion_of_time_clause:
/* empty */