diff options
author | unknown <msvensson@neptunus.(none)> | 2006-03-01 21:10:30 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-03-01 21:10:30 +0100 |
commit | da7087ddb36900c938e84b30fe0e0633626243c8 (patch) | |
tree | ba9478d3b7068a65bd98ae86e44025bae64d717d | |
parent | 19fea97f9330f9c413a33046eef5f92e178a5f07 (diff) | |
download | mariadb-git-da7087ddb36900c938e84b30fe0e0633626243c8.tar.gz |
Bug#17368 General log and slow query log don't work
- Add "storage/csv" to directories to be copied
scripts/make_win_src_distribution.sh:
Add "storage/csv" to directories to be copied(removed duplicated storage/example)
-rw-r--r-- | scripts/make_win_src_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index 893ae6c188a..22c0ea7c839 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -249,7 +249,7 @@ copy_dir_dirs() { # Input directories to be copied # -for i in client dbug extra storage/heap include storage/archive storage/example \ +for i in client dbug extra storage/heap include storage/archive storage/csv \ include/mysql libmysql libmysqld storage/myisam storage/example \ storage/myisammrg mysys regex sql strings sql-common sql/examples \ tools vio zlib |