mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
branches/zip: btr_cur_insert_if_possible(): Correct the function comment.
This commit is contained in:
parent
0749ae93df
commit
f178e7a968
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ btr_cur_open_at_rnd_pos(
|
|||
|
||||
/*****************************************************************
|
||||
Inserts a record if there is enough space, or if enough space can
|
||||
be freed by reorganizing. Differs from _optimistic_insert because
|
||||
be freed by reorganizing. Differs from btr_cur_optimistic_insert because
|
||||
no heuristics is applied to whether it pays to use CPU time for
|
||||
reorganizing the page or not. */
|
||||
static
|
||||
|
|
Loading…
Add table
Reference in a new issue