mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
Fixes to get openssl code to compile
include/violite.h: Moved wrong endif line libmysqld/lib_sql.cc: Cleanup sql/sql_acl.cc: cleanup openssl code sql/mysqld.cc: Don't exit() when ending the embedded library
This commit is contained in:
parent
1134f794d0
commit
4b019c6f1c
4 changed files with 166 additions and 181 deletions
|
|
@ -108,7 +108,6 @@ my_bool vio_poll_read(Vio *vio,uint timeout);
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* vio_violite_h_ */
|
||||
|
||||
#if defined(HAVE_VIO) && !defined(DONT_MAP_VIO)
|
||||
#define vio_delete(vio) (vio)->viodelete(vio)
|
||||
|
|
@ -237,3 +236,4 @@ struct st_vio
|
|||
#endif /* HAVE_VIO */
|
||||
};
|
||||
#endif /* EMBEDDED_LIBRARY */
|
||||
#endif /* vio_violite_h_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue