Skip to content
Permalink
Browse files
Cleanup: Orphan que_thr_mutex declaration
The orphan declaration was added in MySQL 5.6.2
mysql/mysql-server@2915417
and MariaDB commit 1d0f70c.
  • Loading branch information
dr-m committed Oct 2, 2020
1 parent 4689034 commit b8b1aef
Showing 1 changed file with 0 additions and 3 deletions.
@@ -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 */

0 comments on commit b8b1aef

Please sign in to comment.