mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
Fix typo in comment.
This commit is contained in:
parent
8f7fe46eea
commit
5ddc1f7ff5
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ struct trx_struct{
|
|||
NULL */
|
||||
ibool was_chosen_as_deadlock_victim;
|
||||
/* when the transaction decides to wait
|
||||
for a lock, this it sets this to FALSE;
|
||||
for a lock, it sets this to FALSE;
|
||||
if another transaction chooses this
|
||||
transaction as a victim in deadlock
|
||||
resolution, it sets this to TRUE */
|
||||
|
|
Loading…
Add table
Reference in a new issue