From: Jorge Pereira Date: Fri, 13 Aug 2021 13:01:50 +0000 (-0300) Subject: MariADB >= 10.6 also support 'SKIP LOCK' (#4180) X-Git-Tag: release_3_0_24~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8db906c7ba82fa4439efa3cdebc4b2d6d5891ada;p=thirdparty%2Ffreeradius-server.git MariADB >= 10.6 also support 'SKIP LOCK' (#4180) --- diff --git a/raddb/mods-config/sql/ippool/mysql/queries.conf b/raddb/mods-config/sql/ippool/mysql/queries.conf index 50cae46a716..eda9793a381 100644 --- a/raddb/mods-config/sql/ippool/mysql/queries.conf +++ b/raddb/mods-config/sql/ippool/mysql/queries.conf @@ -6,8 +6,9 @@ # Using SKIP LOCKED speeds up selection queries -# However, it requires MySQL >= 8.0.1. Uncomment the -# following if you are running a suitable version of MySQL +# However, it requires MySQL >= 8.0.1 or MariaDB >= 10.6. +# Uncomment the following if you are running a suitable +# version of MySQL # #skip_locked = "SKIP LOCKED" skip_locked = ""