mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
- removed duplicate my_sys.h inclusion from lib_vio.c
- removed obsolete compile options from compile-pentium-debug-openssl
This commit is contained in:
parent
7d24a79271
commit
654e857022
2 changed files with 1 additions and 2 deletions
|
@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings"
|
|||
cxx_warnings="$cxx_warnings $debug_extra_warnings"
|
||||
extra_configs="$pentium_configs $debug_configs"
|
||||
|
||||
extra_configs="$extra_configs --with-debug=full --with-vio --with-openssl --without-innodb"
|
||||
extra_configs="$extra_configs --with-debug=full --with-openssl"
|
||||
|
||||
. "$path/FINISH.sh"
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <errno.h>
|
||||
#include <my_sys.h>
|
||||
#include <violite.h>
|
||||
#include <my_sys.h>
|
||||
#include <my_net.h>
|
||||
#include <m_string.h>
|
||||
#include <dbug.h>
|
||||
|
|
Loading…
Reference in a new issue