summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2000-10-07 13:59:47 +0200
committerunknown <serg@serg.mysql.com>2000-10-07 13:59:47 +0200
commitc286021a376e4111a63d21b653232f80993f201b (patch)
tree018ca6f78a4db5409c547e761090d77c1b0422dd /sql/opt_range.cc
parent47d38f680b5ec271a5eb88577c4c343c56db2740 (diff)
downloadmariadb-git-c286021a376e4111a63d21b653232f80993f201b.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