- 31 Oct, 2006 1 commit
-
-
into mysql.com:/usr/home/ram/work/bug23412/my41-bug23412
-
- 30 Oct, 2006 2 commits
-
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@shellback.(none) authored
- Wait in loop with small sleep until tables has been renamed
-
- 27 Oct, 2006 1 commit
-
-
Backport of the fix for bug #8143: A date with value 0 is treated as a NULL value
-
- 25 Oct, 2006 4 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Update the binlog format parse routine to only be avaliable in 5.1 and allow for any binlog_format to be specified
-
msvensson@neptunus.(none) authored
Fix two memory leaks in mysql_client_test
-
msvensson@neptunus.(none) authored
Add comments Deperlify
-
- 24 Oct, 2006 8 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
BUG#23427 incompatible ABI change in 5.0.26? - Use the icheck tool if avaliable and compare the current mysql.h to a version controlled reference file
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Flush both stdout and stderr before abort'ing mysql_client_test
-
msvensson@neptunus.(none) authored
with error 1 and we are running with --force The specific "analyze" code is enclosed in a .test file fwich can easily be modified to be more advanced
-
msvensson@neptunus.(none) authored
-
- 23 Oct, 2006 9 commits
-
-
msvensson@neptunus.(none) authored
This fixes problem where --replace_result failed in rpl000015 because the MYSQL_TCP_PORT variable was "3306\r"
-
msvensson@neptunus.(none) authored
The vardir trick can only bge used on platforms with native symlinks - otherwise opt_vardir need to be set to default value.
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
As both ndb and im are components that may be disabled as well as the binaries may not exist. Look for their binaries in a separate function and produce test casea failures for the test thet needs these components
-
msvensson@neptunus.(none) authored
-
into mysql.com:/usr/home/ram/work/bug20732/my41-bug20732
-
into mysql.com:/usr/home/ram/work/bug20732/my41-bug20732
-
- 20 Oct, 2006 4 commits
-
-
msvensson@neptunus.(none) authored
This can not be done in run_testcase_start_servers as embedded never starts a server Add error if mysqld_start is called in embedded mode
-
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
-
kaa@polly.local authored
- compilation on the Alpha platform was broken because the Alpha-specific code was not updated after replacing the SIGRETURN_FRAME_COUNT constant with a variable
-
- 19 Oct, 2006 10 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
Add function mtr_exe_maybe_exists to look for binaries that is optional Skip ndb support if it's a binary dist where mysqld supports ndb but there is no ndbd
-
msvensson@neptunus.(none) authored
to a value wich is not our default
-
msvensson@neptunus.(none) authored
commands and go directly to result file processing
-
andrey@example.com authored
into example.com:/work/bug23379/my41-bug23379
-
andrey@example.com authored
The value taken to be shown in SHOW PROCESSLIST is not initialized when THD is created and will be random for unauthenticated connections. To the documentor: Random value, instead of NULL, was shown, in SHOW PROCESSLIST for still non-authenticated connections.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
-
andrey@example.com authored
into example.com:/work/bug23379/my41-bug23379
-
We miss some records sometimes using RANGE method if we have partial key segments. Example: Create table t1(a char(2), key(a(1))); insert into t1 values ('a'), ('xx'); select a from t1 where a > 'x'; We call index_read() passing 'x' key and HA_READ_AFTER_KEY flag in the handler::read_range_first() wich is wrong because we have a partial key segment for the field and might miss records like 'xx'. Fix: don't use open segments in such a case.
-
- 18 Oct, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-