summaryrefslogtreecommitdiff
path: root/MySQLdb
diff options
context:
space:
mode:
authorfarcepest <farcepest@gmail.com>2012-10-02 13:19:09 -0400
committerfarcepest <farcepest@gmail.com>2012-10-02 13:19:09 -0400
commit413c3b6623c65e9591388e3fc3b65f88b7be0ce4 (patch)
treebf80b6ccab09090a2bd9902ce28eabf0acff1f53 /MySQLdb
parent400112e0c348b58d5d11a9a9b1cd4d88f02ba23d (diff)
downloadmysqldb1-413c3b6623c65e9591388e3fc3b65f88b7be0ce4.tar.gz
Giving Travis it's own database with utf8 charset in hopes this will fix the callproc test (which works everywhere else)
Diffstat (limited to 'MySQLdb')
-rw-r--r--MySQLdb/tests/travis.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/MySQLdb/tests/travis.cnf b/MySQLdb/tests/travis.cnf
index e4d5627..e78f52d 100644
--- a/MySQLdb/tests/travis.cnf
+++ b/MySQLdb/tests/travis.cnf
@@ -5,6 +5,6 @@
[MySQLdb-tests]
host = 127.0.0.1
user = root
-database = test
+database = mysqldb_test
#password =
default-character-set = utf8