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

Merge 10.2 into 10.3

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

View File

@ -4227,10 +4227,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 TRUE;
}
to->str= strmake(db.str, db.length);