1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-18 23:03:28 +03:00

Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä
2021-08-31 10:04:56 +03:00
15 changed files with 75 additions and 44 deletions

View File

@ -4408,11 +4408,8 @@ public:
for any CTE references.
*/
if (!lex->with_cte_resolution)
{
my_message(ER_NO_DB_ERROR, ER(ER_NO_DB_ERROR), MYF(0));
return TRUE;
}
return FALSE;
return TRUE;
}
to->str= strmake(db.str, db.length);