diff options
author | msvensson@neptunus.(none) <> | 2006-04-12 15:13:16 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-04-12 15:13:16 +0200 |
commit | 9cdd78078e0434cca3eb20d1d9612a3f1c38abb6 (patch) | |
tree | 90ca5269b114f88c1195777a2595d1e9ba68693e /sql/set_var.cc | |
parent | 7c7015909768efdb93e3dfa7e9f4392ad9bd6e2f (diff) | |
download | mariadb-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.cc | 1 |
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}, |