summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-03-08 17:35:53 +0100
committerunknown <joerg@mysql.com>2005-03-08 17:35:53 +0100
commit50914ba7aec502c0a4d9191080e10955084dfc4b (patch)
tree2092922d8fb1c0aa0832eec73840b56226b7cad9 /sql
parent8ab73b4cc7f3033a6813c9c176f5df516db70f6c (diff)
parentd8222c03c0c0ab744b83568af17e98d170bbfc7d (diff)
downloadmariadb-git-50914ba7aec502c0a4d9191080e10955084dfc4b.tar.gz
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/M50/mysql-5.0 include/my_sys.h: Auto merged
Diffstat (limited to 'sql')
-rw-r--r--sql/net_serv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/net_serv.cc b/sql/net_serv.cc
index 2de5853599f..4fbbeedb812 100644
--- a/sql/net_serv.cc
+++ b/sql/net_serv.cc
@@ -254,7 +254,7 @@ my_bool
my_net_write(NET *net,const char *packet,ulong len)
{
uchar buff[NET_HEADER_SIZE];
- if (unlikely(!net->vio)) /* nowhere to write */
+ if (unlikely(!net->vio)) /* nowhere to write */
return 0;
/*
Big packets are handled by splitting them in packets of MAX_PACKET_LENGTH