1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge 10.6 into 10.7

This commit is contained in:
Marko Mäkelä
2022-03-03 11:11:00 +02:00
17 changed files with 51 additions and 37 deletions

View File

@ -4457,7 +4457,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.