diff options
author | unknown <lenz@mysql.com> | 2004-02-03 22:25:02 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-02-03 22:25:02 +0100 |
commit | 595e46704f57e515e329aae5c4d3860c1160170b (patch) | |
tree | 4d5e699655a0f5aaa18c632876846c824a1a5d32 /.bzrignore | |
parent | ec76183bec12a932e6cce00a7f730d4e9e8cfd03 (diff) | |
download | mariadb-git-595e46704f57e515e329aae5c4d3860c1160170b.tar.gz |
- renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the
binary distribution and Server RPM
myisam/myisam_ftdump.c:
Rename: myisam/ft_dump.c -> myisam/myisam_ftdump.c
BitKeeper/etc/ignore:
Added myisam/myisam_ftdump to the ignore list
myisam/Makefile.am:
- renamed ft_dump to myisam_ftdump and added it to bin_PROGRAMS
scripts/make_binary_distribution.sh:
- added myisam_ftdump to the binary distribution
support-files/mysql.spec.sh:
- added myisam_ftdump to the Server package
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 572f877a49f..356418e3617 100644 --- a/.bzrignore +++ b/.bzrignore @@ -542,3 +542,4 @@ hardcopy.0 scripts/make_sharedlib_distribution sql/udf_example.so man/*.1 +myisam/myisam_ftdump |