Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
af711e60
Commit
af711e60
authored
Aug 30, 2013
by
webchick
Browse files
Issue
#2062399
by kattekrab: Add Percona Server to list of supported MySQL alternative databases.
parent
135f4e6a
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/INSTALL.txt
View file @
af711e60
...
...
@@ -23,6 +23,8 @@ Drupal requires:
- MySQL 5.0.15 (or greater) (http://www.mysql.com/).
- MariaDB 5.1.44 (or greater) (http://mariadb.org/). MariaDB is a fully
compatible drop-in replacement for MySQL.
- Percona Server 5.1.70 (or greater) (http://www.percona.com/). Percona
Server is a backwards-compatible replacement for MySQL.
- PostgreSQL 8.3 (or greater) (http://www.postgresql.org/).
- SQLite 3.4.2 (or greater) (http://www.sqlite.org/).
...
...
core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php
View file @
af711e60
...
...
@@ -27,7 +27,7 @@ class Tasks extends InstallTasks {
* Returns a human-readable name string for MySQL and equivalent databases.
*/
public
function
name
()
{
return
t
(
'MySQL, MariaDB, or equivalent'
);
return
t
(
'MySQL, MariaDB,
Percona Server,
or equivalent'
);
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment