summaryrefslogtreecommitdiff
path: root/sql/set_var.cc
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-04-12 15:13:16 +0200
committermsvensson@neptunus.(none) <>2006-04-12 15:13:16 +0200
commit9cdd78078e0434cca3eb20d1d9612a3f1c38abb6 (patch)
tree90ca5269b114f88c1195777a2595d1e9ba68693e /sql/set_var.cc
parent7c7015909768efdb93e3dfa7e9f4392ad9bd6e2f (diff)
downloadmariadb-git-9cdd78078e0434cca3eb20d1d9612a3f1c38abb6.tar.gz
Bug#18564 Test failure due to test not checking preconditions
- Add variable "have_dynamic_loading" and use it to check if the udf test should be run.
Diffstat (limited to 'sql/set_var.cc')
-rw-r--r--sql/set_var.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/set_var.cc b/sql/set_var.cc
index 7be79ab59f0..a1860027630 100644
--- a/sql/set_var.cc
+++ b/sql/set_var.cc
@@ -810,6 +810,7 @@ struct show_var_st init_vars[]= {
{"have_compress", (char*) &have_compress, SHOW_HAVE},
{"have_crypt", (char*) &have_crypt, SHOW_HAVE},
{"have_csv", (char*) &have_csv_db, SHOW_HAVE},
+ {"have_dynamic_loading", (char*) &have_dlopen, SHOW_HAVE},
{"have_example_engine", (char*) &have_example_db, SHOW_HAVE},
{"have_federated_engine", (char*) &have_federated_db, SHOW_HAVE},
{"have_geometry", (char*) &have_geometry, SHOW_HAVE},