summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-10-08 16:21:07 +0300
committerGeorgi Kodinov <joro@sun.com>2009-10-08 16:21:07 +0300
commit03904aee4ef2fb72408053bd3ca4cc9ccc952c59 (patch)
treee278ec0245fbeaaa6fb28df73d823a168b37437d /sql/mysql_priv.h
parent5faf23bf55ee7a7110514cf0cc7aeab96dc1013d (diff)
downloadmariadb-git-03904aee4ef2fb72408053bd3ca4cc9ccc952c59.tar.gz
Addendum to the fix for bug 43029
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 6fde16d3049..c04b1f5ae38 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -2433,6 +2433,7 @@ inline void setup_table_map(TABLE *table, TABLE_LIST *table_list, uint tablenr)
table->tablenr= tablenr;
table->map= (table_map) 1 << tablenr;
table->force_index= table_list->force_index;
+ table->force_index_order= table->force_index_group= 0;
table->covering_keys= table->s->keys_for_keyread;
table->merge_keys.clear_all();
}