1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fix typos

Signed-off-by: lilinjie <lilinjie@uniontech.com>
This commit is contained in:
lilinjie
2023-01-12 10:38:38 +08:00
committed by Daniel Black
parent b194c83b7b
commit eb145e5ad7
5 changed files with 9 additions and 9 deletions

View File

@ -711,7 +711,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
@ -732,7 +732,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
@ -749,7 +749,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
@ -770,7 +770,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