Commit 8222d259 authored by unknown's avatar unknown

- Windows compile fix for ha_blackhole.cc - use #include "mysql_priv.h" instead of

  #include <mysql_priv.h>


sql/ha_blackhole.cc:
  - Windows compile fix - use #include "mysql_priv.h" instead of #include <mysql_priv.h>
parent 04b938c9
......@@ -19,7 +19,7 @@
#pragma implementation // gcc: Class implementation
#endif
#include <mysql_priv.h>
#include "mysql_priv.h"
#ifdef HAVE_BLACKHOLE_DB
#include "ha_blackhole.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment