Fixed rare bug in show processlist which could cause core dump if a new thread was connecting.
sql/sql_show.cc: Fixed rare bug in show processlist which could cause core dump if a new thread was connecting. (We where calling mutex_unlock() without having ever called mutex_lock) sql/sql_udf.cc: Fixed warning from valgrind
Showing
Please register or sign in to comment