From bb837f35061896c844bd919c38f473aeebc9c866 Mon Sep 17 00:00:00 2001 From: "monty@narttu.mysql.fi" <> Date: Sun, 17 Aug 2003 14:37:26 +0300 Subject: fixed typo in last push --- sql/sql_show.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/sql_show.cc') diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 489635bd85f..0321eb3cbba 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -1413,12 +1413,12 @@ int mysqld_show(THD *thd, const char *wild, show_var_st *variables, goto err; /* purecov: inspected */ } } - pthread_mutex_unlock(&mutex); + pthread_mutex_unlock(mutex); send_eof(&thd->net); DBUG_RETURN(0); err: - pthread_mutex_unlock(&mutex); + pthread_mutex_unlock(mutex); DBUG_RETURN(1); } -- cgit v1.2.1