summaryrefslogtreecommitdiff
path: root/sql-common
diff options
context:
space:
mode:
authorunknown <konstantin@oak.local>2003-11-28 13:14:10 +0300
committerunknown <konstantin@oak.local>2003-11-28 13:14:10 +0300
commita723514bdd547de6f2e339e265805140ee0befde (patch)
tree6e57f25f2ffc72501ef2860d2978712fb6fbb3ce /sql-common
parentb567fdd4f34b567619a2b881be20f62f49416c49 (diff)
downloadmariadb-git-a723514bdd547de6f2e339e265805140ee0befde.tar.gz
BK automerge tends to eat break; statements
Diffstat (limited to 'sql-common')
-rw-r--r--sql-common/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-common/client.c b/sql-common/client.c
index 7877a2ffb2d..6b99b3424ea 100644
--- a/sql-common/client.c
+++ b/sql-common/client.c
@@ -2558,6 +2558,7 @@ mysql_options(MYSQL *mysql,enum mysql_option option, const char *arg)
break;
case MYSQL_SET_CLIENT_IP:
mysql->options.client_ip= my_strdup(arg, MYF(MY_WME));
+ break;
case MYSQL_SECURE_AUTH:
mysql->options.secure_auth= *(my_bool *) arg;
break;