Commit 89eeff65 authored by unknown's avatar unknown

Merge mysql.com:/usr/home/ram/work/mysql-5.0-build

into mysql.com:/usr/home/ram/work/mysql-5.0

parents 41407d1a 93e8f182
...@@ -11,7 +11,7 @@ Variable_name Value ...@@ -11,7 +11,7 @@ Variable_name Value
slave_compressed_protocol OFF slave_compressed_protocol OFF
show variables like 'slave_load_tmpdir'; show variables like 'slave_load_tmpdir';
Variable_name Value Variable_name Value
slave_load_tmpdir MYSQL_TEST_DIR/var/tmp/ slave_load_tmpdir SLAVE_LOAD_TMPDIR
show variables like 'slave_skip_errors'; show variables like 'slave_skip_errors';
Variable_name Value Variable_name Value
slave_skip_errors 3,100,137,643,1752 slave_skip_errors 3,100,137,643,1752
...@@ -5,7 +5,7 @@ set global sql_slave_skip_counter=100; ...@@ -5,7 +5,7 @@ set global sql_slave_skip_counter=100;
# BUG #7800: Add various-slave related variables to SHOW VARIABLES # BUG #7800: Add various-slave related variables to SHOW VARIABLES
show variables like 'slave_compressed_protocol'; show variables like 'slave_compressed_protocol';
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR --replace_column 2 SLAVE_LOAD_TMPDIR
show variables like 'slave_load_tmpdir'; show variables like 'slave_load_tmpdir';
# We just set some arbitrary values in variables-master.opt so we can test # We just set some arbitrary values in variables-master.opt so we can test
# that a list of values works correctly # that a list of values works correctly
......
...@@ -315,8 +315,8 @@ system=`echo $system | sed -e 's/solaris2.\([0-9]*\)/solaris\1/g'` ...@@ -315,8 +315,8 @@ system=`echo $system | sed -e 's/solaris2.\([0-9]*\)/solaris\1/g'`
system=`echo $system | sed -e 's/sco3.2v\(.*\)/openserver\1/g'` system=`echo $system | sed -e 's/sco3.2v\(.*\)/openserver\1/g'`
# Use the override --machine if present # Use the override --machine if present
if [ $MACHINE != "" ] ; then if [ -n $MACHINE ] ; then
machine= $MACHINE machine=$MACHINE
fi fi
# Change the distribution to a long descriptive name # Change the distribution to a long descriptive name
......
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