diff options
author | Konstantin Osipov <kostja@sun.com> | 2010-07-29 20:15:37 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2010-07-29 20:15:37 +0400 |
commit | cb4db7d8cba3a5f91ca6d1f1cae4a62e61945da6 (patch) | |
tree | fba022169918cb92163645820bf2c0ceba66ecc9 /sql/ha_ndbcluster_binlog.cc | |
parent | 14b769cfc6bcf5e6b3142d12e26667bcec90b2cd (diff) | |
download | mariadb-git-cb4db7d8cba3a5f91ca6d1f1cae4a62e61945da6.tar.gz |
Fix a compilation failure of ha_ndbcluster_binlog.cc.
Diffstat (limited to 'sql/ha_ndbcluster_binlog.cc')
-rw-r--r-- | sql/ha_ndbcluster_binlog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_ndbcluster_binlog.cc b/sql/ha_ndbcluster_binlog.cc index b610687496e..26fdb8e1425 100644 --- a/sql/ha_ndbcluster_binlog.cc +++ b/sql/ha_ndbcluster_binlog.cc @@ -36,6 +36,7 @@ #include "lock.h" // MYSQL_LOCK_IGNORE_FLUSH, // mysql_unlock_tables #include "sql_parse.h" // mysql_parse +#include "transaction.h" #ifdef ndb_dynamite #undef assert |