1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

mysql-test/innodb_trx_weight.inc: Add username root to the "connect" statement.

The Unix user running mysql-test-run usually does not have any privileges
on the MySQL test database.
This commit is contained in:
marko
2007-06-06 12:13:59 +00:00
parent 1c74a62860
commit c903a0fb30

View File

@@ -1,5 +1,5 @@
-- connect (con1,localhost,,,)
-- connect (con2,localhost,,,)
-- connect (con1,localhost,root,,)
-- connect (con2,localhost,root,,)
-- connection con1
SET autocommit=0;