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
9d8bb4bd
Commit
9d8bb4bd
authored
Apr 28, 2004
by
tomas@mc05.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed ndb odbc from compile and release
parent
cc2eb9d5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
18 deletions
+3
-18
ndb/BinDist.sh
ndb/BinDist.sh
+2
-2
ndb/config/GuessConfig.sh
ndb/config/GuessConfig.sh
+1
-16
No files found.
ndb/BinDist.sh
View file @
9d8bb4bd
...
...
@@ -27,7 +27,7 @@ bin/flexBench
bin/select_all
bin/select_count
bin/delete_all
bin/ndbsql
#
bin/ndbsql
bin/drop_tab
bin/drop_index
bin/list_tables
...
...
@@ -39,7 +39,7 @@ lib/libNDB_API.a
lib/libNDB_API.so
lib/libMGM_API.a
lib/libMGM_API.so
lib/libNDB_ODBC.so
#
lib/libNDB_ODBC.so
lib/libMGM_API_pic.a
lib/libNDB_API_pic.a
include/
...
...
ndb/config/GuessConfig.sh
View file @
9d8bb4bd
...
...
@@ -48,22 +48,7 @@ esac
if
[
-z
"
$NDB_ODBC
"
]
then
val
=
N
if
[
-f
/usr/include/sqlext.h
-o
-f
/usr/local/include/sqlext.h
]
then
val
=
Y
fi
case
$NDB_OS
in
LINUX
)
NDB_ODBC
=
$val
;;
MACOSX
)
NDB_ODBC
=
$val
;;
*
)
NDB_ODBC
=
N
;;
esac
fi
...
...
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