mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
compile error fixes for some platforms
This commit is contained in:
parent
b11203f38b
commit
a6352443c1
4 changed files with 6 additions and 50 deletions
|
|
@ -14,18 +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 */
|
||||
|
||||
/*****************************************************************************
|
||||
* Name: NdbIndexOperation.cpp
|
||||
* Include:
|
||||
* Link:
|
||||
* Author: UABMASD Martin Sköld INN/V Alzato
|
||||
* Date: 2002-04-01
|
||||
* Version: 0.1
|
||||
* Description: Secondary index support
|
||||
* Documentation:
|
||||
* Adjust: 2002-04-01 UABMASD First version.
|
||||
****************************************************************************/
|
||||
|
||||
#include <ndb_global.h>
|
||||
#include <NdbIndexOperation.hpp>
|
||||
#include <NdbResultSet.hpp>
|
||||
#include <Ndb.hpp>
|
||||
|
|
|
|||
|
|
@ -14,20 +14,9 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
* Name: NdbOperation.C
|
||||
* Include:
|
||||
* Link:
|
||||
* Author: UABMNST Mona Natterkvist UAB/B/SD
|
||||
* Date: 970829
|
||||
* Version: 0.1
|
||||
* Description: Interface between TIS and NDB
|
||||
* Documentation:
|
||||
* Adjust: 971022 UABMNST First version.
|
||||
****************************************************************************/
|
||||
#include "NdbConnection.hpp"
|
||||
#include "NdbOperation.hpp"
|
||||
#include <ndb_global.h>
|
||||
#include <NdbConnection.hpp>
|
||||
#include <NdbOperation.hpp>
|
||||
#include "NdbApiSignal.hpp"
|
||||
#include "NdbRecAttr.hpp"
|
||||
#include "NdbUtil.hpp"
|
||||
|
|
|
|||
|
|
@ -14,18 +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 */
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
Name: NdbOperationExec.C
|
||||
Include:
|
||||
Link:
|
||||
Author: UABRONM Mikael Ronström UAB/M/MT Jonas Kamf UAB/M/MT
|
||||
Date: 2001-10-16
|
||||
Version: 1.2
|
||||
Description:
|
||||
Documentation:
|
||||
***************************************************************************/
|
||||
|
||||
#include <ndb_global.h>
|
||||
#include <NdbOperation.hpp>
|
||||
#include <NdbConnection.hpp>
|
||||
#include "NdbApiSignal.hpp"
|
||||
|
|
|
|||
|
|
@ -14,18 +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 */
|
||||
|
||||
/*****************************************************************************
|
||||
* Name: NdbScanOperation.cpp
|
||||
* Include:
|
||||
* Link:
|
||||
* Author: UABMASD Martin Sköld INN/V Alzato
|
||||
* Date: 2002-04-01
|
||||
* Version: 0.1
|
||||
* Description: Table scan support
|
||||
* Documentation:
|
||||
* Adjust: 2002-04-01 UABMASD First version.
|
||||
****************************************************************************/
|
||||
|
||||
#include <ndb_global.h>
|
||||
#include <Ndb.hpp>
|
||||
#include <NdbScanOperation.hpp>
|
||||
#include <NdbIndexScanOperation.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue