From 18e9c314e43271debf58f3c3e5bf454eab655799 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Tue, 10 Feb 2015 14:05:49 +0400 Subject: 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. --- sql/sql_statistics.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_statistics.cc') diff --git a/sql/sql_statistics.cc b/sql/sql_statistics.cc index 4ce1f3ec22a..021e4c37e86 100644 --- a/sql/sql_statistics.cc +++ b/sql/sql_statistics.cc @@ -1551,7 +1551,7 @@ public: uint key_parts= table->actual_n_key_parts(key_info); empty= TRUE; prefixes= 0; - LINT_INIT(calc_state); + LINT_INIT_STRUCT(calc_state); is_single_comp_pk= FALSE; uint pk= table->s->primary_key; -- cgit v1.2.1