summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2023-01-15 11:05:26 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2023-01-15 11:05:26 +0200
commit1b671ae3137944ac3e93e83edd744ac9cacb732f (patch)
treedcbaca23b5feef89aa2f1ce9c1e1b0bc0c8fb058 /sql/handler.h
parent3386b309756adba6b9633ad18c4e0575c7304cfe (diff)
parent179c2833721292a918280b7d114d94d81020105b (diff)
downloadmariadb-git-bb-10.6-merge-galera.tar.gz
Merge 10.5 into 10.6bb-10.6-merge-galera
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/handler.h b/sql/handler.h
index de08e2c2137..f4d94924bda 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -357,9 +357,9 @@ enum chf_create_flags {
Rowid's are not comparable. This is set if the rowid is unique to the
current open handler, like it is with federated where the rowid is a
pointer to a local result set buffer. The effect of having this set is
- that the optimizer will not consirer the following optimizations for
+ that the optimizer will not consider the following optimizations for
the table:
- ror scans or filtering
+ ror scans, filtering or duplicate weedout
*/
#define HA_NON_COMPARABLE_ROWID (1ULL << 60)