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
6bbe0b5a
Commit
6bbe0b5a
authored
Jul 03, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
parents
4f34a2da
4c378e97
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
3 deletions
+18
-3
netware/BUILD/mwasmnlm
netware/BUILD/mwasmnlm
+4
-1
netware/BUILD/mwccnlm
netware/BUILD/mwccnlm
+4
-1
netware/BUILD/mwldnlm
netware/BUILD/mwldnlm
+4
-1
tests/Makefile.am
tests/Makefile.am
+6
-0
No files found.
netware/BUILD/mwasmnlm
View file @
6bbe0b5a
...
...
@@ -5,4 +5,7 @@ set -e
args
=
"
$*
"
wine
--debugmsg
-all
--
mwasmnlm
$args
# NOTE: Option 'pipefail' is not standard sh
set
-o
pipefail
wine
--debugmsg
-all
--
mwasmnlm
$args
|
\
perl
-pe
's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g'
netware/BUILD/mwccnlm
View file @
6bbe0b5a
...
...
@@ -7,4 +7,7 @@ set -e
# convert it to "-I../include"
args
=
" "
`
echo
$*
|
sed
-e
's/-I.\/../-I../g'
`
wine
--debugmsg
-all
--
mwccnlm
$args
# NOTE: Option 'pipefail' is not standard sh
set
-o
pipefail
wine
--debugmsg
-all
--
mwccnlm
$args
|
\
perl
-pe
's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g'
netware/BUILD/mwldnlm
View file @
6bbe0b5a
...
...
@@ -5,4 +5,7 @@ set -e
args
=
"
$*
"
wine
--debugmsg
-all
--
mwldnlm
$args
# NOTE: Option 'pipefail' is not standard sh
set
-o
pipefail
wine
--debugmsg
-all
--
mwldnlm
$args
|
\
perl
-pe
's/\r//g; s/^\e.*\e(\[J|>)?//; s/[[^:print:]]//g'
tests/Makefile.am
View file @
6bbe0b5a
...
...
@@ -42,8 +42,14 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
LIBS
=
@CLIENT_LIBS@
LDADD
=
@CLIENT_EXTRA_LDFLAGS@
\
$(top_builddir)
/libmysql/libmysqlclient.la
if
HAVE_NETWARE
mysql_client_test_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
mysql_client_test_SOURCES
=
mysql_client_test.c
$(yassl_dummy_link_fix)
\
../mysys/my_memmem.c
else
mysql_client_test_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
-L
../mysys
-lmysys
mysql_client_test_SOURCES
=
mysql_client_test.c
$(yassl_dummy_link_fix)
endif
insert_test_SOURCES
=
insert_test.c
$(yassl_dummy_link_fix)
select_test_SOURCES
=
select_test.c
$(yassl_dummy_link_fix)
insert_test_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
...
...
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