diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2019-12-09 05:45:40 +0000 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2019-12-09 07:45:40 +0200 |
commit | 9a6212008999da44b136605c1abf2cc9c7cc4b2c (patch) | |
tree | 401082fbe3726a56d862d17822a3b0f2fb3dffe4 /wsrep-lib | |
parent | f5b76d8c40f38466c51bb9213bf8efa05c6423bd (diff) | |
download | mariadb-git-9a6212008999da44b136605c1abf2cc9c7cc4b2c.tar.gz |
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.
Diffstat (limited to 'wsrep-lib')
m--------- | wsrep-lib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/wsrep-lib b/wsrep-lib -Subproject c9513bd2e49abbc0941689af1f2f2636a25e253 +Subproject 9b25cebdf11e6da25d83e513a2e4b6db0515aba |