#At file:///export/home/tmp/x/mysql-5.5-runtime-55547/ based on revid:jon.hauglid@stripped
3099 Magne Mahre 2010-08-10
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.
modified:
sql/sql_table.cc
=== modified file 'sql/sql_table.cc'
--- a/sql/sql_table.cc 2010-08-09 18:33:47 +0000
+++ b/sql/sql_table.cc 2010-08-10 12:12:11 +0000
@@ -1783,6 +1783,7 @@ err:
part_info->frm_log_entry= NULL;
(void) sync_ddl_log();
#endif
+ ;
}
end:
Attachment: [text/bzr-bundle] bzr/magne.mahre@sun.com-20100810121211-xkc2ijar7lq4y7nz.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-bugfixing branch (magne.mahre:3099) Bug#41158 | Magne Mahre | 10 Aug |