summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-30 22:04:56 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-30 22:04:56 +0300
commit003ed4cfaecf0c80dc2ced8593e869076cd8c34d (patch)
tree16c8b4edbfac2e62ad94def8d240326f03c24395 /sql
parent3dbd178881d1d4c0fc7ee878c0fb6dab1fc5b10d (diff)
downloadmariadb-git-003ed4cfaecf0c80dc2ced8593e869076cd8c34d.tar.gz
Portability fixes
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 0104a251f2c..b34b97b29a0 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -51,6 +51,7 @@ typedef struct st_log_info
~st_log_info() { pthread_mutex_destroy(&lock);}
} LOG_INFO;
+class Log_event;
class MYSQL_LOG {
private: