diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-03-03 22:22:02 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-03-03 22:22:02 +0300 |
commit | 4f08c6d0e52caca2855a69276db88c7ca566413f (patch) | |
tree | 80f890fb98b57ee5ce2c2515d1d6d132809cddc7 /sql/net_serv.cc | |
parent | 1befd1fb256035889eb1a01ef43e29e25f5552b4 (diff) | |
download | mariadb-git-4f08c6d0e52caca2855a69276db88c7ca566413f.tar.gz |
A follow-up on WL#5154 and WL#5182: remove forgotten options.
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r-- | sql/net_serv.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/net_serv.cc b/sql/net_serv.cc index d54ff1d2779..12cb1224064 100644 --- a/sql/net_serv.cc +++ b/sql/net_serv.cc @@ -64,9 +64,9 @@ The following handles the differences when this is linked between the client and the server. - This gives an error if a too big packet is found - The server can change this with the -O switch, but because the client - can't normally do this the client should have a bigger max_allowed_packet. + This gives an error if a too big packet is found. + The server can change this, but because the client can't normally do this + the client should have a bigger max_allowed_packet. */ #if defined(__WIN__) || !defined(MYSQL_SERVER) |