mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Add missing .cnf files to windows installation (Bug #4216)
scripts/make_win_binary_distribution.sh: Add missing .cnf files (Bug #4216) scripts/make_win_src_distribution.sh: Add missing .cnf files (Bug #4216) Align code with MySQL 4.1
This commit is contained in:
@ -110,6 +110,9 @@ print_debug "Copying sql-bench to $DIRNAME/bench"
|
||||
mkdir $DIRNAME/bench
|
||||
cp -fr sql-bench/* $DIRNAME/bench
|
||||
|
||||
print_debug "Copying support-files to $DIRNAME"
|
||||
cp support-files/* $DIRNAME
|
||||
|
||||
# Files for bin
|
||||
for i in client_release/* client_debug/mysqld.exe lib_release/libmySQL.dll
|
||||
do
|
||||
@ -124,7 +127,7 @@ do
|
||||
cp $i $DIRNAME/include
|
||||
done
|
||||
|
||||
# Windows users are used to having dbug.h
|
||||
# Windows users are used to having dbug.h ?
|
||||
cp include/my_dbug.h $DIRNAME/include/dbug.h
|
||||
|
||||
# Libraries found in lib_release and lib_debug
|
||||
|
Reference in New Issue
Block a user