1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2021-08-31 11:00:41 +03:00
22 changed files with 107 additions and 377 deletions

View File

@@ -4663,11 +4663,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);