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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user