mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 14:32:34 +01:00
Bug#21855 Compilation error in ha_innodb.cc
- Add ifdefs in ha_innodb.cc so it's only compiled if we have selected to build mysqld with innodb. This is inline with how it's done in other handlers.
This commit is contained in:
parent
1ac47c9513
commit
5ac62fd1d6
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,8 @@ have disables the InnoDB inlining in this file. */
|
|||
#endif
|
||||
|
||||
#include "mysql_priv.h"
|
||||
#ifdef WITH_INNOBASE_STORAGE_ENGINE
|
||||
|
||||
#include "slave.h"
|
||||
|
||||
#include <m_ctype.h>
|
||||
|
@ -7622,3 +7624,4 @@ mysql_declare_plugin(innobase)
|
|||
}
|
||||
mysql_declare_plugin_end;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue