summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2006-06-20 17:14:36 +0200
committerunknown <andrey@lmy004.>2006-06-20 17:14:36 +0200
commitd898972dc034176e4a6f4334bf3a6c1a6827f9c3 (patch)
treefd0c09b50a9465f331eb5366fb20cc7888a4a8eb /sql/sql_show.cc
parent40a614ed5a45674c6dd5d259a7a977cc72b4b113 (diff)
parent7daf362e2436cc3a300c47d33fcb43e00774f3a8 (diff)
downloadmariadb-git-d898972dc034176e4a6f4334bf3a6c1a6827f9c3.tar.gz
manual merge
BitKeeper/etc/ignore: auto-union libmysqld/Makefile.am: Auto merged sql/Makefile.am: Auto merged sql/events.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_db.cc: Auto merged sql/sql_parse.cc: Auto merged sql/sql_show.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/time.cc: Auto merged
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index 9fc19c5b135..940b157e8b7 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -26,7 +26,8 @@
#include "sql_trigger.h"
#include "authors.h"
#include "contributors.h"
-#include "event.h"
+#include "events.h"
+#include "event_timed.h"
#include <my_dir.h>
#ifdef WITH_PARTITION_STORAGE_ENGINE