mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-6650 - LINT_INIT emits code in non-debug builds
Replaced all references to LINT_INIT with UNINIT_VAR and LINT_INIT_STRUCT. Removed LINT_INIT macro.
This commit is contained in:
parent
10554ca6cb
commit
18e9c314e4
59 changed files with 87 additions and 214 deletions
|
|
@ -239,7 +239,6 @@ MYRG_INFO *myrg_parent_open(const char *parent_name,
|
|||
rc= 1;
|
||||
errpos= 0;
|
||||
bzero((char*) &file_cache, sizeof(file_cache));
|
||||
LINT_INIT(m_info);
|
||||
|
||||
/* Open MERGE meta file. */
|
||||
if ((fd= mysql_file_open(rg_key_file_MRG,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue