]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
MariADB >= 10.6 also support 'SKIP LOCK' (#4180)
authorJorge Pereira <jpereira@users.noreply.github.com>
Fri, 13 Aug 2021 13:01:50 +0000 (10:01 -0300)
committerGitHub <noreply@github.com>
Fri, 13 Aug 2021 13:01:50 +0000 (09:01 -0400)
raddb/mods-config/sql/ippool/mysql/queries.conf

index 50cae46a716cf4b9531fd538f948771b5744bc37..eda9793a381e38dd061d2180988620fffcff44d7 100644 (file)
@@ -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 = ""