- 04 Jan, 2006 1 commit
-
-
konstantin@mysql.com authored
when high concurrency": remove HASH::current_record and make it an external search parameter, so that it can not be the cause of a race condition under high concurrent load. The bug was in a race condition in table_hash_search, when column_priv_hash.current_record was overwritten simultaneously by multiple threads, causing the search for a suitable grant record to fail. No test case as the bug is repeatable only under concurrent load.
-
- 31 Dec, 2005 1 commit
-
-
pekka@mysql.com authored
-
- 29 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug15775_part2/my41-bug15775_part2
-
- 28 Dec, 2005 2 commits
-
-
evgen@moonbone.local authored
into moonbone.local:/work/14583-bug-4.1-mysql
-
msvensson@neptunus.(none) authored
- DROP USER command didn't reload the acl_check_hosts cache causing subsequent connect's via TCP to fail randomly. - 4.1 version
-
- 27 Dec, 2005 2 commits
-
-
evgen@moonbone.local authored
When InnoDB compares varchar field in ucs2 with given key using bin collation, it calls my_strnncollsp_ucs2_bin() to perform comparison. Because field length was lesser than length of key field should be padded with trailing spaces in order to get correct result. Because my_strnncollsp_ucs2_bin() was calling my_strnncollp_ucs2_bin(), which doesn't pads field, wrong comparison result was returned. This results in wrong result set. my_strnncollsp_ucs2_bin() now compares fields like my_strnncollsp_ucs2 do, but using binary collation.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug5390
-
- 23 Dec, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 21 Dec, 2005 1 commit
-
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
-
- 20 Dec, 2005 2 commits
-
-
paul@snake-hub.snake.net authored
Typo in help message.
-
stewart@mysql.com authored
-
- 19 Dec, 2005 2 commits
-
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
-
- 18 Dec, 2005 5 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
kent@mysql.com authored
-
kent@mysql.com authored
Adjusted listing of files to put into source TAR
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
for uca collation isalnum and strnncollsp don't agree on whether 0xC2A0 is a space (strnncollsp is right, isalnum is wrong). they still don't, the bug was fixed by avoiding strnncollsp
-
- 17 Dec, 2005 1 commit
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
- 15 Dec, 2005 3 commits
-
-
aivanov@mysql.com authored
long fraction and/or large exponent part".
-
rparranovo@mysql.com authored
- libtool wants spaces on parameters for its command line options
-
rparranovo@mysql.com authored
- Modified zlib/Makefile.am to generate libz.so.1.2.3 instead of libz.so.0.0.0
-
- 14 Dec, 2005 4 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
-
mskold@mysql.com authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
-
- 13 Dec, 2005 5 commits
-
-
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
New libc suggests doing this.
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
-
- 12 Dec, 2005 6 commits
-
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/innodb-ss/mysql-4.1-ss11
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
aivanov@mysql.com authored
table' lockup". Changes from the innodb-4.1-ss11 snapshot. Do not call os_file-create_tmpfile() at runtime. Instead, create a tempfile at startup and guard access to it with a mutex. Also, fix bugs: 10511: "Wrong padding of UCS2 CHAR columns in ON UPDATE CASCADE"; 13778: "If FOREIGN_KEY_CHECKS=0, one can create inconsistent FOREIGN KEYs". When FOREIGN_KEY_CHECKS=0 we still need to check that datatypes between foreign key references are compatible. Also, added test cases (also for bug 9802).
-
joerg@mysql.com authored
-
joerg@mysql.com authored
Fix for bug#12429: Replication tests fail: "Slave_IO_Running" differs: The value is not important, and it depends on timing. Mask it. Backport and extension of a fix made by Matthias in 5.0, originally it was 1.1976 05/12/05 17:57:48 mleich@mysql.com
-
jonas@perch.ndb.mysql.com authored
Error in abort handling in TC when timeout during abort
-
- 11 Dec, 2005 1 commit
-
-
kent@mysql.com authored
Removed Visual Studio 6 project files, as they are not maintained
-
- 09 Dec, 2005 1 commit
-
-
jonas@perch.ndb.mysql.com authored
Fix race between INCL_NODEREQ(prio b) and GCP_PREPARE(prio a) by also waiting for starting nodes
-
- 08 Dec, 2005 1 commit
-
-
jimw@mysql.com authored
handling so that indexes are closed before trying to commit the transaction. (Bug #15536)
-