- 05 Jan, 2006 4 commits
-
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
knielsen@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
- 04 Jan, 2006 10 commits
-
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-merge
-
konstantin@mysql.com authored
-
knielsen@mysql.com authored
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
knielsen@mysql.com authored
parent when we are not the process group leader.
-
konstantin@mysql.com authored
into mysql.com:/opt/local/work/mysql-5.0-merge
-
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.
-
knielsen@mysql.com authored
the bug is fixed.
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
knielsen@mysql.com authored
-
- 03 Jan, 2006 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
enable view prepared mode during getting metedata for I_S table
-
- 31 Dec, 2005 1 commit
-
-
pekka@mysql.com authored
-
- 29 Dec, 2005 5 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug15591
-
joerg@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug15591
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0.b15108
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug15775_part2/my41-bug15775_part2
-
- 28 Dec, 2005 10 commits
-
-
ingo@mysql.com authored
If the server is started with --port-open-timeout=# retry to bind the TCP port if it fails with EADDRINUSE. Use the new option in mysql-test-run.sh.
-
kent@mysql.com authored
Backported Windows MAX_INDEXES handling from 5.1
-
msvensson@devsrv-b.mysql.com authored
into devsrv-b.mysql.com:/space/magnus/my50-bug15775_part2
-
evgen@moonbone.local authored
-
msvensson@neptunus.(none) authored
- Update patch for 5.0 - Added common function to be called when 'acl_users' has been modified
-
evgen@moonbone.local authored
into moonbone.local:/work/14583-bug-4.1-mysql
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0.b15108
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug15775_part2/my50-bug15775_part2
-
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
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
- 27 Dec, 2005 9 commits
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my50
-
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.
-
pekka@mysql.com authored
-
stewart@mysql.com authored
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/5.0/main
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-bug5390
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
bell@sanja.is.com.ua authored
-