mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 20:25:32 +02:00
Fix Bug #59157 valgrind conditional jump warning from dict_load_foreign.
This is 5.1 built-in specific as the dict_table_t strcture is allocated with mem_heap_zalloc since 5.1 plugin. Approved by Sunny Bains
This commit is contained in:
parent
cafdf6e6d2
commit
c143ff4848
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ dict_mem_table_create(
|
|||
|
||||
table->big_rows = 0;
|
||||
|
||||
table->fk_max_recusive_level = 0;
|
||||
|
||||
mutex_create(&table->autoinc_mutex, SYNC_DICT_AUTOINC_MUTEX);
|
||||
|
||||
table->autoinc = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue