diff options
author | monty@mysql.com <> | 2006-05-03 15:59:17 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2006-05-03 15:59:17 +0300 |
commit | 343644dd5dc18b5722700495b7bb365724fef1a9 (patch) | |
tree | be19707bb5edcf9cc7b289bbcb00a51e8771e29c /include/violite.h | |
parent | 19de86dd63e99a052bc1a692a25504260b8ffcac (diff) | |
download | mariadb-git-343644dd5dc18b5722700495b7bb365724fef1a9.tar.gz |
Added support for key_block_size for key and table level (WL#602)
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
Diffstat (limited to 'include/violite.h')
-rw-r--r-- | include/violite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/violite.h b/include/violite.h index b48f3724f5b..de2ae5386c0 100644 --- a/include/violite.h +++ b/include/violite.h @@ -132,6 +132,7 @@ struct st_VioSSLAcceptorFd const char *ca_file,const char *ca_path, const char *cipher); Vio *new_VioSSL(struct st_VioSSLAcceptorFd *fd, Vio *sd, int state); +void free_vio_ssl_acceptor_fd(struct st_VioSSLAcceptorFd *fd); #endif /* HAVE_OPENSSL */ #ifdef HAVE_SMEM |