ha_innodb.cc:
Warning fixed. sql/ha_innodb.cc: Warning fixed.
This commit is contained in:
parent
3887705e09
commit
a0af9b7e63
@ -465,7 +465,8 @@ convert_error_code_to_mysql(
|
|||||||
latest SQL statement in a lock wait timeout. Previously, we
|
latest SQL statement in a lock wait timeout. Previously, we
|
||||||
rolled back the whole transaction. */
|
rolled back the whole transaction. */
|
||||||
|
|
||||||
mark_transaction_to_rollback(thd, row_rollback_on_timeout);
|
mark_transaction_to_rollback(thd,
|
||||||
|
(bool)row_rollback_on_timeout);
|
||||||
|
|
||||||
return(HA_ERR_LOCK_WAIT_TIMEOUT);
|
return(HA_ERR_LOCK_WAIT_TIMEOUT);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user