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

This commit is contained in:
msvensson@neptunus.(none) 2006-09-12 16:43:57 +02:00
parent f6ce081f6a
commit 7b7e66763c

View File

@ -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>