summaryrefslogtreecommitdiff
path: root/sql/ha_ndbcluster.cc
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2004-06-24 14:49:34 +0200
committerunknown <mskold@mysql.com>2004-06-24 14:49:34 +0200
commit4c450c52357ef468d707eecd544e4d3fac0b160f (patch)
tree68ccb849c8348df1d1f2c2f77f6272ac13195d3f /sql/ha_ndbcluster.cc
parent1045f2c3fdd0c5ae453d2146ff6d27c222a8dd88 (diff)
downloadmariadb-git-4c450c52357ef468d707eecd544e4d3fac0b160f.tar.gz
Cosmetic fixes
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r--sql/ha_ndbcluster.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc
index 1719144714f..d499218a8c3 100644
--- a/sql/ha_ndbcluster.cc
+++ b/sql/ha_ndbcluster.cc
@@ -478,11 +478,11 @@ static const ulong index_type_flags[]=
/* PRIMARY_KEY_ORDERED_INDEX */
/*
- Enable HA_KEY_READ_ONLY when "sorted" indexes are supported,
+ Enable HA_KEYREAD_ONLY when "sorted" indexes are supported,
thus ORDERD BY clauses can be optimized by reading directly
through the index.
*/
- // HA_KEY_READ_ONLY |
+ // HA_KEYREAD_ONLY |
HA_READ_NEXT |
HA_READ_RANGE,