summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2020-11-17 14:28:31 +0200
committerMonty <monty@mariadb.org>2020-11-26 19:13:37 +0200
commitc8992fc35be7db8dde588232827da5fdc0f9372f (patch)
tree28fa06d1958a2a8b7225d77e78e8cd49f8d4ec6e /sql/sql_lex.h
parent3d56bea3ef5b6e9dcde8d9a32fa6e2bef268e9e0 (diff)
downloadmariadb-git-c8992fc35be7db8dde588232827da5fdc0f9372f.tar.gz
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
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h6
1 files changed, 3 insertions, 3 deletions
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> table_list;
/*
@@ -1129,8 +1129,8 @@ public:
List<Item> 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<Item_func_match> *ftfunc_list;
List<Item_func_match> ftfunc_list_alloc;