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
e74320d6
Commit
e74320d6
authored
May 13, 2004
by
hf@deer.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into deer.(none):/home/hf/work/mysql-4.1.ps
parents
47b7c561
a4bbf5d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
.bzrignore
.bzrignore
+1
-0
libmysqld/examples/Makefile.am
libmysqld/examples/Makefile.am
+9
-1
No files found.
.bzrignore
View file @
e74320d6
...
...
@@ -779,3 +779,4 @@ ndb/config/config.mk
ndb/src/common/mgmcommon/printConfig/*.d
ndb/src/mgmclient/test_cpcd/*.d
*.d
libmysqld/examples/client_test.c
libmysqld/examples/Makefile.am
View file @
e74320d6
noinst_PROGRAMS
=
mysqltest mysql
noinst_PROGRAMS
=
mysqltest mysql
client_test
client_sources
=
$(mysqltest_SOURCES)
$(mysql_SOURCES)
tests_sources
=
$(client_test_SOURCES)
link_sources
:
for
f
in
$(client_sources)
;
do
\
rm
-f
$(srcdir)
/
$$
f
;
\
@LN_CP_F@
$(srcdir)
/../../client/
$$
f
$(srcdir)
/
$$
f
;
\
done
;
for
f
in
$(tests_sources)
;
do
\
rm
-f
$(srcdir)
/
$$
f
;
\
@LN_CP_F@
$(srcdir)
/../../tests/
$$
f
$(srcdir)
/
$$
f
;
\
done
;
DEFS
=
-DEMBEDDED_LIBRARY
INCLUDES
=
@MT_INCLUDES@
-I
$(top_srcdir)
/include
-I
$(srcdir)
\
...
...
@@ -21,8 +26,11 @@ mysql_SOURCES = mysql.cc readline.cc completion_hash.cc \
my_readline.h sql_string.h completion_hash.h
mysql_LDADD
=
@readline_link@ @TERMCAP_LIB@
$(LDADD)
client_test_SOURCES
=
client_test.c
clean
:
rm
-f
$(client_sources)
rm
-f
$(tests_sources)
# Don't update the files from bitkeeper
%
::
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