Commit f1f09628 authored by Julien Muchembled's avatar Julien Muchembled

version up: MariaDB & *roonga*

- MariaDB 10.3.38 & 10.4.28
- mroonga 13.00
- groonga 13.0.0
- groonga-normalizer-mysql 1.2.1
parent 8e6f4101
......@@ -15,8 +15,8 @@ extends =
[groonga]
recipe = slapos.recipe.cmmi
shared = true
url = https://packages.groonga.org/source/groonga/groonga-12.0.7.tar.gz
md5sum = 5ef412a6941994e623cb50d76a8be261
url = https://packages.groonga.org/source/groonga/groonga-13.0.0.tar.gz
md5sum = 76aae9bc04c4047cbb31cc543bde8540
groonga-plugin-dir = @@LOCATION@@/lib/groonga/plugins/
# temporary patch to respect more tokens in natural language mode.
patches =
......@@ -48,8 +48,8 @@ environment =
[groonga-normalizer-mysql]
recipe = slapos.recipe.cmmi
shared = true
url = https://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-1.1.8.tar.gz
md5sum = a1520691da3083e14bdc65a9ec57a620
url = https://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-1.2.1.tar.gz
md5sum = d9b48b3ea9dc7423e7c40eb326d86395
groonga-plugin-dir = @@LOCATION@@/lib/groonga/plugins/
pre-configure = mkdir -p ${:groonga-plugin-dir}
make-targets = GROONGA_PLUGINS_DIR=${:groonga-plugin-dir} install
......
......@@ -30,8 +30,8 @@ parts =
recipe = slapos.recipe.cmmi
shared = true
url = https://archive.mariadb.org//mariadb-${:version}/source/mariadb-${:version}.tar.gz
version = 10.4.25
md5sum = 76e6ee973adb7deb15d7936f710eb5a4
version = 10.4.28
md5sum = d098e9af77a26260a6a6c21a7ed0daf6
pre-configure =
set '\bSET(PLUGIN_AUTH_PAM YES CACHE BOOL "")' cmake/build_configurations/mysql_release.cmake
grep -q "$@"
......@@ -101,8 +101,8 @@ post-install =
# as plugin-dir ( https://mariadb.com/kb/en/server-system-variables/#plugin_dir )
recipe = slapos.recipe.cmmi
shared = true
url = https://packages.groonga.org/source/mroonga/mroonga-12.09.tar.gz
md5sum = 637d73b86239cc9c3758e9486746d430
url = https://packages.groonga.org/source/mroonga/mroonga-13.00.tar.gz
md5sum = e7bda4edd284e788abf78e3a6f485fbe
pre-configure =
rm -rf fake_mariadb_source
mkdir -p fake_mariadb_source
......@@ -136,8 +136,8 @@ environment =
### (we just override here for easier revert)
[mariadb-10.3]
<= mariadb-10.4
version = 10.3.35
md5sum = b7a2e69d103eda3dd61c8bad8775c7bd
version = 10.3.38
md5sum = 4cb91021431f514afbb1c1c2ab13944f
post-install =
ldd=`ldd %(location)s/lib/plugin/ha_rocksdb.so`
for x in ${lz4:location} ${snappy:location} ${zstd:location}
......
  • @jerome It looks like this commit broke testTableStructureMigration (ERP5). Maybe also erp5_sql_browser_ui_test:testFunctionalSQLBrowser.

  • I'll try to take a look soon, this week or next week.

    BTW https://jira.mariadb.org/browse/MDEV-23939?focusedCommentId=251089&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-251089 . I'm now trying to run again the test which caused the crash with 10.4.28, it looks OK. I tried one more time with 10.4.17 (with the same old versions from !817 (closed) ) and I got a crash after ~15 minutes, with 10.4.28 it has been running for almost 3 hours now and it looks OK. I'll leave it running a bit more to be sure. What do you think about using 10.4 by default and removing 10.3 ?

  • Or bisect, at least at release level, i.e. find which 10.4.X version seems to fix the issue. Then maybe the list of commit for this release is not too big and we can find an explanation.

  • mentioned in merge request !1364 (merged)

    Toggle commit list
  • mentioned in commit 78385b24

    Toggle commit list
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment