mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-7886 CREATE VIEW IF NOT EXISTS produces a wrong warning
This commit is contained in:
@ -930,7 +930,7 @@ loop_out:
|
||||
{
|
||||
push_warning_printf(thd, Sql_condition::WARN_LEVEL_NOTE,
|
||||
ER_TABLE_EXISTS_ERROR, ER(ER_TABLE_EXISTS_ERROR),
|
||||
view->db, view->table_name);
|
||||
view->table_name);
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
else if (mode == VIEW_CREATE_NEW)
|
||||
|
Reference in New Issue
Block a user