diff options
author | Yasufumi Kinoshita <yasufumi.kinoshita@oracle.com> | 2012-01-27 13:07:24 +0900 |
---|---|---|
committer | Yasufumi Kinoshita <yasufumi.kinoshita@oracle.com> | 2012-01-27 13:07:24 +0900 |
commit | 636a7f79e8d208051214a5cb102f8cbdf713a1eb (patch) | |
tree | ff308d57137213e06cab3099ce44e009c4c8afd2 | |
parent | 705a65e9015dd2b5a70db914cc33f7c03344747d (diff) | |
download | mariadb-git-636a7f79e8d208051214a5cb102f8cbdf713a1eb.tar.gz |
Fix for build break introduced at rev 3711
asked by Calvin
-rw-r--r-- | storage/innobase/lock/lock0lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innobase/lock/lock0lock.c b/storage/innobase/lock/lock0lock.c index d842817e6eb..263516ab5fd 100644 --- a/storage/innobase/lock/lock0lock.c +++ b/storage/innobase/lock/lock0lock.c @@ -38,6 +38,7 @@ Created 5/7/1996 Heikki Tuuri #include "trx0purge.h" #include "dict0mem.h" #include "trx0sys.h" +#include "btr0btr.h" /* Restricts the length of search we will do in the waits-for graph of transactions */ |