Merge "Enforce UTF-8 encoding when creating databases"

This commit is contained in:
Jenkins
2015-01-20 15:44:07 +00:00
committed by Gerrit Code Review
14 changed files with 15 additions and 22 deletions
+1 -3
View File
@@ -99,11 +99,9 @@ function initialize_database_backends {
# Recreate a given database
# $1 The name of the database
# $2 The character set/encoding of the database
function recreate_database {
local db=$1
local charset=$2
recreate_database_$DATABASE_TYPE $db $charset
recreate_database_$DATABASE_TYPE $db
}
# Install the database