- 28 Nov, 2006 11 commits
-
-
msvensson@neptunus.(none) authored
- Avoid use of mtr_run when executing "mysqld --verbose --help" to find version and supported features
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
in all cuurently known log files
-
msvensson@neptunus.(none) authored
After that it will by default use log tables. That setting can be overruled by adding a -master.opt file like mysql_client_test has.
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
if that is same as opt_mem it can be removed
-
msvensson@neptunus.(none) authored
with the function where vardir's are created
-
msvensson@neptunus.(none) authored
- Better control of when to create/remove vardir
-
msvensson@neptunus.(none) authored
And if var/ has been created, it will be recreated later so the logs from "mtr_kill_leftovers" will be lost anyway
-
msvensson@neptunus.(none) authored
-
- 24 Nov, 2006 1 commit
-
-
knielsen@ymer.(none) authored
traces in Valgrind (broken libc6-dbg). Installing libc6-dbg on Debian will still provide proper bactraces, even without setting LD_LIBRARY_PATH explicitly.
-
- 22 Nov, 2006 2 commits
-
-
into mysql.com:/usr/home/ram/work/bug21789/my41-bug21789
-
into mysql.com:/usr/home/ram/work/bug22029/my41-bug22029
-
- 20 Nov, 2006 2 commits
-
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@shellback.(none) authored
$MYSQLTEST_VARDIR, for usage of vardir=e:/var<nnn> on windows
-
- 17 Nov, 2006 6 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
Update usage description
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
- 16 Nov, 2006 5 commits
-
-
andrey@example.com authored
into example.com:/work/bug24219/my41
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
into mysql.com:/usr/home/ram/work/bug23653/my41-bug23653
-
andrey@example.com authored
There was an improper order of doing chained operations. To the documentor: ENABLE|DISABLE KEYS combined with RENAME TO, and no other ALTER TABLE clause, leads to server crash independent of the presence of indices and data in the table.
-
- 15 Nov, 2006 2 commits
-
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
-
cmiller@zippy.cornsilk.net authored
with embedded spaces Problem: Original code written assuming password contains no spaces. Further, because of how sh interprets characters in variables, you cannot do the "simple solution". Solution: Move the "was a password provided" check to the end. This allows us to correctly quote the password argument when passed to the mysql client program. Addendum: Put this check inside of a shell fn to simplify the code.
-
- 14 Nov, 2006 2 commits
-
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
-
- 13 Nov, 2006 4 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
use MTR_MEM environment variable
-
- 11 Nov, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
-
- 10 Nov, 2006 4 commits
-
-
cmiller@zippy.cornsilk.net authored
Support says that memlock doesn't work on OSes other than Solaris. Add a warning about --memlock to the crash monologue.
-
iggy@rolltop.ignatz42.dyndns.org authored
into rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-4.1-maint
-
iggy@rolltop.ignatz42.dyndns.org authored
Test Suite failing on Windows because the $opt_report_features variable was not defined before use.
-
msvensson@neptunus.(none) authored
Improve log message
-