diff options
author | sasha@mysql.sashanet.com <> | 2001-10-09 20:56:24 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-10-09 20:56:24 -0600 |
commit | d7c47dcf86ad5fac58e33be29b5ecc2a1d06151c (patch) | |
tree | 58cc6265f722205aaca76380e2eb9137edfa1c05 /sql/Makefile.am | |
parent | 7b06c3c3116417b51458d347242ea12ea91e29ad (diff) | |
download | mariadb-git-d7c47dcf86ad5fac58e33be29b5ecc2a1d06151c.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
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 2 |
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) |