Commit 00b79270 authored by Magne Mahre's avatar Magne Mahre

Post-commit fix for Bug#41158

A label statement needs to be followed by at least
one primary expression.  If built without
WITH_PARTITION_STORAGE_ENGINE set, the block would 
be empty.

Added ';' as a dummy statement to fix it.
parent f97da70f
...@@ -1783,6 +1783,7 @@ bool mysql_write_frm(ALTER_PARTITION_PARAM_TYPE *lpt, uint flags) ...@@ -1783,6 +1783,7 @@ bool mysql_write_frm(ALTER_PARTITION_PARAM_TYPE *lpt, uint flags)
part_info->frm_log_entry= NULL; part_info->frm_log_entry= NULL;
(void) sync_ddl_log(); (void) sync_ddl_log();
#endif #endif
;
} }
end: end:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment