diff options
author | kostja@oak.local <> | 2003-07-08 02:36:14 +0400 |
---|---|---|
committer | kostja@oak.local <> | 2003-07-08 02:36:14 +0400 |
commit | a232225b69cc34f18f87a761e19fc0e3d2790d97 (patch) | |
tree | 5a836d0a6e734d06562d84c77adfb6a8a3923e7d /mysql-test/r/connect.result | |
parent | 1d20b23247e19aa6aa5e309fc47d5c5c3bbfe433 (diff) | |
download | mariadb-git-a232225b69cc34f18f87a761e19fc0e3d2790d97.tar.gz |
Preliminary support for options --secure-auth,
--old-passwords
Support for option --old-protocol was removed.
Some test performed.
Tests for SSL and replication are pending.
More strict following to specification for --old-passwords
is in the TODO.
Diffstat (limited to 'mysql-test/r/connect.result')
-rw-r--r-- | mysql-test/r/connect.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/connect.result b/mysql-test/r/connect.result index 9c848c3434f..c0608af0de2 100644 --- a/mysql-test/r/connect.result +++ b/mysql-test/r/connect.result @@ -30,6 +30,7 @@ show tables; Tables_in_test update mysql.user set password=old_password("gambling2") where user="test"; flush privileges; +set password=old_password('gambling3'); show tables; Tables_in_mysql columns_priv |