- 13 Oct, 2006 3 commits
-
-
msvensson@shellback.(none) authored
Now also detects "source nnnn;" command, previous version only detected "--source"
-
msvensson@shellback.(none) authored
Improve function that finds the reason why test was skipped, the old version only looked at the ast line, but there might be some additional debug info there so it's better to scan the whole file. There should be only one line that says "reason: <reason>"
-
msvensson@shellback.(none) authored
-
- 12 Oct, 2006 11 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
This will hopefully avoiid annoying crashes when running with --debug Fix warnings from the above in mysqltest.c
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
Fix warning about value from "*ptr++" not being used. Changed it to ptr++
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/m41-maint--07OGk
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
MOve DBUG_ASSERT(result_file_name) to after DBUG_ENTER Change type of "reconnect" variable from int to my_bool, reconnect didn't work on Solaris without that
-
msvensson@shellback.(none) authored
Add DBUG_PRINT to show the value of mysql->reconnect
-
- 11 Oct, 2006 13 commits
-
-
msvensson@shellback.(none) authored
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/m41-maint--07OGk
-
msvensson@shellback.(none) authored
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/m41-maint--07OGk
-
msvensson@shellback.(none) authored
'run_testcase_need_master/slave_restart' Remove the faulty qw Only look for mysql_fix_privilege_tables if not windows
-
andrey@example.com authored
into example.com:/work/bug23074/my41-bug23074
-
Kristofer.Pettersson@naruto. authored
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/m41-maint--07OGk
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/m41-maint--07OGk
-
msvensson@shellback.(none) authored
-
andrey@example.com authored
set. This has always worked because when flag is !=0 then HA_VAR_LENGTH_KEY is always set. Therefore, a test case cannot reveal a faulty behavior. Fix for bug#23074: typo in myisam/sort.c
-
kaa@polly.local authored
The bug is present only in 4.1, will be null-merged to 5.0 For InnoDB, check value of thd->transaction.all.innodb_active_trans instead of thd->transaction.stmt.innobase_tid to see if we really need to rollback.
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/mysql-4.1-maint
-
- 09 Oct, 2006 2 commits
-
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug17583/my41-bug17583
-
cmiller@zippy.cornsilk.net authored
When the client program had its stdout file descriptor closed by the calling shell, after some amount of work (enough to fill a socket buffer) the server would complain about a packet error and then disconnect the client. This is a serious security problem. If stdout is closed before the mysql is exec()d, then the first socket() call allocates file number 1 to communicate with the server. Subsequent write()s to that file number (as when printing results that come back from the database) go back to the server instead in the command channel. So, one should be able to craft data which, upon being selected back from the server to the client, and injected into the command stream become valid MySQL protocol to do something nasty when sent /back/ to the server. The solution is to close explicitly the file descriptor that we *printf() to, so that the libc layer and the OS layer both agree that the file is closed.
-
- 08 Oct, 2006 6 commits
-
-
msvensson@shellback.(none) authored
to run the whole testcase to find wich testcases need to be checked more carefully and the just "copy and paste" the suspicious test case names to a new mysql-test-run.pl command.
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
vsnprintf is not available on win2003-x86 host, as this is just a debug functionality - disable it for now.
-
msvensson@shellback.(none) authored
When looking for client binary directories it necessary to look for the one s that are "deep down" first.
-
msvensson@shellback.(none) authored
Make the mysqld_variables hash global so it can be used throughout the program
-
- 07 Oct, 2006 5 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
strcmp -> strncmp
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Improve sort algorithm for reorder, all test with smae name except for ending digit should be run after each other. Example of that is ndb_autodiscover[1-3]
-
msvensson@neptunus.(none) authored
Two implementations of "get_err_code_from_name", one use if mysqld_ername.h is available and oe if it's not Declare "to_ptr" first in block
-