From e1c76b80d91c43a9f17d9ec4c96e4dcb72efb1a2 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 15 Jul 2013 18:01:22 +0200 Subject: Fixes for innodb suite, merging tests from 5.6. Includes 5.6 changesets for: ***** Fix for BUG#13489996 valgrind:conditional jump or move depends on uninitialised values-field_blob. blob_ptr_size was not initialized properly: remove this variable. ***** Bug#14021323 CRASH IN FIELD::SET_NULL WHEN INSERTING ROWS TO NEW TABLE ***** --- sql/sql_const.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/sql_const.h') diff --git a/sql/sql_const.h b/sql/sql_const.h index 9849f10b6ac..ec91fd02289 100644 --- a/sql/sql_const.h +++ b/sql/sql_const.h @@ -76,7 +76,6 @@ /* Some portable defines */ -#define portable_sizeof_char_ptr 8 #define STRING_BUFFER_USUAL_SIZE 80 /* Memory allocated when parsing a statement / saving a statement */ -- cgit v1.2.1