1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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

@ -1550,6 +1550,7 @@ public:
uint key_parts= table->actual_n_key_parts(key_info);
empty= TRUE;
prefixes= 0;
LINT_INIT(calc_state);
is_single_comp_pk= FALSE;
uint pk= table->s->primary_key;