From 14446290f74e2207a8fca9249f92dbaa8c835dc2 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 22 Dec 2021 21:26:22 +0300 Subject: [PATCH] jemalloc: update to dev/5.3RC And now we can use upstream jemalloc, since all required patches had been merged into upstream (we have to use fork since there was no new 5.2.x releases). v2: rebase to include patch for failed assert --- .gitmodules | 2 +- contrib/jemalloc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 91f4ddb2007..2a1859d5d26 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,7 +38,7 @@ url = https://github.com/ClickHouse-Extras/mariadb-connector-c.git [submodule "contrib/jemalloc"] path = contrib/jemalloc - url = https://github.com/ClickHouse-Extras/jemalloc.git + url = https://github.com/jemalloc/jemalloc.git [submodule "contrib/unixodbc"] path = contrib/unixodbc url = https://github.com/ClickHouse-Extras/UnixODBC.git diff --git a/contrib/jemalloc b/contrib/jemalloc index a1404807211..ca709c3139f 160000 --- a/contrib/jemalloc +++ b/contrib/jemalloc @@ -1 +1 @@ -Subproject commit a1404807211b1612539f840b3dcb1bf38d1a269e +Subproject commit ca709c3139f77f4c00a903cdee46d71e9028f6c6