mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix various spelling errors
Among others: existance -> existence reinitialze -> reinitialize successfuly -> successfully
This commit is contained in:
committed by
Daniel Black
parent
2db80c3773
commit
1fa872f6ef
@ -4357,7 +4357,7 @@ int create_table_impl(THD *thd,
|
||||
else if (options.if_not_exists())
|
||||
{
|
||||
/*
|
||||
We never come here as part of normal create table as table existance
|
||||
We never come here as part of normal create table as table existence
|
||||
is checked in open_and_lock_tables(). We may come here as part of
|
||||
ALTER TABLE when converting a table for a distributed engine to a
|
||||
a local one.
|
||||
|
Reference in New Issue
Block a user