diff options
author | unknown <jan@hundin.mysql.fi> | 2005-07-19 10:03:19 +0300 |
---|---|---|
committer | unknown <jan@hundin.mysql.fi> | 2005-07-19 10:03:19 +0300 |
commit | 6c08c1176f3c5ae43fd8f178922c477a7edf7c9a (patch) | |
tree | 635574fcaef56d82b6d5c631f0be379b490731a3 /extra/Makefile.am | |
parent | f97fefa866b9f51acbe752f0737ba89a5644c729 (diff) | |
download | mariadb-git-6c08c1176f3c5ae43fd8f178922c477a7edf7c9a.tar.gz |
Added InnoDB offline file checksum utility.
extra/Makefile.am:
Added innochecksum utility.
BitKeeper/etc/ignore:
Added extra/innochecksum to the ignore list
Diffstat (limited to 'extra/Makefile.am')
-rw-r--r-- | extra/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am index cb06e7495f9..457fddce673 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -38,7 +38,7 @@ $(top_builddir)/include/mysqld_ername.h: $(top_builddir)/include/mysqld_error.h $(top_builddir)/include/sql_state.h: $(top_builddir)/include/mysqld_error.h bin_PROGRAMS = replace comp_err perror resolveip my_print_defaults \ - resolve_stack_dump mysql_waitpid + resolve_stack_dump mysql_waitpid innochecksum noinst_PROGRAMS = charset2html # Don't update the files from bitkeeper |