- 18 Apr, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add new function 'ssl_verify_server_cert' which is used if we are connecting to the server with SSL. It will compare the hostname in the server's cert against the hostname that we used when connecting to the server. Will reject the connection if hostname does not match. - Add new option "OPT_SSL_VERIFY_SERVER_CERT" to be passed to mysql_options which will turn on checking of servers cert. - Add new argument "ssl-verify-server-cert" to all mysql* clients which will activate the above option. - Generate a new server cert with 1024 bits that has "localhost" as the server name.
-
- 12 Apr, 2006 3 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/bug17208/my50-bug17208
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
- 11 Apr, 2006 10 commits
-
-
cmiller@zippy.(none) authored
into zippy.(none):/home/cmiller/work/mysql/mysql-5.0__ready
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0.b14360
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/bugs/mysql-5.0-merge
-
msvensson@neptunus.(none) authored
- Improved solution by adding an else stetment so that do find next is avoided if erorr occurs, but we still return zero files found instaed of an error
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/5.0.b14360
-
ramil@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
msvensson@neptunus.(none) authored
Add surrounding braces, move invalidate dictionary_cace to after declaration of variable "table_list"
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
- 10 Apr, 2006 20 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
igor@rurik.mysql.com authored
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0-tmp
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/bugs/mysql-5.0-15868-work
-
aivanov@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-tmp
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug5390
-
knielsen@mysql.com authored
into mysql.com:/usr/local/mysql/mysql-5.0-tmp
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/bugs/mysql-5.0-15868
-
aivanov@mysql.com authored
Applied changes due Heikki Tuuri.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@shellback.(none) authored
- Grab the path from "configure --sysconfdir=<path>" and set it as the first place to look for my.cnf files Do this both in Makefiles for libmysql and mysys - Patch provided by Francesco Riosa. Thank you!
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
knielsen@mysql.com authored
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
jonas@perch.ndb.mysql.com authored
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.0
-
- 09 Apr, 2006 4 commits
-
-
aelkin@dl145k.mysql.com authored
into dl145k.mysql.com:/tmp/andrei/5.0.21-bug17284-temp_table
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/bugs/mysql-5.0-15758
-
aelkin@mysql.com authored
env variable name is fixed.
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/mysql-5.0
-
- 08 Apr, 2006 2 commits
-
-
knielsen@mysql.com authored
-
igor@rurik.mysql.com authored
The function agg_cmp_type in item_cmpfunc.cc neglected the fact that the first argument in a BETWEEN/IN predicate could be a field of a view. As a result in the case when the retrieved table was hidden by a view over it and the arguments in the BETWEEN/IN predicates are of the date/time type the function did not perform conversion of the constant arguments to the same format as the first field argument. If formats of the arguments differed it caused wrong a evaluation of the predicates.
-