summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run-shell.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge mysql.com:/home/tnurnberg/15327/50-15327tnurnberg@sin.intern.azundris.com2007-09-151-1/+10
|\ | | | | | | into mysql.com:/home/tnurnberg/15327/51-15327
| * Bug #15327: configure: --with-tcp-port option being partially ignoredtnurnberg@mysql.com/sin.intern.azundris.com2007-09-131-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | make sure that if builder configured with a non-standard (!= 3306) default TCP port that value actually gets used throughout. if they didn't configure a value, assume "use a sensible default", which will be read from /etc/services or, failing that, from the factory default. That makes the order of preference - command-line option - my.cnf, where applicable - $MYSQL_TCP_PORT environment variable - /etc/services (unless configured --with-tcp-port) - default port (--with-tcp-port=... or factory default)
* | Added casts to avoid compiler warnings and fixed a wrong type.jani@a88-113-38-195.elisa-laajakaista.fi2007-05-311-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- Added casts and fixed wrong type. --- Added casts and fixed wrong type. --- Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-marvel into a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-marvel --- Don't give warning that readonly variable is forced to be readonly mysql-test-run run now fails if we have [Warning] and [ERROR] as tags in .err file Fixed wrong reference to the mysql manual Fixed wrong prototype that caused some tests to fail on 64 bit platforms --- Disabled compiler warnings mainly for Win 64. --- Added casts to remove compiler warnings on windows Give warnings also for safe_mutex errors found by test system Added some warnings from different machines in pushbuild --- Merge bk-internal.mysql.com:/home/bk/mysql-5.1-marvel into mysql.com:/home/my/mysql-5.1 --- Added escapes for double quotes and parenthesis. --- Archive db fix plus added non-critical warnings in ignore list. --- Fixed previously added patch and added new ignored warning.
* | Merge shakedown.(none):/home/jpipes/dev/bug21970/my50-bug21970jpipes@shakedown.(none)2006-12-141-1/+1
|\ \ | | | | | | | | | into shakedown.(none):/home/jpipes/dev/bug21970/my51-bug21970
| * \ Fix for Bug#21970.jpipes@shakedown.(none)2006-12-141-1/+1
| |\ \ | | |/ | |/| | | | Added a space between $MASTER_MYPORT and "+ 1" to ensure that the script correctly output 9307 instead of the string "9306+1"
| | * Fix for Bug#21970. jpipes@shakedown.(none)2006-12-141-1/+1
| | | | | | | | | | | | | | | | | | The mysql-test-run-shell.sh script was improperly evaluating an expression for setting up multiple masters. This fix adds the `expr $MASTER_MYPORT + 1` construct to the offending line in order for the expression to evaluate properly and produce 9307 instead of the string "9306+1"
| | * Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2006-11-241-12/+33
| | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
| * | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-11-281-13/+11
| | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-releasemsvensson@neptunus.(none)2006-11-231-10/+28
| | | | | | | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * | Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintmsvensson@neptunus.(none)2006-11-131-97/+409
| |/ | | | | | | into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
| * Use mysql-test-run.plmsvensson@neptunus.(none)2006-11-131-0/+1909
|
* Merge mysql.com:/home/my/mysql-5.0monty@nosik.monty.fi2006-11-271-2/+2
| | | | into mysql.com:/home/my/mysql-5.1
* Merge mysql.com:/home/my/mysql-5.0monty@nosik.monty.fi2006-11-221-11/+9
| | | | into mysql.com:/home/my/mysql-5.1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@nosik.monty.fi2006-11-211-8/+8
|\ | | | | | | into mysql.com:/home/my/mysql-5.1
| * Added --debug-info to most clients to detect memory leaks in mysql-test-runmonty@mysql.com/nosik.monty.fi2006-11-211-8/+8
| | | | | | | | | | | | | | | | | | Moved .progress files into the log directory Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23 Fixed some compiler warnings Fixed small memory leak in libmysql Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
* | Merge trift2.:/MySQL/M50/push-5.0joerg@trift2.2006-11-101-10/+28
| | | | | | | | into trift2.:/MySQL/M51/push-5.1
* | Merge mysql.com:/Users/kent/mysql/bk/lic/my50-lickent@c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-11-101-2/+5
|/ | | | into mysql.com:/Users/kent/mysql/bk/lic/my51-lic
* Move mysql-test-run.sh to new name mysql-test-run-shell.shmsvensson@shellback.(none)2006-09-181-0/+2305
Symlink mysql-test-run to mysql-test-run.pl