mariadb/vio
Michael Widenius ad6d95d3cb Merge with MySQL 5.1.50
- Changed to still use bcmp() in certain cases becasue
  - Faster for short unaligneed strings than memcmp()
  - Bettern when using valgrind
- Changed to use my_sprintf() instead of sprintf() to get higher portability for old systems
- Changed code to use MariaDB version of select->skip_record()
- Removed -%::SCCS/s.% from Makefile.am:s to remove automake warnings
2010-08-27 17:12:44 +03:00
..
docs
.cvsignore
CMakeLists.txt Bug#31929 Windows build fails with >=4 Parallel build threads. 2008-01-29 21:58:57 -05:00
Makefile.am Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
test-ssl.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
test-sslclient.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
test-sslserver.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
vio.c Bug#47571 : idle named pipe connection is unkillable 2009-11-20 13:09:50 +01:00
vio_priv.h Bug#47571: idle named pipe connection is unkillable 2009-11-02 23:19:58 +01:00
viosocket.c Merge with MySQL 5.1.42 2010-01-15 17:27:55 +02:00
viossl.c Fix some compiler warnings seen in Buildbot. 2010-03-10 11:32:14 +01:00
viosslfactories.c Fix some compiler warnings. 2009-12-06 18:34:54 +01:00
viotest-ssl.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 2007-05-10 12:59:39 +03:00
viotest-sslconnect.cc
viotest.cc