summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2012-01-27 19:52:53 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2012-01-27 19:52:53 +0100
commit804f3bfeafd922eceda856d9539e6ebc79e72b16 (patch)
tree152fd76fd4cf996ce2cdc2bcffca7feb59540382 /sql/sql_class.cc
parentc5c32972ecf004fa2523c8f20171e6298ac97dc1 (diff)
downloadmariadb-git-804f3bfeafd922eceda856d9539e6ebc79e72b16.tar.gz
Threadpool : Rest of monty's review
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index 8b8d07a47eb..d99b24b33f3 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -1630,7 +1630,7 @@ void THD::disconnect()
/* Disconnect even if a active vio is not associated. */
if (net.vio != vio)
- vio_close(net.vio);
+ vio_close(net.vio);
mysql_mutex_unlock(&LOCK_thd_data);
}