diff options
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; |