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

Fix typos in C comments inside sql/

This commit is contained in:
Vasilii Lakhin
2025-03-09 18:19:33 +02:00
committed by Sergey Vojtovich
parent 153778437d
commit 717c12de0e
193 changed files with 746 additions and 746 deletions

View File

@@ -190,7 +190,7 @@ class Frame_cursor;
/*
This handles computation of one window function.
Currently, we make a spearate filesort() call for each window function.
Currently, we make a separate filesort() call for each window function.
*/
class Window_func_runner : public Sql_alloc
@@ -240,7 +240,7 @@ class Explain_aggr_window_funcs;
This is a "window function computation phase": a single object of this class
takes care of computing all window functions in a SELECT.
- JOIN optimizer is exected to call setup() during query optimization.
- JOIN optimizer is executed to call setup() during query optimization.
- JOIN::exec() should call exec() once it has collected join output in a
temporary table.
*/