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
b727e09c
Commit
b727e09c
authored
Nov 13, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge neptunus.(none):/home/msvensson/mysql/bug19817/my50-bug19817
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
parents
ab15fb9e
1ad359ef
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
61 deletions
+32
-61
client/Makefile.am
client/Makefile.am
+13
-17
tests/Makefile.am
tests/Makefile.am
+3
-11
tools/Makefile.am
tools/Makefile.am
+4
-7
vio/Makefile.am
vio/Makefile.am
+12
-26
No files found.
client/Makefile.am
View file @
b727e09c
...
@@ -16,11 +16,6 @@
...
@@ -16,11 +16,6 @@
# This file is public domain and comes with NO WARRANTY of any kind
# This file is public domain and comes with NO WARRANTY of any kind
if
HAVE_YASSL
yassl_dummy_link_fix
=
$(top_srcdir)
/extra/yassl/src/dummy.cpp
else
yassl_dummy_link_fix
=
endif
#AUTOMAKE_OPTIONS = nostdinc
#AUTOMAKE_OPTIONS = nostdinc
INCLUDES
=
-I
$(top_builddir)
/include
\
INCLUDES
=
-I
$(top_builddir)
/include
\
-I
$(top_srcdir)
/include
\
-I
$(top_srcdir)
/include
\
...
@@ -40,20 +35,21 @@ mysqladmin_SOURCES = mysqladmin.cc
...
@@ -40,20 +35,21 @@ mysqladmin_SOURCES = mysqladmin.cc
mysql_LDADD
=
@readline_link@ @TERMCAP_LIB@
$(LDADD)
$(CXXLDFLAGS)
mysql_LDADD
=
@readline_link@ @TERMCAP_LIB@
$(LDADD)
$(CXXLDFLAGS)
mysqltest_SOURCES
=
mysqltest.c
\
mysqltest_SOURCES
=
mysqltest.c
\
$(top_srcdir)
/mysys/my_getsystime.c
\
$(top_srcdir)
/mysys/my_getsystime.c
\
$(top_srcdir)
/mysys/my_copy.c
\
$(top_srcdir)
/mysys/my_copy.c
$(yassl_dummy_link_fix)
mysqltest_LDADD
=
$(top_builddir)
/regex/libregex.a
$(LDADD)
mysqltest_LDADD
=
$(top_builddir)
/regex/libregex.a
$(LDADD)
mysqlbinlog_SOURCES
=
mysqlbinlog.cc
$(top_srcdir)
/mysys/mf_tempdir.c
$(top_srcdir)
/mysys/my_new.cc
mysqlbinlog_SOURCES
=
mysqlbinlog.cc
\
$(top_srcdir)
/mysys/mf_tempdir.c
\
$(top_srcdir)
/mysys/my_new.cc
mysqlbinlog_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
mysqlbinlog_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
mysqltestmanager_pwgen_SOURCES
=
mysqlmanager-pwgen.c
mysqltestmanager_pwgen_SOURCES
=
mysqlmanager-pwgen.c
mysqltestmanagerc_SOURCES
=
mysqlmanagerc.c
$(yassl_dummy_link_fix)
mysqltestmanagerc_SOURCES
=
mysqlmanagerc.c
mysqlcheck_SOURCES
=
mysqlcheck.c
$(yassl_dummy_link_fix)
mysqlcheck_SOURCES
=
mysqlcheck.c
mysqlshow_SOURCES
=
mysqlshow.c
$(yassl_dummy_link_fix)
mysqlshow_SOURCES
=
mysqlshow.c
mysqldump_SOURCES
=
mysqldump.c my_user.c
\
mysqldump_SOURCES
=
mysqldump.c my_user.c
\
$(top_srcdir)
/mysys/mf_getdate.c
\
$(top_srcdir)
/mysys/mf_getdate.c
$(yassl_dummy_link_fix)
mysqlimport_SOURCES
=
mysqlimport.c
mysqlimport_SOURCES
=
mysqlimport.c
$(yassl_dummy_link_fix)
mysql_upgrade_SOURCES
=
mysql_upgrade.c
mysql_upgrade_SOURCES
=
mysql_upgrade.c
$(yassl_dummy_link_fix)
sql_src
=
log_event.h mysql_priv.h log_event.cc my_decimal.h my_decimal.cc
sql_src
=
log_event.h mysql_priv.h log_event.cc my_decimal.h my_decimal.cc
strings_src
=
decimal.c
strings_src
=
decimal.c
...
...
tests/Makefile.am
View file @
b727e09c
...
@@ -17,11 +17,6 @@
...
@@ -17,11 +17,6 @@
## Process this file with automake to create Makefile.in
## Process this file with automake to create Makefile.in
if
HAVE_YASSL
yassl_dummy_link_fix
=
$(top_srcdir)
/extra/yassl/src/dummy.cpp
else
yassl_dummy_link_fix
=
endif
EXTRA_DIST
=
auto_increment.res auto_increment.tst
\
EXTRA_DIST
=
auto_increment.res auto_increment.tst
\
function
.res
function
.tst lock_test.pl lock_test.res
\
function
.res
function
.tst lock_test.pl lock_test.res
\
export.pl big_record.pl
\
export.pl big_record.pl
\
...
@@ -35,9 +30,6 @@ EXTRA_DIST = auto_increment.res auto_increment.tst \
...
@@ -35,9 +30,6 @@ EXTRA_DIST = auto_increment.res auto_increment.tst \
bin_PROGRAMS
=
mysql_client_test
bin_PROGRAMS
=
mysql_client_test
noinst_PROGRAMS
=
insert_test select_test thread_test
noinst_PROGRAMS
=
insert_test select_test thread_test
#
# C Test for 4.1 protocol
#
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
\
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
\
$(openssl_includes)
$(openssl_includes)
LIBS
=
@CLIENT_LIBS@
LIBS
=
@CLIENT_LIBS@
...
@@ -45,11 +37,11 @@ LDADD = @CLIENT_EXTRA_LDFLAGS@ \
...
@@ -45,11 +37,11 @@ LDADD = @CLIENT_EXTRA_LDFLAGS@ \
$(top_builddir)
/libmysql/libmysqlclient.la
$(top_builddir)
/libmysql/libmysqlclient.la
mysql_client_test_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
mysql_client_test_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
mysql_client_test_SOURCES
=
mysql_client_test.c
$(yassl_dummy_link_fix)
\
mysql_client_test_SOURCES
=
mysql_client_test.c
\
$(top_srcdir)
/mysys/my_memmem.c
$(top_srcdir)
/mysys/my_memmem.c
insert_test_SOURCES
=
insert_test.c
$(yassl_dummy_link_fix)
insert_test_SOURCES
=
insert_test.c
select_test_SOURCES
=
select_test.c
$(yassl_dummy_link_fix)
select_test_SOURCES
=
select_test.c
insert_test_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
insert_test_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
select_test_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
select_test_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
...
...
tools/Makefile.am
View file @
b727e09c
...
@@ -15,18 +15,15 @@
...
@@ -15,18 +15,15 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Process this file with automake to create Makefile.in
# Process this file with automake to create Makefile.in
if
HAVE_YASSL
yassl_dummy_link_fix
=
$(top_srcdir)
/extra/yassl/src/dummy.cpp
else
yassl_dummy_link_fix
=
endif
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
\
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
\
$(openssl_includes)
$(openssl_includes)
LDADD
=
@CLIENT_EXTRA_LDFLAGS@
\
LDADD
=
@CLIENT_EXTRA_LDFLAGS@
\
$(top_builddir)
/libmysql_r/libmysqlclient_r.la
\
$(top_builddir)
/libmysql_r/libmysqlclient_r.la
\
@openssl_libs@ @yassl_libs@ @ZLIB_LIBS@
@openssl_libs@ @yassl_libs@ @ZLIB_LIBS@
bin_PROGRAMS
=
mysqltestmanager
bin_PROGRAMS
=
mysqltestmanager
mysqltestmanager_SOURCES
=
mysqlmanager.c
$(yassl_dummy_link_fix)
mysqltestmanager_SOURCES
=
mysqlmanager.c
mysqltestmanager_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
mysqltestmanager_DEPENDENCIES
=
$(LIBRARIES)
$(pkglib_LTLIBRARIES)
DEF
=
-DUNDEF_THREADS_HACK
DEF
=
-DUNDEF_THREADS_HACK
...
...
vio/Makefile.am
View file @
b727e09c
...
@@ -14,30 +14,16 @@
...
@@ -14,30 +14,16 @@
# along with this program; if not, write to the Free Software
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
if
HAVE_YASSL
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
\
yassl_dummy_link_fix
=
$(top_srcdir)
/extra/yassl/src/dummy.cpp
else
yassl_dummy_link_fix
=
endif
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
\
$(openssl_includes)
$(openssl_includes)
LDADD
=
@CLIENT_EXTRA_LDFLAGS@
$(openssl_libs)
$(yassl_libs)
LDADD
=
@CLIENT_EXTRA_LDFLAGS@
$(openssl_libs)
$(yassl_libs)
pkglib_LIBRARIES
=
libvio.a
pkglib_LIBRARIES
=
libvio.a
noinst_PROGRAMS
=
test-ssl test-sslserver test-sslclient
noinst_HEADERS
=
vio_priv.h
noinst_HEADERS
=
vio_priv.h
test_ssl_SOURCES
=
test-ssl.c
$(yassl_dummy_link_fix)
test_ssl_LDADD
=
@CLIENT_EXTRA_LDFLAGS@ ../dbug/libdbug.a libvio.a
\
libvio_a_SOURCES
=
vio.c viosocket.c viossl.c viosslfactories.c
../mysys/libmysys.a ../strings/libmystrings.a
\
$(openssl_libs)
$(yassl_libs)
test_sslserver_SOURCES
=
test-sslserver.c
$(yassl_dummy_link_fix)
test_sslserver_LDADD
=
@CLIENT_EXTRA_LDFLAGS@ ../dbug/libdbug.a libvio.a
\
../mysys/libmysys.a ../strings/libmystrings.a
\
$(openssl_libs)
$(yassl_libs)
test_sslclient_SOURCES
=
test-sslclient.c
$(yassl_dummy_link_fix)
test_sslclient_LDADD
=
@CLIENT_EXTRA_LDFLAGS@ ../dbug/libdbug.a libvio.a
\
../mysys/libmysys.a ../strings/libmystrings.a
\
$(openssl_libs)
$(yassl_libs)
libvio_a_SOURCES
=
vio.c viosocket.c viossl.c viosslfactories.c
EXTRA_DIST
=
CMakeLists.txt
EXTRA_DIST
=
CMakeLists.txt
# Don't update the files from bitkeeper
# Don't update the files from bitkeeper
%
::
SCCS/s.%
%
::
SCCS/s.%
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