Fix ICC warning in innobase:
plugin/innobase/row/row0merge.c(1207): error #589: transfer of control bypasses initialization of:
variable "buf" (declared at line 1263)
variable "file" (declared at line 1264)
variable "index" (declared at line 1265)
goto err_exit;
^
we fix by using just one label and not a rather obfuscated one.