Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä 2023-04-11 16:15:19 +03:00
commit 5bada1246d
348 changed files with 11986 additions and 6963 deletions

View file

@ -1001,6 +1001,7 @@ static int handle_request_for_tables(char *tables, size_t length,
DBUG_RETURN(1);
if (dont_quote)
{
DBUG_ASSERT(op);
DBUG_ASSERT(strlen(op)+strlen(tables)+strlen(options)+8+1 <= query_size);
/* No backticks here as we added them before */