| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.1-new
|
| |
| |
| |
| | |
Add function 'vio_end' that will cleanup resources allocated by vio and the components it uses.
|
| | |
|
| |
| |
| |
| | |
Make it possible to get the yaSSL error message printed in the DBUG log file.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Remove duplicate code
Merge common functions
Enforce MySQL coding standard
|
|/
|
|
|
|
|
|
| |
Added support for key_block_size to MyISAM.
Simplify interface to 'new Key' to make it easier to add new key options.
mysqld option --new is used to define where key options are printed.
(In 5.3 we should move all key options to after key part definition to avoid problem with reserved names)
Fixed some compiler warnings and a memory leak in ssl
|
|\
| |
| |
| | |
into mysql.com:/home/jimw/my/mysql-5.0-clean
|
| |
| |
| |
| | |
added SSL_library_init()
|
| |
| |
| |
| |
| | |
- Make sure that mysqltest always uses ssl when connecting to the server.
- Pass a i32-bit int variable as argument to FIONREAD ioctl.
|
|/
|
|
|
|
|
|
| |
Add support for VARCHAR with 1 or 2 length bytes
Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly)
Give error if we got problems in temporary tables during a SELECT
Don't use new table generated by ALTER TABLE if index generation fails
Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
|
| |
|
|
|
|
|
| |
Added TCP/IP read/write timeout for windows
Check on windows if second server is started with same TCP/IP port
|
|
|
|
| |
(Mostly code cleanups)
|
| |
|
|
|
|
|
|
| |
Fix bug when server hang(with SSL, with modified libmysql)
Add options master-ssl-capath and master-ssl-cipher
Add some error checking(SSL)
|
|
|
|
| |
This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
|
|
|
|
|
| |
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
|
|
|
|
| |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
| |
|
|
|
|
|
| |
Fixed problem with LIKE with latin1_de
Added parsing support of UNSIGNED LONG LONG
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
viosslfactories.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viosslfactories.c
viossl.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viossl.c
vio.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/vio.c
|