1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Cleanups (LINT_INIT & --debug-mutex-deadlock-detector

- Removed duplicate entry for --debug-mutex-deadlock-detector
- Fixed wrong usage of LINT_INIT
This commit is contained in:
Monty
2017-06-03 16:16:18 +03:00
parent 36ae8846ca
commit 3d428e017d
2 changed files with 1 additions and 8 deletions

View File

@ -7501,7 +7501,7 @@ SEL_TREE *Item_bool_func::get_full_func_mm_tree(RANGE_OPT_PARAM *param,
param->current_table);
#ifdef HAVE_SPATIAL
Field::geometry_type sav_geom_type;
LINT_INIT(sav_geom_type);
LINT_INIT_STRUCT(sav_geom_type);
if (field_item->field->type() == MYSQL_TYPE_GEOMETRY)
{