mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
Fixed typos
- Removed duplicate words, like "the the" and "to to" - Removed duplicate lines (one double sort line found in mysql.cc) - Fixed some typos found while searching for duplicate words. Command used to find duplicate words: egrep -rI "\s([a-zA-Z]+)\s+\1\s" | grep -v param Thanks to Artjoms Rimdjonoks for the command and pointing out the spelling errors.
This commit is contained in:
@@ -1239,7 +1239,7 @@ class JOIN_TAB_SCAN_MRR: public JOIN_TAB_SCAN
|
||||
/* Number of ranges to be processed by the MRR interface */
|
||||
uint ranges;
|
||||
|
||||
/* Flag to to be passed to the MRR interface */
|
||||
/* Flag to be passed to the MRR interface */
|
||||
uint mrr_mode;
|
||||
|
||||
/* MRR buffer assotiated with this join cache */
|
||||
@@ -1274,7 +1274,7 @@ class JOIN_CACHE_BKA :public JOIN_CACHE
|
||||
{
|
||||
private:
|
||||
|
||||
/* Flag to to be passed to the companion JOIN_TAB_SCAN_MRR object */
|
||||
/* Flag to be passed to the companion JOIN_TAB_SCAN_MRR object */
|
||||
uint mrr_mode;
|
||||
|
||||
/*
|
||||
@@ -1370,7 +1370,7 @@ class JOIN_CACHE_BKAH :public JOIN_CACHE_BNLH
|
||||
{
|
||||
|
||||
private:
|
||||
/* Flag to to be passed to the companion JOIN_TAB_SCAN_MRR object */
|
||||
/* Flag to be passed to the companion JOIN_TAB_SCAN_MRR object */
|
||||
uint mrr_mode;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user