Skip to content
Permalink
Browse files
Fix detection of version in tokudb
  • Loading branch information
sanja-byelkin committed Jan 28, 2019
1 parent 5cdb3fb commit 8c2f3e0
Showing 1 changed file with 1 addition and 1 deletion.
@@ -16,7 +16,7 @@
#include "mysql/psi/mysql_thread.h" // PSI_mutex
#include "mysql/psi/mysql_stage.h" // PSI_stage

#if (MYSQL_VERSION_ID >= 80000)
#if (MYSQL_VERSION_ID >= 80000) && ( MYSQL_VERSION_ID <= 100000)
#include "mysql/psi/mysql_cond.h"
#include "mysql/psi/mysql_mutex.h"
#include "mysql/psi/mysql_rwlock.h"

0 comments on commit 8c2f3e0

Please sign in to comment.