summaryrefslogtreecommitdiff
path: root/includes/database/mysql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-28 19:57:34 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-28 19:57:34 +0000
commit267ebfb7b61bd6a440e50649ebf6e3c1d36c9f84 (patch)
tree69f0b8531d81f07b3d61ba47e4721d4c1ac3c7b0 /includes/database/mysql
parent02b746382e55aa728760650eec2dd6f9a8e3239e (diff)
downloadbrdo-267ebfb7b61bd6a440e50649ebf6e3c1d36c9f84.tar.gz
brdo-267ebfb7b61bd6a440e50649ebf6e3c1d36c9f84.tar.bz2
- Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be per database connection.
Diffstat (limited to 'includes/database/mysql')
-rw-r--r--includes/database/mysql/schema.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/mysql/schema.inc b/includes/database/mysql/schema.inc
index 6a173d4fe..7be5d0280 100644
--- a/includes/database/mysql/schema.inc
+++ b/includes/database/mysql/schema.inc
@@ -25,7 +25,7 @@ class DatabaseSchema_mysql extends DatabaseSchema {
const COMMENT_MAX_COLUMN = 255;
/**
- * Get information about the table and database name from the db_prefix.
+ * Get information about the table and database name from the prefix.
*
* @return
* A keyed array with information about the database, table name and prefix.