We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2603411 commit c63e318Copy full SHA for c63e318
lib/puppet/provider/mysql.rb
@@ -22,7 +22,6 @@ def self.defaults_file
22
def self.mysqld_type
23
# find the mysql "dialect" like mariadb / mysql etc.
24
mysqld_version_string.scan(/mariadb/i) { return "mariadb" }
25
- mysqld_version_string.scan(/\s\(mysql/i) { return "mysql" }
26
mysqld_version_string.scan(/\s\(percona/i) { return "percona" }
27
return "mysql"
28
end
0 commit comments