mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
ha_innodb.cc:
trx_is_interrupted(): Remove debug output.
This commit is contained in:
parent
ab713b4b22
commit
c6e329d42c
1 changed files with 0 additions and 5 deletions
|
@ -1005,11 +1005,6 @@ trx_is_interrupted(
|
|||
/* out: TRUE if interrupted */
|
||||
trx_t* trx) /* in: transaction */
|
||||
{
|
||||
fprintf(stderr,
|
||||
"trx_is_interrupted: %p %p %d\n",
|
||||
trx, trx ? trx->mysql_thd : 0,
|
||||
trx && trx->mysql_thd ? ((THD*) trx->mysql_thd)->killed : -1);
|
||||
|
||||
return(trx && trx->mysql_thd && ((THD*) trx->mysql_thd)->killed);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue