summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysql_upgrade-6984.result
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2016-03-25 20:51:22 +0400
committerSergey Vojtovich <svoj@mariadb.org>2016-03-31 10:11:16 +0400
commit282497dd6d1049b4fb963641504c2733752845a7 (patch)
tree7288d17c29fbbe9ac47ec51f6988fb954f59a361 /mysql-test/r/mysql_upgrade-6984.result
parent5052e2479e873461bebfcedbc674bbaf57d3c968 (diff)
downloadmariadb-git-282497dd6d1049b4fb963641504c2733752845a7.tar.gz
MDEV-6720 - enable connection log in mysqltest by default
Diffstat (limited to 'mysql-test/r/mysql_upgrade-6984.result')
-rw-r--r--mysql-test/r/mysql_upgrade-6984.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysql_upgrade-6984.result b/mysql-test/r/mysql_upgrade-6984.result
index 6aea4806ddb..fec0fcacb5f 100644
--- a/mysql-test/r/mysql_upgrade-6984.result
+++ b/mysql-test/r/mysql_upgrade-6984.result
@@ -55,6 +55,7 @@ performance_schema
test
Phase 6/6: Running 'FLUSH PRIVILEGES'
OK
+connect con1,localhost,root,foo,,,;
update mysql.user set password='' where user='root';
flush privileges;
set global event_scheduler=OFF;