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.
This commit is contained in:
parent
cff7f022d8
commit
64cc044e33
@ -1783,6 +1783,7 @@ err:
|
||||
part_info->frm_log_entry= NULL;
|
||||
(void) sync_ddl_log();
|
||||
#endif
|
||||
;
|
||||
}
|
||||
|
||||
end:
|
||||
|
Loading…
x
Reference in New Issue
Block a user