mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
more ndb odbc compile fix
This commit is contained in:
parent
9c3e68c795
commit
0d6b5946d0
3 changed files with 3 additions and 1 deletions
|
@ -14,8 +14,8 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
#include <NdbMutex.h>
|
||||
#include "driver.hpp"
|
||||
#include <NdbMutex.h>
|
||||
|
||||
#undef NDB_ODBC_SIG_DFL
|
||||
#ifdef NDB_ODBC_SIG_DFL
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
#include <common/common.hpp>
|
||||
#include <NdbMutex.h>
|
||||
#include <common/DiagArea.hpp>
|
||||
#include "HandleRoot.hpp"
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
#include <common/common.hpp>
|
||||
#include <NdbMutex.h>
|
||||
#include <NdbApi.hpp>
|
||||
#include "PoolNdb.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue