1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

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
This commit is contained in:
Monty
2020-11-17 14:28:31 +02:00
parent 3d56bea3ef
commit c8992fc35b
4 changed files with 43 additions and 36 deletions

View File

@@ -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;