summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authormkaruza <mario.karuza@galeracluster.com>2021-04-26 11:17:30 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2021-04-28 08:26:58 +0300
commit10f33b62e96b9ab566ffc51ad960c91988773d04 (patch)
tree5084e59570c342cea2c4f3a943005531bc31705f /sql/sql_class.h
parent5bc12ca9c294002c09b32238e8bdf4de3dc138dc (diff)
downloadmariadb-git-codership-10.4-MDEV-22227.tar.gz
MDEV-22227 Assertion `state_ == s_exec' failed in wsrep::client_state::start_transactioncodership-10.4-MDEV-22227
Removed redundant code for BF abort transaction in `thr_lock.cc`. TOI operations will ignore provided lock_wait_timeout and use `LONG_TIMEOUT` until operation is finished. Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index d33cd1b35a4..eb9ea535862 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -615,6 +615,7 @@ typedef struct system_variables
are based on the cluster size):
*/
ulong saved_auto_increment_increment, saved_auto_increment_offset;
+ ulong saved_lock_wait_timeout;
#endif /* WITH_WSREP */
uint eq_range_index_dive_limit;
ulong column_compression_zlib_strategy;