From fc42cb575cac7cffe03cc008cf0a0a7cf0290872 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 2 Dec 2014 13:43:36 +0100 Subject: [PATCH] Add missing validator for the socket_path attribute refs #7901 --- lib/db_ido_mysql/db_ido_mysql-type.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/db_ido_mysql/db_ido_mysql-type.conf b/lib/db_ido_mysql/db_ido_mysql-type.conf index 74750efcb..36338ece7 100644 --- a/lib/db_ido_mysql/db_ido_mysql-type.conf +++ b/lib/db_ido_mysql/db_ido_mysql-type.conf @@ -21,6 +21,8 @@ %attribute %string "host", %attribute %number "port", + %attribute %string "socket_path", + %attribute %string "user", %attribute %string "password",