diff options
author | monty@hundin.mysql.fi <> | 2001-08-31 10:30:38 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-08-31 10:30:38 +0300 |
commit | 298cb454e75035300d7f3e723109516919621934 (patch) | |
tree | 4db78f448359f81b669c6df9e5b0b3d10bbd8a25 /sql/net_serv.cc | |
parent | ef97deb05974bbd4bd39c8c5066ee49ef498339c (diff) | |
download | mariadb-git-298cb454e75035300d7f3e723109516919621934.tar.gz |
ix compilition for computer in a previous timezone
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r-- | sql/net_serv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/net_serv.cc b/sql/net_serv.cc index ba0944a2516..c9bfd977e78 100644 --- a/sql/net_serv.cc +++ b/sql/net_serv.cc @@ -177,7 +177,7 @@ static my_bool net_realloc(NET *net, ulong length) void net_clear(NET *net) { #ifndef EXTRA_DEBUG - int count; + int count; // One may get 'unused' warning bool is_blocking=vio_is_blocking(net->vio); if (is_blocking) vio_blocking(net->vio, FALSE); |