Fix spelling: occurred, execute, which etc

This commit is contained in:
Otto Kekäläinen 2016-03-04 02:09:37 +02:00
commit 1777fd5f55
126 changed files with 200 additions and 200 deletions

View file

@ -590,7 +590,7 @@ public:
global parameters for union
*/
st_select_lex *global_parameters;
//node on wich we should return current_select pointer after parsing subquery
//node on which we should return current_select pointer after parsing subquery
st_select_lex *return_to;
/* LIMIT clause runtime counters */
ha_rows select_limit_cnt, offset_limit_cnt;