Skip to content
Permalink
Browse files
Some mistakes in opt_range.cc and libmysqld/CMakeLists.txt files corr…
…ected
  • Loading branch information
Galina Shalygina committed Aug 29, 2017
1 parent a5a01db commit 1efa9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
@@ -117,6 +117,7 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/ha_sequence.cc ../sql/ha_sequence.h
../sql/temporary_tables.cc
../sql/session_tracker.cc
../sql/sql_tvc.cc ../sql/sql_tvc.h
${GEN_SOURCES}
${MYSYS_LIBWRAP_SOURCE}
)
@@ -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(sav_geom_type);

if (field_item->field->type() == MYSQL_TYPE_GEOMETRY)
{

0 comments on commit 1efa9ed

Please sign in to comment.