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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-04-05 01:48:27 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-04-05 01:51:11 +0400
commit8abd0210a447e1427f08302b9356a75dbdc61d25 (patch)
tree076b18750b249ee95bfe327a0335dee3310da414 /tests/resources/piwik-1.13-dump.sql
parent8e54143d90f946f51b7d49a14d80578dab543c10 (diff)
Remove explicit database creation and connection in SQL dump file.
Diffstat (limited to 'tests/resources/piwik-1.13-dump.sql')
-rw-r--r--tests/resources/piwik-1.13-dump.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/resources/piwik-1.13-dump.sql b/tests/resources/piwik-1.13-dump.sql
index e39488b63a..fe38f2ae81 100644
--- a/tests/resources/piwik-1.13-dump.sql
+++ b/tests/resources/piwik-1.13-dump.sql
@@ -19,10 +19,6 @@
-- Current Database: `piwik_tests`
--
-CREATE DATABASE /*!32312 IF NOT EXISTS*/ `piwik_tests` /*!40100 DEFAULT CHARACTER SET utf8 */;
-
-USE `piwik_tests`;
-
--
-- Table structure for table `piwiktests_access`
--