Skip to content

Commit c2d3f45

Browse files
committed
ndb
- make ha_ndbinfo include ha_ndbcluster_glue.h to get the correct headers and defines
1 parent 9a01e27 commit c2d3f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/ha_ndbinfo.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717
*/
1818

19-
#include "mysql_priv.h"
19+
#include "ha_ndbcluster_glue.h"
20+
2021
#ifdef WITH_NDBCLUSTER_STORAGE_ENGINE
2122
#include "ha_ndbinfo.h"
2223
#include "../storage/ndb/src/ndbapi/NdbInfo.hpp"

0 commit comments

Comments
 (0)