Skip to content

Commit cce76df

Browse files
committed
Fix cmake -DWITH_INNODB_AHI=OFF
This fixes up commit 6cc88c3 Thanks to Markus Mäkelä for reporting the build failure.
1 parent 736901b commit cce76df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage/innobase/mtr/mtr0mtr.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Created 11/26/1995 Heikki Tuuri
3434
#include "my_cpu.h"
3535
#ifdef BTR_CUR_HASH_ADAPT
3636
# include "btr0sea.h"
37+
#else
38+
# include "btr0cur.h"
3739
#endif
3840
#include "srv0start.h"
3941
#include "log.h"

0 commit comments

Comments
 (0)