Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Updates/1.8.4-b1.php')
-rw-r--r--core/Updates/1.8.4-b1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Updates/1.8.4-b1.php b/core/Updates/1.8.4-b1.php
index efd5e8b76c..272eb08498 100644
--- a/core/Updates/1.8.4-b1.php
+++ b/core/Updates/1.8.4-b1.php
@@ -78,7 +78,7 @@ class Updates_1_8_4_b1 extends Updates
// grouping by name only would be case-insensitive, so we GROUP BY name,hash
// ON (action.type = 1 AND canonical.hash = action.hash) will use index (type, hash)
" INSERT INTO `$duplicates` (
- SELECT
+ SELECT
action.idaction AS `before`,
canonical.idaction AS `after`
FROM