Skip to content

Commit bd89461

Browse files
committed
Compile fix for jones-ndb builds outside of mysql tree with cluster 7.6
Add include of my_global.h
1 parent 59c7190 commit bd89461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jones-ndb/impl/src/ndb/EncoderCharset.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
2+
Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License, version 2.0,
@@ -27,6 +27,7 @@
2727
#include <stdlib.h>
2828
#include <string.h>
2929

30+
#include <my_global.h>
3031
#include <mysql.h>
3132
#include <my_sys.h>
3233

0 commit comments

Comments
 (0)