mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
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 *****
This commit is contained in:
@ -655,7 +655,6 @@ struct TABLE_SHARE
|
||||
enum ha_choice page_checksum;
|
||||
|
||||
uint ref_count; /* How many TABLE objects uses this */
|
||||
uint blob_ptr_size; /* 4 or 8 */
|
||||
uint key_block_size; /* create key_block_size, if used */
|
||||
uint stats_sample_pages; /* number of pages to sample during
|
||||
stats estimation, if used, otherwise 0. */
|
||||
|
Reference in New Issue
Block a user