summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-08-11 17:07:27 -0600
committersasha@mysql.sashanet.com <>2001-08-11 17:07:27 -0600
commitd725abf1b015b1e1293b1c75c2a3aa6ee22caf6f (patch)
treedc987a8c3bc0bbc881783e3f6521fba1c34e8a52 /sql/log_event.h
parent1da341fc5a58933a6115ef152eae9dcb8e00ffcd (diff)
downloadmariadb-git-d725abf1b015b1e1293b1c75c2a3aa6ee22caf6f.tar.gz
temp commit working on a merge
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h
index 4c24f640465..af6619376b4 100644
--- a/sql/log_event.h
+++ b/sql/log_event.h
@@ -233,7 +233,8 @@ public:
virtual void print(FILE* file, bool short_form = 0, char* last_db = 0) = 0;
void print_timestamp(FILE* file, time_t *ts = 0);
void print_header(FILE* file);
-
+#endif
+
#ifndef MYSQL_CLIENT
// if mutex is 0, the read will proceed without mutex
static Log_event* read_log_event(IO_CACHE* file, pthread_mutex_t* log_lock);