Commit ff343a41 authored by unknown's avatar unknown

mysql-test-run.pl:

  Added --ndbcluster_port for backward compatibility
make_win_src_distribution.sh:
  Updated to reflect 5.1 changes


scripts/make_win_src_distribution.sh:
  Updated to reflect 5.1 changes
mysql-test/mysql-test-run.pl:
  Added --ndbcluster_port for backward compatibility
parent 1572a0bf
...@@ -608,7 +608,7 @@ sub command_line_setup () { ...@@ -608,7 +608,7 @@ sub command_line_setup () {
# Specify ports # Specify ports
'master_port=i' => \$opt_master_myport, 'master_port=i' => \$opt_master_myport,
'slave_port=i' => \$opt_slave_myport, 'slave_port=i' => \$opt_slave_myport,
'ndbcluster-port=i' => \$opt_ndbcluster_port, 'ndbcluster-port|ndbcluster_port=i' => \$opt_ndbcluster_port,
'ndbcluster-port-slave=i' => \$opt_ndbcluster_port_slave, 'ndbcluster-port-slave=i' => \$opt_ndbcluster_port_slave,
'manager-port=i' => \$opt_manager_port, # Currently not used 'manager-port=i' => \$opt_manager_port, # Currently not used
'im-port=i' => \$im_port, # Instance Manager port. 'im-port=i' => \$im_port, # Instance Manager port.
......
...@@ -184,7 +184,7 @@ rm -r -f "$BASE/share/Makefile" ...@@ -184,7 +184,7 @@ rm -r -f "$BASE/share/Makefile"
rm -r -f "$BASE/share/Makefile.in" rm -r -f "$BASE/share/Makefile.in"
rm -r -f "$BASE/share/Makefile.am" rm -r -f "$BASE/share/Makefile.am"
mkdir $BASE/Docs $BASE/extra $BASE/include $BASE/storage mkdir $BASE/Docs $BASE/extra $BASE/include
# #
# Copy directory files # Copy directory files
...@@ -251,7 +251,7 @@ copy_dir_dirs() { ...@@ -251,7 +251,7 @@ copy_dir_dirs() {
for i in client dbug extra storage/heap include storage/archive storage/csv \ for i in client dbug extra storage/heap include storage/archive storage/csv \
include/mysql libmysql libmysqld storage/myisam storage/example \ include/mysql libmysql libmysqld storage/myisam storage/example \
storage/myisammrg mysys regex sql strings sql-common sql/examples \ storage/myisammrg mysys regex sql strings sql-common \
tools vio zlib tools vio zlib
do do
copy_dir_files $i copy_dir_files $i
...@@ -260,7 +260,7 @@ done ...@@ -260,7 +260,7 @@ done
# #
# Create project files for ndb # Create project files for ndb
# #
make -C $SOURCE/storage/ndb windoze #make -C $SOURCE/storage/ndb windoze
# #
# Input directories to be copied recursively # Input directories to be copied recursively
...@@ -298,8 +298,6 @@ do ...@@ -298,8 +298,6 @@ do
fi fi
done done
cp extra/sql_state.h extra/mysqld_error.h $BASE/include
# #
# support files # support files
# #
...@@ -350,8 +348,6 @@ find $BASE \( -name "*.cnf" -o -name "*.ini" \ ...@@ -350,8 +348,6 @@ find $BASE \( -name "*.cnf" -o -name "*.ini" \
do do
unix_to_dos $v unix_to_dos $v
done done
# File extension '.txt' matches too many other files, error messages etc.
unix_to_dos $BASE/Docs/*.txt
mv $BASE/README $BASE/README.txt mv $BASE/README $BASE/README.txt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment