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

@@ -10279,7 +10279,7 @@ bool LEX::sp_proc_stmt_statement_finalize(THD *thd, bool no_lookahead)
It is done by transformer.
The extracted condition is saved in cond_pushed_into_where of this select.
cond can remain un empty after the extraction of the condition that can be
COND can remain not empty after the extraction of the conditions that can be
pushed into WHERE. It is saved in remaining_cond.
@note