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:
Magne Mahre 2010-08-10 14:12:11 +02:00
parent cff7f022d8
commit 64cc044e33

View File

@ -1783,6 +1783,7 @@ err:
part_info->frm_log_entry= NULL;
(void) sync_ddl_log();
#endif
;
}
end: