diff options
author | unknown <msvensson@neptunus.(none)> | 2006-07-24 14:31:37 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-07-24 14:31:37 +0200 |
commit | 568b49fb7dad0a08a4d57925fd5083f184169cdf (patch) | |
tree | 3977ab994727fabaf98308de080986d184968623 /scripts | |
parent | c988ef942fed9688fd2bd126af1e6946bbdd531d (diff) | |
download | mariadb-git-568b49fb7dad0a08a4d57925fd5083f184169cdf.tar.gz |
Bug#21125 mysqldump: Problem with non-standard table names
- The mysql-test/std_data/bug15328.cnf file was not copied to install or dist dir.
mysql-test/Makefile.am:
Add std_data/*.cnf files to dist_hook and install-data-local
scripts/make_win_src_distribution.sh:
Copy *.cnf files as well.
Diffstat (limited to 'scripts')
-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 4e5cc2ada46..742f6b9e994 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -206,7 +206,7 @@ copy_dir_files() for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.yy \ README INSTALL* LICENSE AUTHORS NEWS ChangeLog \ *.inc *.test *.result *.pem Moscow_leap des_key_file \ - *.vcproj *.sln *.dat *.000001 *.require *.opt + *.vcproj *.sln *.dat *.000001 *.require *.opt *.cnf do if [ -f $i ] then |