mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Misc. typos
Found via `codespell -i 3 -w --skip="./debian/po" -I ../mariadb-server-word-whitelist.txt ./cmake/ ./debian/ ./Docs/ ./include/ ./man/ ./plugin/ ./strings/`
This commit is contained in:
committed by
Sergey Vojtovich
parent
7c68930031
commit
3dd01669b4
@ -46,7 +46,7 @@ Once an 'open_index' request is issued, the HandlerSocket plugin opens the
|
||||
specified index and keep it open until the client connection is closed. Each
|
||||
open index is identified by <indexid>. If <indexid> is already open, the old
|
||||
open index is closed. You can open the same combination of <dbname>
|
||||
<tablename> <indexname> multple times, possibly with different <columns>.
|
||||
<tablename> <indexname> multiple times, possibly with different <columns>.
|
||||
For efficiency, keep <indexid> small as far as possible.
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user