- 17 Mar, 2006 1 commit
-
-
elliot@mysql.com authored
to binlog too much. When InnoDB has to rollback a transaction because the lock table has filled up, it also needs to inform the upper layer that the transaction was rolled back so that the cached transaction is not written to the binary log.
-
- 16 Mar, 2006 1 commit
-
-
knielsen@mysql.com authored
-
- 13 Mar, 2006 3 commits
-
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1
-
jonas@perch.ndb.mysql.com authored
ndb crash if trigger record get to big, fix incorrect max size of trigger record
-
- 10 Mar, 2006 3 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug14980
-
ingo@mysql.com authored
For "count(*) while index_column = value" an index read is done. It consists of an index scan and retrieval of each key. For efficiency reasons the index scan stores the key in the special buffer 'lastkey2' once only. At the first iteration it notes this fact with the flag HA_STATE_RNEXT_SAME in 'info->update'. For efficiency reasons, the key retrieval for blobs does not allocate a new buffer, but uses 'lastkey2'... Now I clear the HA_STATE_RNEXT_SAME flag whenever the buffer has been polluted. In this case, the index scan copies the key value again (and sets the flag again).
-
joerg@mysql.com authored
-
- 09 Mar, 2006 1 commit
-
-
jonas@perch.ndb.mysql.com authored
(not possible from SQL in 4.1 & 5.0)
-
- 08 Mar, 2006 4 commits
-
-
kent@mysql.com authored
- Back porting of some changes in later releases - Corrected valgrind support - Removed work around for TZ needed in VisualStudio 6 - Don't restart master to add special settings from "<testcase>-master.opt", if same settngs as running master, feature request in bug#12433 - With --reorder, keep tests with same *-master.opt content together, to save even more master restarts
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug17137/my41-bug17137
-
msvensson@neptunus.(none) authored
- Decrease "slave_open_temp_tables" during reopen of truncated table. - Add test "rpl_trunc_temp"
-
kent@mysql.com authored
Allow space in base directory path, bug#15736
-
- 06 Mar, 2006 4 commits
-
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b15949
-
gluh@eagle.intranet.mysql.r18.ru authored
Check if the host of table hash record exactly matches host from GRANT command
-
- 04 Mar, 2006 3 commits
-
-
konstantin@mysql.com authored
it breaks binary compatibility. The patch will be left intact in 5.1.
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-4.1-root
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug11527
-
- 03 Mar, 2006 3 commits
-
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1
-
paul@snake-hub.snake.net authored
Better fix for do_sleep().
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/4.1.b13659
-
- 02 Mar, 2006 6 commits
-
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.0-r1.2173
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478
-
paul@snake-hub.snake.net authored
revise README.
-
- 01 Mar, 2006 11 commits
-
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478
-
paul@snake-hub.snake.net authored
Revise README.gcov.
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-r1.2478
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1
-
paul@snake-hub.snake.net authored
Revise mysql-test README.
-
joerg@mysql.com authored
into mysql.com:/M40/comment-4.0
-
joerg@mysql.com authored
into mysql.com:/M41/comment-4.1
-
bar@mysql.com authored
union.result, union.test: Adding test case. item.cc: Allow safe character set conversion in UNION - string constant to column's charset - to unicode Thus, UNION now works the same with CONCAT (and other string functions) in respect of aggregating arguments with different character sets.
-
joerg@mysql.com authored
-
joerg@mysql.com authored
-
joerg@mysql.com authored
mysql-test/mysql-test-run.sh : Add a "--comment=<string>" option, to get it logged when the test is run.
-