diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2019-08-18 23:18:44 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2019-08-19 10:38:24 +0300 |
commit | 6dd3f24090ce2d237037eb09cf7db083ebbc92f9 (patch) | |
tree | 9f7eac51d80ecb434ec5e695b2667fcf3f5d1b85 /sql/wsrep_thd.cc | |
parent | 44150a770fd861c3837df34357c794432baf8882 (diff) | |
download | mariadb-git-6dd3f24090ce2d237037eb09cf7db083ebbc92f9.tar.gz |
MDEV-19740 Debug build of 10.3.15 FTBFS
* Replace LINT_INIT for non-struct types with ctor initializers;
* Check BUILD_DEPS list is not empty so REMOVE_DUPLICATES won't throw
error.
Diffstat (limited to 'sql/wsrep_thd.cc')
-rw-r--r-- | sql/wsrep_thd.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/wsrep_thd.cc b/sql/wsrep_thd.cc index a45828beab3..32fecda1eaa 100644 --- a/sql/wsrep_thd.cc +++ b/sql/wsrep_thd.cc @@ -432,6 +432,7 @@ static bool create_wsrep_THD(wsrep_thread_args* args) break; default: assert(0); + key= 0; break; } #endif |