- 29 Dec, 2005 1 commit
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug15591
-
- 28 Dec, 2005 8 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.
-
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
-
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
-
- 26 Dec, 2005 1 commit
-
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
- 24 Dec, 2005 2 commits
-
-
serg@serg.mylan authored
remove "defined(HAVE_ARCHIVE_DB) && !defined(__NETWARE__)" unmaintainably scattered all over the source
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
-
- 23 Dec, 2005 3 commits
-
-
serg@serg.mylan authored
test for LONGLONG_MIN in decimal.c
-
serg@serg.mylan authored
-
bar@mysql.com authored
Adding test case. charset-def.c: Initialize new collation. ctype-uca.c: Adding simplified Hungarian collation.
-
- 22 Dec, 2005 2 commits
-
-
paul@frost.snake.net authored
into frost.snake.net:/Users/paul/bk/mysql-5.0
-
paul@frost.snake.net authored
Put options in order. Add #ifdef around --debug for non-debug builds.
-
- 21 Dec, 2005 5 commits
-
-
joerg@mysql.com authored
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0
-
knielsen@mysql.com authored
Fix: make explicit conversion to non-constant string (char *). Backported from 5.1 changeset 1.1968 05/12/19 17:36:20 kent@mysql.com +2 -0
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg14836
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
-
- 20 Dec, 2005 5 commits
-
-
paul@snake-hub.snake.net authored
Typo in help message.
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
paul@snake-hub.snake.net authored
Fix typo.
-
ingo@mysql.com authored
Problem #1: INSERT...SELECT, Version for 5.0. Extended the unique table check by a check of lock data. Merge sub-tables cannot be detected by doing name checks only.
-
stewart@mysql.com authored
-
- 19 Dec, 2005 4 commits
-
-
msvensson@neptunus.(none) authored
- Report error when there is nothing to read after wait.
-
paul@snake-hub.snake.net authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
gluh@eagle.intranet.mysql.r18.ru authored
set character_octet_length, character_maximum_length for binary and varbinary field types
-
gluh@eagle.intranet.mysql.r18.ru authored
Create tmp table filed using original item name when it's necessary
-