summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-10-09 20:56:24 -0600
committerunknown <sasha@mysql.sashanet.com>2001-10-09 20:56:24 -0600
commit83c04cfdda3c7003ec2a15bd6a4d84a187c6d3fd (patch)
tree58cc6265f722205aaca76380e2eb9137edfa1c05 /sql/Makefile.am
parent8b209415ffbbcb1dfad4bbeb9893ac8a2d6f6d5c (diff)
downloadmariadb-git-83c04cfdda3c7003ec2a15bd6a4d84a187c6d3fd.tar.gz
Added rpl_status. This is a midway commit to be able to pull so I can save
myself a run of compile-pentium-debug. I have not even tried to compile the new code sql/Makefile.am: added repl_failsafe.* sql/mysqld.cc: added Rpl_status sql/sql_show.cc: added rpl_status sql/structs.h: rpl_status
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index a11b1d0c252..1510869e07f 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -82,7 +82,7 @@ mysqld_SOURCES = sql_lex.cc sql_handler.cc \
sql_udf.cc sql_analyse.cc sql_analyse.h sql_cache.cc \
slave.cc sql_repl.cc sql_union.cc \
mini_client.cc mini_client_errors.c \
- stacktrace.c
+ stacktrace.c repl_failsafe.h repl_failsafe.cc
gen_lex_hash_SOURCES = gen_lex_hash.cc
gen_lex_hash_LDADD = $(LDADD) $(CXXLDFLAGS)