mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix various spelling errors
e.g. - dont -> don't - occurence -> occurrence - succesfully -> successfully - easyly -> easily Also remove trailing space in selected files. These changes span: - server core - Connect and Innobase storage engine code - OQgraph, Sphinx and TokuDB storage engines Related to MDEV-21769.
This commit is contained in:
@ -1247,7 +1247,7 @@ int DsMrr_impl::setup_two_handlers()
|
||||
scans.
|
||||
|
||||
Calling primary_file->index_end() will invoke dsmrr_close() for this object,
|
||||
which will delete secondary_file. We need to keep it, so put it away and dont
|
||||
which will delete secondary_file. We need to keep it, so put it away and don't
|
||||
let it be deleted:
|
||||
*/
|
||||
if (primary_file->inited == handler::INDEX)
|
||||
|
Reference in New Issue
Block a user