mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
Add missed change from 7ffa82b03c
This commit is contained in:
parent
aba2d7301f
commit
ecd4c2b4a9
2 changed files with 2 additions and 2 deletions
|
|
@ -1507,7 +1507,7 @@ void free_used_memory()
|
|||
dynstr_free(&(*q)->content);
|
||||
my_free((*q));
|
||||
}
|
||||
for (i= 0; i < 10; i++)
|
||||
for (i= 0; i < 12; i++)
|
||||
{
|
||||
if (var_reg[i].alloced_len)
|
||||
my_free(var_reg[i].str_val);
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ let $counter= 5000;
|
|||
let $mysql_errno= 9999;
|
||||
while ($mysql_errno)
|
||||
{
|
||||
--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,2002,2006,2013
|
||||
--error 0,ER_SERVER_SHUTDOWN,ER_CONNECTION_KILLED,ER_LOCK_WAIT_TIMEOUT,2002,2006,2013
|
||||
show status;
|
||||
|
||||
dec $counter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue