summaryrefslogtreecommitdiff
path: root/sql/lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/lock.h')
-rw-r--r--sql/lock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/lock.h b/sql/lock.h
index 803bac960b3..19b23f1f42b 100644
--- a/sql/lock.h
+++ b/sql/lock.h
@@ -4,8 +4,8 @@
#include "thr_lock.h" /* thr_lock_type */
// Forward declarations
-class TABLE;
-class TABLE_LIST;
+struct TABLE;
+struct TABLE_LIST;
class THD;
typedef struct st_mysql_lock MYSQL_LOCK;
@@ -55,7 +55,7 @@ typedef struct st_mysql_lock MYSQL_LOCK;
#include "thr_lock.h" /* thr_lock_type */
-class TABLE_LIST;
+struct TABLE_LIST;
class THD;
struct TABLE;
typedef struct st_mysql_lock MYSQL_LOCK;