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

Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä
2021-08-31 09:22:21 +03:00
17 changed files with 81 additions and 50 deletions

View File

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