When I upgraded the MySQL-Database via the patch.sql shema it exits with error:
It's because the key 'httptest_httptest_1' still exists, but for a other field!
Since this existing index isn't needed in the 1.6-Version (see createshema for v1.6) it can be deleted.
Code:
ERROR 1061 (42000) at line 144: Duplicate key name 'httptest_httptest_1'
Since this existing index isn't needed in the 1.6-Version (see createshema for v1.6) it can be deleted.

Comment