mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -129,6 +129,7 @@ Key::Key(const Key &rhs, MEM_ROOT *mem_root)
|
||||
|
||||
Foreign_key::Foreign_key(const Foreign_key &rhs, MEM_ROOT *mem_root)
|
||||
:Key(rhs,mem_root),
|
||||
ref_db(rhs.ref_db),
|
||||
ref_table(rhs.ref_table),
|
||||
ref_columns(rhs.ref_columns,mem_root),
|
||||
delete_opt(rhs.delete_opt),
|
||||
|
Reference in New Issue
Block a user