1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-06 13:10:12 +03:00
Files
mariadb/mysql-test/mysql-test-run-shell.sh
unknown 3991c0509f Merge shakedown.(none):/home/jpipes/dev/bug21970/my50-bug21970
into  shakedown.(none):/home/jpipes/dev/bug21970/my51-bug21970


mysql-test/mysql-test-run-shell.sh:
  Fix for Bug#21970
  
  Usage of "MASTER_MYPORT+1" caused a string "9306+1" to be evaluated instead of the correct "9307".  Thie fix was adding a space around the plus sign.
  
  Merged changes from 5.0 into 5.1; kept addition of --protocol=tcp in the 5.1 shell script entries and corrected the expression evaluation by adding a space between MASTER_MYPORT and "+1" to ensure that 9307 is output instead of the string "9306+1"
2006-12-14 19:13:07 -05:00

67 KiB