mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
second patch for make distcheck
This commit is contained in:
parent
600b9f1d70
commit
a82d5e01ed
2 changed files with 6 additions and 1 deletions
|
|
@ -42,6 +42,8 @@ have disables the InnoDB inlining in this file. */
|
|||
|
||||
#define MAX_ULONG_BIT ((ulong) 1 << (sizeof(ulong)*8-1))
|
||||
|
||||
#ifdef WITH_INNOBASE_STORAGE_ENGINE
|
||||
|
||||
#include "ha_innodb.h"
|
||||
|
||||
pthread_mutex_t innobase_share_mutex, /* to protect innobase_open_files */
|
||||
|
|
@ -7460,3 +7462,5 @@ mysql_declare_plugin(innobase)
|
|||
}
|
||||
mysql_declare_plugin_end;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
SUBDIRS = mytap . mysys examples
|
||||
|
||||
noinst_SCRIPTS = unit
|
||||
EXTRA_DIST = unit.pl
|
||||
EXTRA_DIST = unit.pl
|
||||
CLEANFILES = unit
|
||||
|
||||
unittests = mytap mysys
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue