diff options
author | joreland@mysql.com <> | 2005-05-26 14:03:26 +0200 |
---|---|---|
committer | joreland@mysql.com <> | 2005-05-26 14:03:26 +0200 |
commit | 7a471f7f6984605cff175fbd89ee409b1ce6346b (patch) | |
tree | f4908321f2e79d4953e4f5e5887a7f8f359f41e3 /ndb/tools/Makefile.am | |
parent | cdac1d9c07795675bbee730624df5d68c5544e39 (diff) | |
download | mariadb-git-7a471f7f6984605cff175fbd89ee409b1ce6346b.tar.gz |
bug#10190 - ndb
ndb_restore invalid handling of distribution keys when restoring meta data
(also aligned printout with that of ndb_desc)
Diffstat (limited to 'ndb/tools/Makefile.am')
-rw-r--r-- | ndb/tools/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/tools/Makefile.am b/ndb/tools/Makefile.am index c350fb0a141..1008b166dfc 100644 --- a/ndb/tools/Makefile.am +++ b/ndb/tools/Makefile.am @@ -30,7 +30,8 @@ ndb_restore_SOURCES = restore/restore_main.cpp \ restore/consumer.cpp \ restore/consumer_restore.cpp \ restore/consumer_printer.cpp \ - restore/Restore.cpp + restore/Restore.cpp \ + ../test/src/NDBT_ResultRow.cpp $(tools_common_sources) include $(top_srcdir)/ndb/config/common.mk.am include $(top_srcdir)/ndb/config/type_ndbapitools.mk.am |