summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2023-01-13 11:11:04 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2023-01-13 11:11:04 +0200
commit88c35781cc9f5f3c63de98a8b6e7eb3378d4fae5 (patch)
tree1a2c280180c19e71b87e520546b3d2473af3b1bd /sql/opt_range.h
parent92c8d6f168f329bf7e3998a4f580781d0239b59a (diff)
parent1e04cafcba88e1801e828a5bbab7fe9fdd7ca61c (diff)
downloadmariadb-git-88c35781cc9f5f3c63de98a8b6e7eb3378d4fae5.tar.gz
Merge 10.7 into 10.8
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r--sql/opt_range.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h
index 1f4d3f1cd1f..7a067b49295 100644
--- a/sql/opt_range.h
+++ b/sql/opt_range.h
@@ -955,7 +955,7 @@ class QUICK_RANGE :public Sql_alloc {
}
/**
- Initalizes a key_range object for communication with storage engine.
+ Initializes a key_range object for communication with storage engine.
This function facilitates communication with the Storage Engine API by
translating the minimum endpoint of the interval represented by this
@@ -976,7 +976,7 @@ class QUICK_RANGE :public Sql_alloc {
}
/**
- Initalizes a key_range object for communication with storage engine.
+ Initializes a key_range object for communication with storage engine.
This function facilitates communication with the Storage Engine API by
translating the minimum endpoint of the interval represented by this
@@ -993,7 +993,7 @@ class QUICK_RANGE :public Sql_alloc {
}
/**
- Initalizes a key_range object for communication with storage engine.
+ Initializes a key_range object for communication with storage engine.
This function facilitates communication with the Storage Engine API by
translating the maximum endpoint of the interval represented by this
@@ -1014,7 +1014,7 @@ class QUICK_RANGE :public Sql_alloc {
}
/**
- Initalizes a key_range object for communication with storage engine.
+ Initializes a key_range object for communication with storage engine.
This function facilitates communication with the Storage Engine API by
translating the maximum endpoint of the interval represented by this