summaryrefslogtreecommitdiffstats
path: root/mysql-test/main/change_user.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/change_user.result')
-rw-r--r--mysql-test/main/change_user.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/change_user.result b/mysql-test/main/change_user.result
index fa934fbf..c91522dc 100644
--- a/mysql-test/main/change_user.result
+++ b/mysql-test/main/change_user.result
@@ -1,4 +1,6 @@
set global secure_auth=0;
+Warnings:
+Warning 1287 '@@secure_auth' is deprecated and will be removed in a future release
create user test_nopw;
grant select on test.* to test_nopw;
create user test_oldpw identified by password "09301740536db389";
@@ -90,6 +92,8 @@ NULL
FLUSH STATUS;
Value of com_select did not change
set global secure_auth=default;
+Warnings:
+Warning 1287 '@@secure_auth' is deprecated and will be removed in a future release
set timestamp=unix_timestamp('2010-10-10 10:10:10');
select now();
now()