summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-09-27 16:26:53 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-09-27 16:26:53 +0300
commit9b5cdeeb0f3fa9540df50d7feec8a703db4777ab (patch)
treec487800462d4705f07ac6f0bfd4234646fa688d7 /sql/item_cmpfunc.cc
parentea2b19dee6a6ed69faffa368c9b1ce9338556299 (diff)
parent2911a9a693512ec7d4903313028d252a8374e56e (diff)
downloadmariadb-git-9b5cdeeb0f3fa9540df50d7feec8a703db4777ab.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r--sql/item_cmpfunc.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc
index e656b23b8ee..9110f348a43 100644
--- a/sql/item_cmpfunc.cc
+++ b/sql/item_cmpfunc.cc
@@ -321,11 +321,9 @@ static bool convert_const_to_int(THD *thd, Item_field *field_item,
TABLE *table= field->table;
sql_mode_t orig_sql_mode= thd->variables.sql_mode;
enum_check_fields orig_count_cuted_fields= thd->count_cuted_fields;
- my_bitmap_map *old_maps[2];
+ my_bitmap_map *old_maps[2] = { NULL, NULL };
ulonglong UNINIT_VAR(orig_field_val); /* original field value if valid */
- LINT_INIT_STRUCT(old_maps);
-
/* table->read_set may not be set if we come here from a CREATE TABLE */
if (table && table->read_set)
dbug_tmp_use_all_columns(table, old_maps,