diff options
author | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2010-07-15 17:01:44 +0400 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@sun.com> | 2010-07-15 17:01:44 +0400 |
commit | 53e29848a7091c46d66b0f7c74c08146996f2b2c (patch) | |
tree | 531593b974d40b6a2fc2cc3d47f22d5c71a722a4 /sql/opt_range.cc | |
parent | f193541f2b43ea66de505240e48c08a8ea195264 (diff) | |
parent | 4c28b6776884b3890cc82c251eb4b54fe5dd81d4 (diff) | |
download | mariadb-git-53e29848a7091c46d66b0f7c74c08146996f2b2c.tar.gz |
Manual merge.
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r-- | sql/opt_range.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc index f2f14a2dcc9..1f42d0567a7 100644 --- a/sql/opt_range.cc +++ b/sql/opt_range.cc @@ -7619,7 +7619,7 @@ check_quick_keys(PARAM *param, uint idx, SEL_ARG *key_tree, if (unlikely(param->thd->killed != 0)) return HA_POS_ERROR; - + keynr=param->real_keynr[idx]; param->range_count++; if (!tmp_min_flag && ! tmp_max_flag && |