1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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 756f992fe5
commit 07a4e49a7f

View File

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