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
b0b7ab6a
Commit
b0b7ab6a
authored
Apr 10, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge pilot.blaudden:/home/msvensson/mysql/bug25337/my51-bug25337
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
parents
e55d50e4
3246ffde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
sql/Makefile.am
sql/Makefile.am
+7
-14
No files found.
sql/Makefile.am
View file @
b0b7ab6a
...
@@ -27,7 +27,6 @@ SUBDIRS = share
...
@@ -27,7 +27,6 @@ SUBDIRS = share
libexec_PROGRAMS
=
mysqld
libexec_PROGRAMS
=
mysqld
EXTRA_PROGRAMS
=
gen_lex_hash
EXTRA_PROGRAMS
=
gen_lex_hash
bin_PROGRAMS
=
mysql_tzinfo_to_sql
bin_PROGRAMS
=
mysql_tzinfo_to_sql
gen_lex_hash_LDFLAGS
=
@NOINST_LDFLAGS@
SUPPORTING_LIBS
=
$(top_builddir)
/vio/libvio.a
\
SUPPORTING_LIBS
=
$(top_builddir)
/vio/libvio.a
\
$(top_builddir)
/mysys/libmysys.a
\
$(top_builddir)
/mysys/libmysys.a
\
$(top_builddir)
/dbug/libdbug.a
\
$(top_builddir)
/dbug/libdbug.a
\
...
@@ -69,6 +68,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
...
@@ -69,6 +68,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
event_data_objects.h event_scheduler.h
\
event_data_objects.h event_scheduler.h
\
sql_partition.h partition_info.h partition_element.h
\
sql_partition.h partition_info.h partition_element.h
\
contributors.h sql_servers.h
contributors.h sql_servers.h
mysqld_SOURCES
=
sql_lex.cc sql_handler.cc sql_partition.cc
\
mysqld_SOURCES
=
sql_lex.cc sql_handler.cc sql_partition.cc
\
item.cc item_sum.cc item_buff.cc item_func.cc
\
item.cc item_sum.cc item_buff.cc item_func.cc
\
item_cmpfunc.cc item_strfunc.cc item_timefunc.cc
\
item_cmpfunc.cc item_strfunc.cc item_timefunc.cc
\
...
@@ -110,11 +110,11 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc sql_partition.cc \
...
@@ -110,11 +110,11 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc sql_partition.cc \
sql_builtin.cc sql_tablespace.cc partition_info.cc
\
sql_builtin.cc sql_tablespace.cc partition_info.cc
\
sql_servers.cc
sql_servers.cc
gen_lex_hash_SOURCES
=
gen_lex_hash.cc
gen_lex_hash_SOURCES
=
gen_lex_hash.cc
gen_lex_hash_LDADD
=
$(LDADD)
$(CXXLDFLAGS)
gen_lex_hash_LDFLAGS
=
@NOINST_LDFLAGS@
mysql_tzinfo_to_sql_SOURCES
=
mysql_tzinfo_to_sql.cc
mysql_tzinfo_to_sql_LDADD
=
@MYSQLD_EXTRA_LDFLAGS@
$(LDADD)
$(CXXLDFLAGS)
mysql_tzinfo_to_sql_SOURCES
=
tztime.cc
mysql_tzinfo_to_sql_CXXFLAGS
=
-DTZINFO2SQL
DEFS
=
-DMYSQL_SERVER
\
DEFS
=
-DMYSQL_SERVER
\
-DDEFAULT_MYSQL_HOME
=
"
\"
$(MYSQLBASEdir)
\"
"
\
-DDEFAULT_MYSQL_HOME
=
"
\"
$(MYSQLBASEdir)
\"
"
\
...
@@ -133,11 +133,7 @@ DISTCLEANFILES = $(EXTRA_PROGRAMS)
...
@@ -133,11 +133,7 @@ DISTCLEANFILES = $(EXTRA_PROGRAMS)
MAINTAINERCLEANFILES
=
$(BUILT_MAINT_SRC)
MAINTAINERCLEANFILES
=
$(BUILT_MAINT_SRC)
AM_YFLAGS
=
-d
--verbose
AM_YFLAGS
=
-d
--verbose
mysql_tzinfo_to_sql.cc
:
link_sources
:
rm
-f
mysql_tzinfo_to_sql.cc
@
LN_CP_F@
$(srcdir)
/tztime.cc mysql_tzinfo_to_sql.cc
link_sources
:
mysql_tzinfo_to_sql.cc
rm
-f
mini_client_errors.c
rm
-f
mini_client_errors.c
@
LN_CP_F@
$(top_srcdir)
/libmysql/errmsg.c mini_client_errors.c
@
LN_CP_F@
$(top_srcdir)
/libmysql/errmsg.c mini_client_errors.c
rm
-f
pack.c
rm
-f
pack.c
...
@@ -149,9 +145,6 @@ link_sources: mysql_tzinfo_to_sql.cc
...
@@ -149,9 +145,6 @@ link_sources: mysql_tzinfo_to_sql.cc
rm
-f
my_user.c
rm
-f
my_user.c
@
LN_CP_F@
$(top_srcdir)
/sql-common/my_user.c my_user.c
@
LN_CP_F@
$(top_srcdir)
/sql-common/my_user.c my_user.c
mysql_tzinfo_to_sql.o
:
$(mysql_tzinfo_to_sql_SOURCES)
$(CXXCOMPILE)
-c
$(INCLUDES)
-DTZINFO2SQL
$<
# This generates lex_hash.h
# This generates lex_hash.h
# NOTE Built sources should depend on their sources not the tool
# NOTE Built sources should depend on their sources not the tool
# this avoid the rebuild of the built files in a source dist
# this avoid the rebuild of the built files in a source dist
...
...
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