mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge 10.5 into 10.6
This commit is contained in:
commit
5bada1246d
348 changed files with 11986 additions and 6963 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue