summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
diff options
context:
space:
mode:
authoriangilfillan <github@greenman.co.za>2016-12-16 14:44:08 +0200
committerSergey Vojtovich <svoj@mariadb.org>2016-12-17 09:49:47 +0400
commitc4d9dc705b781bb155aab8f04cece2b87116d3c1 (patch)
tree41408efbf6bfa6e0201edacd6ffcd7b0db38fcc2 /sql/item_subselect.cc
parentb2b210b891697f999a9f85037462d54f78707e3e (diff)
downloadmariadb-git-c4d9dc705b781bb155aab8f04cece2b87116d3c1.tar.gz
Typo, update limit in comment
Diffstat (limited to 'sql/item_subselect.cc')
-rw-r--r--sql/item_subselect.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_subselect.cc b/sql/item_subselect.cc
index 6427b0ecae4..dda9986f60f 100644
--- a/sql/item_subselect.cc
+++ b/sql/item_subselect.cc
@@ -4352,9 +4352,9 @@ bool subselect_hash_sj_engine::init(List<Item> *tmp_columns, uint subquery_id)
result= result_sink;
/*
- If the subquery has blobs, or the total key lenght is bigger than
+ If the subquery has blobs, or the total key length is bigger than
some length, or the total number of key parts is more than the
- allowed maximum (currently MAX_REF_PARTS == 16), then the created
+ allowed maximum (currently MAX_REF_PARTS == 32), then the created
index cannot be used for lookups and we can't use hash semi
join. If this is the case, delete the temporary table since it
will not be used, and tell the caller we failed to initialize the