diff options
author | Michael Widenius <monty@askmonty.org> | 2010-08-27 17:12:44 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-08-27 17:12:44 +0300 |
commit | 720b66076a0ea8e5833528a79719c308bb00ae6a (patch) | |
tree | 984bb45ca187a6cc38c7132a9600d91515df564e /include/mysql.h.pp | |
parent | 3593ca12127056c6215bab1481856193151ae32d (diff) | |
parent | 071fabd2fc45b246e5de0035d8321b3815c1152c (diff) | |
download | mariadb-git-720b66076a0ea8e5833528a79719c308bb00ae6a.tar.gz |
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
Diffstat (limited to 'include/mysql.h.pp')
-rw-r--r-- | include/mysql.h.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mysql.h.pp b/include/mysql.h.pp index 3fb232cea51..c3d10e5a7b9 100644 --- a/include/mysql.h.pp +++ b/include/mysql.h.pp @@ -1,4 +1,3 @@ -#include <sys/types.h> typedef char my_bool; typedef int my_socket; #include "mysql_version.h" |