mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Applying InnoDB snashot 5.0-ss5406, part 1. Fixes BUG#38479
BUG#38479 - valgrind warnings in show table status for innodb tables Detailed revision comments: r5080 | vasil | 2009-05-22 14:45:34 +0300 (Fri, 22 May 2009) | 6 lines branches/5.0: Fix Bug#38479 valgrind warnings in show table status for innodb tables by initializing prebuilt->hint_need_to_fetch_extra_cols.
This commit is contained in:
parent
3acf5b887a
commit
663e41aebd
1 changed files with 3 additions and 1 deletions
|
@ -625,7 +625,9 @@ row_create_prebuilt(
|
|||
prebuilt->ins_node = NULL;
|
||||
|
||||
prebuilt->ins_upd_rec_buff = NULL;
|
||||
|
||||
|
||||
prebuilt->hint_need_to_fetch_extra_cols = 0;
|
||||
|
||||
prebuilt->upd_node = NULL;
|
||||
prebuilt->ins_graph = NULL;
|
||||
prebuilt->upd_graph = NULL;
|
||||
|
|
Loading…
Reference in a new issue