MDEV-11129 CREATE OR REPLACE TABLE t1 AS SELECT spfunc() crashes if spfunc() references t1
fix a typo that broke the main.view test followup for ef295c31e3d
This commit is contained in:
parent
ef295c31e3
commit
cf5226174b
@ -1373,7 +1373,7 @@ retry:
|
|||||||
DBUG_RETURN(res);
|
DBUG_RETURN(res);
|
||||||
|
|
||||||
/* Skip if table alias does not match. */
|
/* Skip if table alias does not match. */
|
||||||
if (check_flag & CHECK_DUP_FOR_CREATE)
|
if (check_flag & CHECK_DUP_ALLOW_DIFFERENT_ALIAS)
|
||||||
{
|
{
|
||||||
if (my_strcasecmp(table_alias_charset, t_alias, res->alias))
|
if (my_strcasecmp(table_alias_charset, t_alias, res->alias))
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user