diff options
author | unknown <hhunger@hh-nb.hungers> | 2008-04-11 21:59:33 +0200 |
---|---|---|
committer | unknown <hhunger@hh-nb.hungers> | 2008-04-11 21:59:33 +0200 |
commit | 5fd727f73b3af7cac84bb40de5bb86ca45bb40bf (patch) | |
tree | c0536414bfb14c0921beac8ce14d0893b97f8678 /mysql-test/t/old_passwords_func.test | |
parent | b00c536378b56f06d4d721d975161506e7e0cf2a (diff) | |
download | mariadb-git-5fd727f73b3af7cac84bb40de5bb86ca45bb40bf.tar.gz |
Fixes of system variable test programs for bug#35988.
Diffstat (limited to 'mysql-test/t/old_passwords_func.test')
-rw-r--r-- | mysql-test/t/old_passwords_func.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/old_passwords_func.test b/mysql-test/t/old_passwords_func.test index 47f77e45f9b..2707fc3ab6d 100644 --- a/mysql-test/t/old_passwords_func.test +++ b/mysql-test/t/old_passwords_func.test @@ -24,6 +24,8 @@ # Setup # +--source include/not_embedded.inc + SET @global_old_passwords = @@GLOBAL.old_passwords; SET @session_old_passwords = @@SESSION.old_passwords; SET @global_secure_auth = @@GLOBAL.secure_auth; |