summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2016-11-17 12:04:39 +0400
committerAlexander Barkov <bar@mariadb.org>2016-11-17 12:04:39 +0400
commit42a398b59b5c2d08a9cc8c03d6d082a095a2cd77 (patch)
tree7083140f70f7f31340b14ba4b9c216586ffc9b0c /mysql-test
parent390f2a013b1b223bdce2cd9011a799131eaf13ce (diff)
downloadmariadb-git-42a398b59b5c2d08a9cc8c03d6d082a095a2cd77.tar.gz
Fixing a typo in the patch for MDEV-10780, which caused default.test failure.
Fixing the "connect" command to use "localhost" instead of "127.0.0.1" to make it work with both "mtr" and "mtr --embedded".
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/t/default.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/default.test b/mysql-test/t/default.test
index f386222e497..432df9d4452 100644
--- a/mysql-test/t/default.test
+++ b/mysql-test/t/default.test
@@ -196,7 +196,7 @@ DROP TABLE t1;
--echo #
# Note, the problem was not repeatable with a non-fresh connection.
---connect (con1,127.0.0.1,root,,test)
+--connect (con1,localhost,root,,test)
CREATE TABLE t1 (pk INT AUTO_INCREMENT PRIMARY KEY) ENGINE=MyISAM;
INSERT INTO t1 VALUES ();
INSERT INTO t1 VALUES ();