summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2000-10-07 13:59:47 +0200
committerserg@serg.mysql.com <>2000-10-07 13:59:47 +0200
commit26b3f751cbdd8acd09b8ea0124bcb5c1d28344df (patch)
tree018ca6f78a4db5409c547e761090d77c1b0422dd /sql/opt_range.cc
parentc11eb85a6f3f54bf489d00a4f1eea8740a17ad4f (diff)
downloadmariadb-git-26b3f751cbdd8acd09b8ea0124bcb5c1d28344df.tar.gz
ORDER BY works with FULLTEXT keys
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r--sql/opt_range.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc
index 0ba5bd0cf8f..6ff74b436aa 100644
--- a/sql/opt_range.cc
+++ b/sql/opt_range.cc
@@ -19,11 +19,11 @@
Fix that MAYBE_KEY are stored in the tree so that we can detect use
of full hash keys for queries like:
- select s.id, kws.keyword_id from sites as s,kws where s.id=kws.site_id and kws.keyword_id in (204,205);
-
+ select s.id, kws.keyword_id from sites as s,kws where s.id=kws.site_id and kws.keyword_id in (204,205);
+
*/
-
+
#ifdef __GNUC__
#pragma implementation // gcc: Class implementation