From c8992fc35be7db8dde588232827da5fdc0f9372f Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 17 Nov 2020 14:28:31 +0200 Subject: Trivial cleanups, no logic changes - Fold long comment rows and updated comments - Moved one private function in class Item_func_rand among other private functions --- sql/sql_lex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql/sql_lex.h') diff --git a/sql/sql_lex.h b/sql/sql_lex.h index 861eb614592..10b71781ce4 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -1113,7 +1113,7 @@ public: */ LEX *parent_lex; enum olap_type olap; - /* FROM clause - points to the beginning of the TABLE_LIST::next_local list. */ + /* FROM clause - points to the beginning of the TABLE_LIST::next_local list */ SQL_I_List table_list; /* @@ -1129,8 +1129,8 @@ public: List pre_fix; /* above list before fix_fields */ bool is_item_list_lookup; /* - Usualy it is pointer to ftfunc_list_alloc, but in union used to create fake - select_lex for calling mysql_select under results of union + Usually it is pointer to ftfunc_list_alloc, but in union used to create + fake select_lex for calling mysql_select under results of union */ List *ftfunc_list; List ftfunc_list_alloc; -- cgit v1.2.1