summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMats Kindahl <mats.kindahl@oracle.com>2010-08-17 07:46:53 +0200
committerMats Kindahl <mats.kindahl@oracle.com>2010-08-17 07:46:53 +0200
commite1e6c32b7290e2ff8dd894ba46eb21fda2d3a6af (patch)
treeadb64d2709b6d3851385ecf38fd256f8cf20b741 /sql
parentcd347705585b99c242efaf63550ace6819610795 (diff)
downloadmariadb-git-e1e6c32b7290e2ff8dd894ba46eb21fda2d3a6af.tar.gz
WL#5363: Thread pool interface
Patch to make Visual C++ happy.
Diffstat (limited to 'sql')
-rw-r--r--sql/mysqld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h
index 2dc854134c7..6135fcead8b 100644
--- a/sql/mysqld.h
+++ b/sql/mysqld.h
@@ -28,7 +28,7 @@ class THD;
struct handlerton;
class Time_zone;
-class scheduler_functions;
+struct scheduler_functions;
typedef struct st_mysql_const_lex_string LEX_CSTRING;
typedef struct st_mysql_show_var SHOW_VAR;