| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Implement new switch --with-ssl to configure used for both bundled yaSSL or OpenSSL
BitKeeper/deleted/.del-yassl.m4~e55e55c1e863abaf:
Delete: config/ac-macros/yassl.m4
BitKeeper/deleted/.del-openssl.m4~41cebd0ba8281769:
Delete: config/ac-macros/openssl.m4
BUILD/SETUP.sh:
Use switch --with-ssl to configure
BUILD/compile-pentium-debug-openssl:
Use switch --with-ssl to configure
BUILD/compile-pentium-debug-yassl:
Use switch --with-ssl to configure
configure.in:
Change to use the MYSQL_CHECK_SSL macro from ssl.m4
config/ac-macros/ssl.m4:
New BitKeeper file ``config/ac-macros/ssl.m4''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
never defined.
It was used at some point to add -Wuninitialized to debug flags,
but not any more. If there is still need to add -Wunitialized,
it can be added directly to $global_warnings.
BUILD/compile-amd64-debug-max-no-ndb:
Remove a no-op.
BUILD/compile-amd64-debug-max:
Remove a no-op.
BUILD/compile-darwin-mwcc:
Remove a no-op.
BUILD/compile-pentium-debug-max-no-embedded:
Remove a no-op.
BUILD/compile-pentium-debug-max-no-ndb:
Remove a no-op.
BUILD/compile-pentium-debug-max:
Remove a no-op.
BUILD/compile-pentium-debug-openssl:
Remove a no-op.
BUILD/compile-pentium-debug-yassl:
Remove a no-op.
BUILD/compile-pentium-debug:
Remove a no-op.
BUILD/compile-pentium-mysqlfs-debug:
Remove a no-op.
BUILD/compile-pentium-valgrind-max:
Remove a no-op.
BUILD/compile-pentium64-debug-max:
Remove a no-op.
BUILD/compile-pentium64-debug:
Remove a no-op.
BUILD/compile-pentium64-valgrind-max:
Remove a no-op.
BUILD/compile-ppc-debug-max-no-ndb:
Remove a no-op.
BUILD/compile-ppc-debug-max:
Remove a no-op.
BUILD/compile-ppc-debug:
Remove a no-op.
|
|
|
|
|
|
|
|
|
|
|
| |
- removed obsolete compile options from compile-pentium-debug-openssl
BUILD/compile-pentium-debug-openssl:
- removed "--without-innodb" (InnoDB is on by default) and "--with-vio"
(--with-openssl implies --with-vio)
libmysqld/lib_vio.c:
- removed duplicate my_sys.h inclusion
|
|
|
|
|
|
|
| |
BUILD/compile-pentium-debug-openssl:
Make it compile faster
mysys/raid.cc:
Fix comment style to conform our coding standard
|
|
Makefile.am:
Added vio
include/mysql_com.h:
Removed ancient defines from Vio++ times
include/violite.h:
Added vio
libmysql/Makefile.shared:
Removed sqlobject line with violite.lo
libmysql/libmysql.c:
Openssl stuff & sons
sql/Makefile.am:
Added vio
sql/mini_client.cc:
Added vio
sql/mysqld.cc:
Added vio
sql/net_serv.cc:
Added vio
sql/sql_parse.cc:
Added vio
vio/Makefile.am:
Removed C++ stuff
vio/vio.c:
st_vio -> Vio
vio/viosocket.c:
st_vio -> Vio
vio/viossl.c:
st_vio -> Vio
vio/viosslfactories.c:
vio.h-> violite.h
|