- 15 Dec, 2006 1 commit
-
-
jpipes@shakedown.(none) authored
into shakedown.(none):/home/jpipes/dev/bug21970/my51-bug21970
-
- 14 Dec, 2006 8 commits
-
-
jpipes@shakedown.(none) authored
Added a space between $MASTER_MYPORT and "+ 1" to ensure that the script correctly output 9307 instead of the string "9306+1"
-
jpipes@shakedown.(none) authored
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"
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-5.1-maint
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/bug17489/my51-bug17498
-
thek@kpdesk.mysql.com authored
Merged 4.1->5.0. Updated myisam.test
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/bug17489/my50-bug17498
-
thek@kpdesk.mysql.com authored
- When this bug was corrected it changed the behavior for data/index directory in the myisam test case. - This patch moves the OS depending tests to a non-windows test file.
-
jpipes@shakedown.(none) authored
into shakedown.(none):/home/jpipes/dev/mysql-5.1-maint
-
- 13 Dec, 2006 1 commit
-
-
jpipes@shakedown.(none) authored
into shakedown.(none):/home/jpipes/dev/mysql-5.1-maint
-
- 11 Dec, 2006 10 commits
-
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/mysql-5.1-maint
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/mysql-5.1-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
Kristofer.Pettersson@naruto. authored
- Updated result file to fit test case automerge.
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
- Windows opens stdin in text mode by default. Certain characters such as CTRL-Z are interpeted as events and the read() method will stop. CTRL-Z is the EOF marker in Windows. to get past this you have to open stdin in binary mode. Setmode() is used to set stdin in binary mode. Errors on setting this mode result in halting the function and printing an error message to stderr.
-
- 10 Dec, 2006 2 commits
-
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/bug17489/my51-bug17489
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/bug17489/my50-bug17489
-
- 08 Dec, 2006 16 commits
-
-
tsmith/tim@siva.hindu.god authored
into siva.hindu.god:/usr/home/tim/m/bk/tmp/fix-Makefile-perl/51
-
tsmith/tim@siva.hindu.god authored
into siva.hindu.god:/usr/home/tim/m/bk/tmp/fix-Makefile-perl/50
-
tsmith/tim@siva.hindu.god authored
- test* targets are identical (as much as possible) to 5.0 & 5.1 versions - use @PERL@ ./mysql-test-run.pl, instead of depending on /usr/bin/perl location - PHONY: target includes all test targets
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Use "mysql_field_count" to determine if there is a need to call "mysql_store_result"
-
msvensson@neptunus.(none) authored
- Thanks to Vasil Dimov for the patch!
-
kaa@polly.local authored
into polly.local:/tmp/maint/bug24261/my51-bug24261
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
- 07 Dec, 2006 2 commits
-
-
cmiller@zippy.cornsilk.net authored
forwards-incompatible change.
-
Kristofer.Pettersson@naruto. authored
- Using DATA/INDEX DIRECTORY option on Windows put data/index file into default directory because the OS doesn't support readlink(). - The procedure for changing data/index file directory is different under Windows. - With this fix we report a warning if DATA/INDEX option is used, but OS doesn't support readlink().
-