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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
cbeac303
Commit
cbeac303
authored
Oct 29, 2004
by
tomas@poseidon.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
parents
d2bb9006
19bc5095
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
configure.in
configure.in
+2
-1
ndb/include/ndbapi/ndbapi_limits.h
ndb/include/ndbapi/ndbapi_limits.h
+2
-2
sql/ha_ndbcluster.h
sql/ha_ndbcluster.h
+0
-1
No files found.
configure.in
View file @
cbeac303
...
...
@@ -1144,7 +1144,8 @@ dnl Is this the right match for DEC OSF on alpha?
# gethostbyname_r is deprecated and doesn't work ok on OSF1
CFLAGS
=
"
$CFLAGS
-DUNDEF_HAVE_GETHOSTBYNAME_R"
CXXFLAGS
=
"
$CXXFLAGS
-DUNDEF_HAVE_GETHOSTBYNAME_R"
ndb_cxxflags_fix
=
"
$ndb_cxxflags_fix
-I/usr/include.dtk"
# fix to handle include of <stdint.h> correctly on OSF1 with cxx compiler
CXXFLAGS
=
"
$CXXFLAGS
-I/usr/include/cxx -I/usr/include/cxx_cname -I/usr/include.dtk"
;;
*
netware
*
)
# No need for curses library so set it to null
...
...
ndb/include/ndbapi/ndbapi_limits.h
View file @
cbeac303
...
...
@@ -26,8 +26,8 @@
#define NDB_MAX_TUPLE_SIZE_IN_WORDS 1023
#define NDB_MAX_KEYSIZE_IN_WORDS 1023
#define NDB_MAX_KEY_SIZE
NDB_MAX_KEYSIZE_IN_WORDS*sizeof(Uint32
)
#define NDB_MAX_TUPLE_SIZE
NDB_MAX_TUPLE_SIZE_IN_WORDS*sizeof(uint32
)
#define NDB_MAX_KEY_SIZE
(NDB_MAX_KEYSIZE_IN_WORDS*4
)
#define NDB_MAX_TUPLE_SIZE
(NDB_MAX_TUPLE_SIZE_IN_WORDS*4
)
#define NDB_MAX_ACTIVE_EVENTS 100
#endif
sql/ha_ndbcluster.h
View file @
cbeac303
...
...
@@ -26,7 +26,6 @@
#endif
#include <ndbapi_limits.h>
#include <ndb_types.h>
class
Ndb
;
// Forward declaration
class
NdbOperation
;
// Forward declaration
...
...
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