1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-6314 - Compile/run MariaDB with ASan

Fixed some compilation errors/warnings with ASan.
This commit is contained in:
Sergey Vojtovich
2014-06-10 22:20:33 +04:00
parent 55b010233a
commit 7832f1bb62
6 changed files with 34 additions and 27 deletions

View File

@ -267,7 +267,7 @@ void tc_add_table(THD *thd, TABLE *table)
TABLE_SHARE *purge_share= 0;
TABLE_SHARE *share;
TABLE *entry;
ulonglong purge_time;
ulonglong UNINIT_VAR(purge_time);
TDC_iterator tdc_it;
tdc_it.init();