mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@@ -994,6 +994,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