summaryrefslogtreecommitdiff
path: root/mysql-test/t/old_passwords_func.test
diff options
context:
space:
mode:
authorunknown <hhunger@hh-nb.hungers>2008-04-11 21:59:33 +0200
committerunknown <hhunger@hh-nb.hungers>2008-04-11 21:59:33 +0200
commit5fd727f73b3af7cac84bb40de5bb86ca45bb40bf (patch)
treec0536414bfb14c0921beac8ce14d0893b97f8678 /mysql-test/t/old_passwords_func.test
parentb00c536378b56f06d4d721d975161506e7e0cf2a (diff)
downloadmariadb-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.test2
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;