diff options
author | unknown <mskold@mysql.com> | 2004-06-24 14:49:34 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2004-06-24 14:49:34 +0200 |
commit | 4c450c52357ef468d707eecd544e4d3fac0b160f (patch) | |
tree | 68ccb849c8348df1d1f2c2f77f6272ac13195d3f /sql/ha_ndbcluster.cc | |
parent | 1045f2c3fdd0c5ae453d2146ff6d27c222a8dd88 (diff) | |
download | mariadb-git-4c450c52357ef468d707eecd544e4d3fac0b160f.tar.gz |
Cosmetic fixes
Diffstat (limited to 'sql/ha_ndbcluster.cc')
-rw-r--r-- | sql/ha_ndbcluster.cc | 4 |
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, |