Commit b8b1aef6 authored by Marko Mäkelä's avatar Marko Mäkelä

Cleanup: Orphan que_thr_mutex declaration

The orphan declaration was added in MySQL 5.6.2
mysql/mysql-server@2915417e026ef9fdd8e36df17938409ccc157d86
and MariaDB commit 1d0f70c2.
parent 46890349
......@@ -35,9 +35,6 @@ Created 5/27/1996 Heikki Tuuri
#include "row0types.h"
#include "pars0types.h"
/** Mutex protecting the query threads. */
extern ib_mutex_t que_thr_mutex;
/***********************************************************************//**
Creates a query graph fork node.
@return own: fork node */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment