From: Anders Kaseorg Date: Thu, 18 Dec 2014 07:18:17 +0000 (-0500) Subject: Drop duplicate database indexes X-Git-Tag: 16.3~386^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bd40827b737464ea2de8857fded057122543990a;p=tt-rss.git Drop duplicate database indexes These duplicate indexes were found by the pt-duplicate-key-checker tool in percona-toolkit. Duplicate indexes waste space and slow down the query planner. Closes #835. Signed-off-by: Anders Kaseorg --- diff --git a/include/functions.php b/include/functions.php index 2f3daea1..9b93aed8 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@