mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-21229 Update wsrep-lib to deal with libstdc++ vector assertion (#1423)
The assertion was caused by use of operator[] for an empty vector. The wsrep-lib update changes vector operations which access the underlying data array to use data() method which is valid for empty vectors.
This commit is contained in:
parent
f5b76d8c40
commit
9a62120089
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit c9513bd2e49abbc0941689af1f2f2636a25e253e
|
||||
Subproject commit 9b25cebdf11e6da25d83e513a2e4b6db0515abad
|
Loading…
Reference in a new issue