← Back to team overview

maria-developers team mailing list archive

bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (monty:2797)

 

#At lp:maria based on revid:monty@xxxxxxxxxxxx-20100112173111-yj9651464x04ggba

 2797 Michael Widenius	2010-01-14
      Fixed compile error on windows.
      modified:
        sql/set_var.cc

=== modified file 'sql/set_var.cc'
--- a/sql/set_var.cc	2009-12-03 11:19:05 +0000
+++ b/sql/set_var.cc	2010-01-14 16:32:41 +0000
@@ -58,6 +58,9 @@
 #include <my_getopt.h>
 #include <thr_alarm.h>
 #include <myisam.h>
+#ifdef WITH_MARIA_STORAGE_ENGINE
+#include <maria.h>
+#endif
 #include <my_dir.h>
 #include <waiting_threads.h>
 #include "events.h"