make compilation to work w/o InnoDB as well
This commit is contained in:
parent
7f51b1d3e4
commit
0f653b6fed
@ -87,6 +87,7 @@ salle@geopard.(none)
|
|||||||
salle@geopard.online.bg
|
salle@geopard.online.bg
|
||||||
sasha@mysql.sashanet.com
|
sasha@mysql.sashanet.com
|
||||||
serg@build.mysql2.com
|
serg@build.mysql2.com
|
||||||
|
serg@serg.mylan
|
||||||
serg@serg.mysql.com
|
serg@serg.mysql.com
|
||||||
serg@sergbook.mysql.com
|
serg@sergbook.mysql.com
|
||||||
sinisa@rhols221.adsl.netsonic.fi
|
sinisa@rhols221.adsl.netsonic.fi
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_INNOBASE_DB
|
#ifdef HAVE_INNOBASE_DB
|
||||||
#include "ha_innodb.h"
|
#include "ha_innodb.h"
|
||||||
|
#else
|
||||||
|
#define innobase_query_caching_of_table_permitted(X,Y,Z) 1
|
||||||
#endif
|
#endif
|
||||||
#include <myisampack.h>
|
#include <myisampack.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user