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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user