- 05 Jun, 2007 1 commit
-
-
tsmith@quadxeon.mysql.com authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun05/50
-
- 04 Jun, 2007 3 commits
-
-
iggy@amd64.(none) authored
into amd64.(none):/src/bug24400/my50-bug24400
-
iggy@amd64.(none) authored
into amd64.(none):/src/bug24400/my50-bug24400
-
ramil/ram@ramil.myoffice.izhnet.ru authored
into mysql.com:/home/ram/work/b28652/b28652.5.0
-
- 03 Jun, 2007 1 commit
-
-
iggy@amd64.(none) authored
into amd64.(none):/src/bug24732/my50-bug24732
-
- 02 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
-
- 01 Jun, 2007 16 commits
-
-
iggy@amd64.(none) authored
- Cleanup typo. - Make sure to only embedded four part numberic version.
-
msvensson@pilot.(none) authored
-
Problem: we may create a deadlock committing changes in the mysql_alter_table() when LOCK_open is set. Moreover, "in some variants of the ALTER TABLE commit happens earlier, outside of LOCK_open, in other later - inside. It's no good, a storage engine code that is called in between could expect a consistency - either there is a transaction or there is not". Fix: move the commit to happen earlier and outside of the LOCK_open.
-
kostja@bodhi.(none) authored
-
kostja@bodhi.(none) authored
-
kostja@bodhi.(none) authored
-
kostja@bodhi.(none) authored
-
msvensson@pilot.(none) authored
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
-
msvensson@pilot.(none) authored
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
-
msvensson@pilot.(none) authored
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
-
msvensson@pilot.(none) authored
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint
-
msvensson@pilot.(none) authored
into pilot.(none):/data/msvensson/mysql/mysql-4.1-maint
-
msvensson@pilot.(none) authored
-
msvensson@pilot.(none) authored
-
msvensson@pilot.(none) authored
into pilot.(none):/data/msvensson/mysql/bug28497/my50-bug28497
-
msvensson@pilot.(none) authored
- Add funtion "query_get_value to allow reading a fields value into a $variable
-
- 31 May, 2007 5 commits
-
-
msvensson@pilot.(none) authored
- Update tests to be independent how the mysqld was started
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
-
kaa@polly.local authored
Problem: HASH indexes on VARCHAR columns with binary collations did not ignore trailing spaces from strings before comparisons. This could result in duplicate records being successfully inserted into a MEMORY table with unique key constraints. As a direct consequence of the above, internal MEMORY tables used for GROUP BY calculation in testcases for bug #27643 contained duplicate rows which resulted in duplicate key errors when converting those temporary tables to MyISAM. Additionally, that error was incorrectly converted to the 'table is full' error. Solution: - ignore trailing spaces in VARCHAR fields with binary collations when calculating hashes. - return a proper error from create_myisam_from_heap() when conversion fails.
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
-
lars/lthalmann@dl145h.mysql.com authored
into mysql.com:/nfsdisk1/lars/bk/mysql-5.0-rpl
-
- 30 May, 2007 8 commits
-
-
tsmith@quadxeon.mysql.com authored
Fix harmless typo (caught thanks to warning)
-
tsmith@quadxeon.mysql.com authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
-
tsmith@quadxeon.mysql.com authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/41
-
dkatz@damien-katzs-computer.local authored
into damien-katzs-computer.local:/Users/dkatz/50_dump
-
refining the test because of Bug #28786 'reset master' does not reset binlogging on embeded server
-
kaa@polly.local authored
Got rid of log_01[], because we don't really need it. Division and log_10[] can always be used instead, which is also a more precise way. This is for bug #28121.
-
test comments correction
-
anozdrin/alik@ibm. authored
-
- 29 May, 2007 5 commits
-
-
combining the final result variable in such way that either option of the test execution will yield zero.
-
tests refining, see binlog_killed.test file for details
-
refining the test.
-
result file updated
-
Refining the tests since pb revealed the older version's fragality - the error from SF() due to killed may be different on different env:s. DBUG_ASSERT instead of assert.
-