diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-10-06 12:45:30 +0200 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-10-06 12:45:30 +0200 |
commit | af01997db319d6b110e5176047423bc06c0a5ddc (patch) | |
tree | 1dbd7bf825de1a8702f11cf4f4b842b1f7bf6a24 /libmysqld | |
parent | d04832d195aba5badc42310eaa69c628a4a183bd (diff) | |
download | mariadb-git-af01997db319d6b110e5176047423bc06c0a5ddc.tar.gz |
merge
storage/ndb/tools/ndb_size.pl:
Rename: ndb/tools/ndb_size.pl -> storage/ndb/tools/ndb_size.pl
storage/ndb/tools/ndb_size.tmpl:
Rename: ndb/tools/ndb_size.tmpl -> storage/ndb/tools/ndb_size.tmpl
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index 5bb97233f37..9b651d9bc02 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -63,6 +63,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ spatial.cc gstream.cc sql_help.cc tztime.cc sql_cursor.cc \ sp_head.cc sp_pcontext.cc sp.cc sp_cache.cc sp_rcontext.cc \ parse_file.cc sql_view.cc sql_trigger.cc my_decimal.cc \ + rpl_filter.cc \ ha_blackhole.cc ha_archive.cc sql_partition.cc ha_partition.cc libmysqld_int_a_SOURCES= $(libmysqld_sources) $(libmysqlsources) $(sqlsources) $(sqlexamplessources) |