mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix spelling: occurred, execute, which etc
This commit is contained in:
@ -8531,7 +8531,7 @@ bool setup_on_expr(THD *thd, TABLE_LIST *table, bool is_update)
|
||||
TODO
|
||||
|
||||
RETURN
|
||||
TRUE if some error occured (e.g. out of memory)
|
||||
TRUE if some error occurred (e.g. out of memory)
|
||||
FALSE if all is OK
|
||||
*/
|
||||
|
||||
@ -8641,7 +8641,7 @@ err_no_arena:
|
||||
function.
|
||||
|
||||
@return Status
|
||||
@retval true An error occured.
|
||||
@retval true An error occurred.
|
||||
@retval false OK.
|
||||
*/
|
||||
|
||||
@ -8749,7 +8749,7 @@ err:
|
||||
record[1] buffers correspond to new and old versions of row respectively.
|
||||
|
||||
@return Status
|
||||
@retval true An error occured.
|
||||
@retval true An error occurred.
|
||||
@retval false OK.
|
||||
*/
|
||||
|
||||
@ -8805,7 +8805,7 @@ fill_record_n_invoke_before_triggers(THD *thd, TABLE *table, List<Item> &fields,
|
||||
function.
|
||||
|
||||
@return Status
|
||||
@retval true An error occured.
|
||||
@retval true An error occurred.
|
||||
@retval false OK.
|
||||
*/
|
||||
|
||||
@ -8897,7 +8897,7 @@ err:
|
||||
record[1] buffers correspond to new and old versions of row respectively.
|
||||
|
||||
@return Status
|
||||
@retval true An error occured.
|
||||
@retval true An error occurred.
|
||||
@retval false OK.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user