#At file:///ext/mysql/bzr/mysql-6.0-backup-merge-1/
2660 Rafal Somla 2008-07-10
Add back break inadvertently removed in a recent merge.
This is a patch from Davi Arnaut, included here per request from
Guilhem, so that it gets into the main tree asap.
modified:
sql/sql_parse.cc
per-file messages:
sql/sql_parse.cc
Add back break so the case don't fall through to the next command.
=== modified file 'sql/sql_parse.cc'
--- a/sql/sql_parse.cc 2008-07-09 07:12:43 +0000
+++ b/sql/sql_parse.cc 2008-07-10 12:32:50 +0000
@@ -2104,6 +2104,7 @@ mysql_execute_command(THD *thd)
my_error(ER_FEATURE_DISABLED, MYF(0), "SHOW PROFILES", "enable-profiling");
goto error;
#endif
+ break;
}
case SQLCOM_SHOW_NEW_MASTER:
{
| Thread |
|---|
| • bzr commit into mysql-6.0-backup branch (rsomla:2660) | Rafal Somla | 10 Jul |