Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WL#5016: Fix header file include guards | Mats Kindahl | 2009-09-23 | 1 | -0/+4 |
| | | | | Adding header include file guards to files that are missing such. | ||||
* | Many files: | kent@mysql.com/kent-amd64.(none) | 2006-12-23 | 1 | -2/+1 |
| | | | | Changed header to GPL version 2 only | ||||
* | Merge mysql.com:/home/jimw/my/mysql-5.0-1039 | jimw@mysql.com | 2006-05-19 | 1 | -7/+12 |
|\ | | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean | ||||
| * | Bug #1039: tmpdir and datadir not available via @@ system variable syntax | jimw@mysql.com | 2006-05-08 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | Bug #19606: ssl variables are not displayed in show variables Bug #19616: log_queries_not_using_indexes is not listed in show variables Make basedir, datadir, tmpdir, log_queries_not_using_indexes, ssl_ca, ssl_capath, ssl_cert, ssl_cipher, and ssl_key all available both from SHOW VARIABLES and as @@variables. As a side-effect of this change, log_queries_not_using_indexes can be changed at runtime (but only globally, not per-connection). | ||||
* | | Bug#17208 SSL: client does not verify server certificate | msvensson@neptunus.(none) | 2006-04-18 | 1 | -0/+3 |
|/ | | | | | | | | | | | | - 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. | ||||
* | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -15/+14 |
| | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | SSL compiles and works as far as can see. Continue testing.. | tonu@volk.internalnet | 2001-09-30 | 1 | -0/+1 |
| | |||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+24 |