1
0
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:
Otto Kekäläinen
2022-03-02 18:18:43 -08:00
committed by Daniel Black
parent 2db80c3773
commit 1fa872f6ef
12 changed files with 19 additions and 19 deletions

View File

@ -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.