- 15 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
Add verbose printouts making it possible to see what happens. Make it an error if trying to stop a non existing timer Print warning if fork fails.
-
- 14 Oct, 2006 5 commits
-
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
mysqltest.test on Solaris and Mac. write_file produced nice files with all zeroes.
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
- 13 Oct, 2006 9 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
into mysql.com:/usr/home/ram/work/bug23254/my41-bug23254
-
We don't set null_value to 0 in the Item_func_compress::val_str() for not-NULL results.
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
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 1 commit
-
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug17583/my41-bug17583
-