mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix spelling: occurred, execute, which etc
This commit is contained in:
@ -4448,7 +4448,7 @@ uint get_table_open_method(TABLE_LIST *tables,
|
||||
|
||||
@retval FALSE No error, if lock was obtained TABLE_LIST::mdl_request::ticket
|
||||
is set to non-NULL value.
|
||||
@retval TRUE Some error occured (probably thread was killed).
|
||||
@retval TRUE Some error occurred (probably thread was killed).
|
||||
*/
|
||||
|
||||
static bool
|
||||
@ -4556,7 +4556,7 @@ static int fill_schema_table_from_frm(THD *thd, TABLE_LIST *tables,
|
||||
if (try_acquire_high_prio_shared_mdl_lock(thd, &table_list, can_deadlock))
|
||||
{
|
||||
/*
|
||||
Some error occured (most probably we have been killed while
|
||||
Some error occurred (most probably we have been killed while
|
||||
waiting for conflicting locks to go away), let the caller to
|
||||
handle the situation.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user