Commit f320b01a authored by unknown's avatar unknown
Browse files

Correct faulty merge, "mysql_priv.h" must be included for the ifdef...

Correct faulty merge, "mysql_priv.h" must be included for the ifdef WITH_INNOBASE_STORAGE_ENGINE to work


parent 22ce97e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,10 +31,10 @@ have disables the InnoDB inlining in this file. */
#pragma implementation				// gcc: Class implementation
#endif

#ifdef WITH_INNOBASE_STORAGE_ENGINE

#include <mysql_priv.h>

#ifdef WITH_INNOBASE_STORAGE_ENGINE

#include <m_ctype.h>
#include <hash.h>
#include <myisampack.h>