Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d6cf9dd9
Commit
d6cf9dd9
authored
May 18, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ndb odbc compile
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
parent
e858cd96
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
4 deletions
+10
-4
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
ndb/src/client/odbc/codegen/SimpleParser.cpp
ndb/src/client/odbc/codegen/SimpleParser.cpp
+1
-0
ndb/src/client/odbc/common/Ctx.cpp
ndb/src/client/odbc/common/Ctx.cpp
+0
-1
ndb/src/client/odbc/common/DataField.cpp
ndb/src/client/odbc/common/DataField.cpp
+0
-1
ndb/src/client/odbc/common/OdbcData.cpp
ndb/src/client/odbc/common/OdbcData.cpp
+0
-1
ndb/src/client/odbc/common/common.hpp
ndb/src/client/odbc/common/common.hpp
+4
-0
ndb/src/client/odbc/handles/PoolNdb.hpp
ndb/src/client/odbc/handles/PoolNdb.hpp
+1
-1
ndb/test/odbc/driver/testOdbcDriver.cpp
ndb/test/odbc/driver/testOdbcDriver.cpp
+2
-0
ndb/tools/ndbsql/ndbsql.cpp
ndb/tools/ndbsql/ndbsql.cpp
+1
-0
No files found.
BitKeeper/etc/logging_ok
View file @
d6cf9dd9
...
...
@@ -121,6 +121,7 @@ paul@ice.local
paul@ice.snake.net
paul@kite-hub.kitebird.com
paul@teton.kitebird.com
pekka@mysql.com
pem@mysql.com
peter@linux.local
peter@mysql.com
...
...
ndb/src/client/odbc/codegen/SimpleParser.cpp
View file @
d6cf9dd9
...
...
@@ -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/StmtArea.hpp>
#include <FlexLexer.h>
...
...
ndb/src/client/odbc/common/Ctx.cpp
View file @
d6cf9dd9
...
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include <NdbApi.hpp>
#include <common/common.hpp>
#include "DiagArea.hpp"
...
...
ndb/src/client/odbc/common/DataField.cpp
View file @
d6cf9dd9
...
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include "DataField.hpp"
#ifndef INT_MAX
...
...
ndb/src/client/odbc/common/OdbcData.cpp
View file @
d6cf9dd9
...
...
@@ -14,7 +14,6 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <ndb_global.h>
#include "OdbcData.hpp"
OdbcData
::
OdbcData
()
:
...
...
ndb/src/client/odbc/common/common.hpp
View file @
d6cf9dd9
...
...
@@ -17,6 +17,10 @@
#ifndef ODBC_COMMON_common_hpp
#define ODBC_COMMON_common_hpp
#define stpcpy stpcpy
#include <ndb_global.h>
#undef swap
// misc defs
#ifdef NDB_GCC // only for odbc
...
...
ndb/src/client/odbc/handles/PoolNdb.hpp
View file @
d6cf9dd9
...
...
@@ -17,8 +17,8 @@
#ifndef ODBC_HANDLES_PoolNdb_hpp
#define ODBC_HANDLES_PoolNdb_hpp
#include <list>
#include <common/common.hpp>
#include <list>
class
Ndb
;
...
...
ndb/test/odbc/driver/testOdbcDriver.cpp
View file @
d6cf9dd9
...
...
@@ -37,6 +37,7 @@
*/
#include <ndb_global.h>
#undef test
#include <ndb_version.h>
#include <kernel/ndb_limits.h>
#include <Bitmask.hpp>
...
...
@@ -1281,6 +1282,7 @@ struct Fld {
return
test
.
verify
(
m_double
,
m_ind
,
fld
.
m_double
,
fld
.
m_ind
);
}
assert
(
false
);
return
false
;
}
// debug
void
print
()
const
{
...
...
ndb/tools/ndbsql/ndbsql.cpp
View file @
d6cf9dd9
...
...
@@ -138,6 +138,7 @@ bool emptyString(const char* s) {
* to obtain the row count.
*/
#define MAXCOLS 100
#undef max
#define max(a,b) ((a)>(b)?(a):(b))
#define MAX_MESSAGE 500
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment