mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixed some bugs after last merge
Added semaphore support to MIT-pthreads. Docs/manual.texi: Updated benchmark data configure.in: Portability fix for compiling MIT-pthreads with gcc 3.0.x (Still not perfect) include/my_semaphore.h: Cleanup mit-pthreads/Changes-mysql: Added semaphore support mit-pthreads/include/Makefile.inc: Added semaphore support mit-pthreads/include/pthread/ac-types.h: Added semaphore support mit-pthreads/pthreads/GNUmakefile.inc: Added semaphore support mit-pthreads/pthreads/Makefile.inc: Added semaphore support mit-pthreads/stdio/xprintf.c: Added semaphore support mysql-test/r/rpl_alter.result: Fixed test results after merge with 3.23 sql/ha_isam.cc: Fixed core dump after merge sql/ha_isam.h: Fixed core dump after merge sql/mini_client.cc: P
This commit is contained in:
@@ -27362,6 +27362,10 @@ MySQL will, by default, use sockets.)
|
||||
If you connect using TCP/IP from another computer over a 100M Ethernet,
|
||||
things will be 8-11 % slower.
|
||||
|
||||
@item
|
||||
When running our benchmark with secure connections (all data encrypted
|
||||
with internal ssl support) things where 55 % slower.
|
||||
|
||||
@item
|
||||
If you compile with @code{--with-debug=full}, then you will loose 20 %
|
||||
for most queries, but some queries may take substantially longer (The
|
||||
|
||||
Reference in New Issue
Block a user