diff options
author | monty@narttu.mysql.fi <> | 2000-11-17 02:36:46 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2000-11-17 02:36:46 +0200 |
commit | 22415489f2bef07e1617cb93a5c3f3a8c332ce25 (patch) | |
tree | 09e51a2c4d96c3afa0d966f7469e46432fc6dc58 /scripts | |
parent | ca2cca8dce9fa5029f5a96d6b266e0fbdc4bc5f8 (diff) | |
download | mariadb-git-22415489f2bef07e1617cb93a5c3f3a8c332ce25.tar.gz |
Fixes for bugs in the usage of IO_CACHE
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index b3ac40d9959..ec1b33fb42b 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -26,7 +26,8 @@ bin_SCRIPTS = @server_scripts@ \ mysqlbug \ mysql_convert_table_format \ mysql_find_rows \ - mysqlhotcopy + mysqlhotcopy \ + mysqldumpslow EXTRA_SCRIPTS = make_binary_distribution.sh \ msql2mysql.sh \ @@ -40,6 +41,7 @@ EXTRA_SCRIPTS = make_binary_distribution.sh \ mysql_convert_table_format.sh \ mysql_find_rows.sh \ mysqlhotcopy.sh \ + mysqldumpslow.sh \ safe_mysqld.sh EXTRA_DIST = $(EXTRA_SCRIPTS) \ @@ -60,7 +62,8 @@ CLEANFILES = @server_scripts@ \ mysqlaccess \ mysql_convert_table_format \ mysql_find_rows \ - mysqlhotcopy + mysqlhotcopy \ + mysqldumpslow SUPERCLEANFILES = mysqlbug |