summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-01 21:46:16 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-01 21:46:16 +0000
commit1eae549bd6fd9bcc134d139f4dec9275db82a31e (patch)
tree9c4e7fecc1d5c8eae48ff9ba8dc3da6f8a3e16e6 /includes
parentca8eee7545f75c199bde0121bd6a0792d67c5b91 (diff)
downloadbrdo-1eae549bd6fd9bcc134d139f4dec9275db82a31e.tar.gz
brdo-1eae549bd6fd9bcc134d139f4dec9275db82a31e.tar.bz2
#615508 by Crell: Use slave servers for search module.
Diffstat (limited to 'includes')
-rw-r--r--includes/database/select.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/select.inc b/includes/database/select.inc
index f4094a26e..e34f63c05 100644
--- a/includes/database/select.inc
+++ b/includes/database/select.inc
@@ -1228,7 +1228,7 @@ class SelectQuery extends Query implements SelectQueryInterface {
case '':
$type = 'UNION';
break;
-
+
case 'ALL':
$type = 'UNION ALL';
default: