1
0
mirror of https://github.com/MariaDB/server.git synced 2025-04-26 11:49:09 +03:00
unknown ae7974b112 Bug#11835 CREATE FUNCTION crashes server
- Update for 5.1
 - Add "have_dlopen"
 - Remove requirement to load udf's only in "opt_plugin_dir" 


include/my_global.h:
  Remove duplicate defines
mysql-test/include/have_udf.inc:
  Use "have_dlopen" to check if we "have udf"
mysql-test/r/have_udf.require:
  Use "have_dlopen" to check if we "have udf"
mysql-test/r/udf.result:
  Update for new error message "function"->"symbol"
sql/item_func.cc:
  Remove "evil" dbug printour that checks args[0] even if arg_count is 0
sql/mysql_priv.h:
  Add "have_dlopen"
sql/mysqld.cc:
  Add "have_dlopen"
  Move HAVE_DLOPEN defined to only surround "udf_free" and "udf_init"
sql/set_var.cc:
  Add "have_dlopen"
sql/sql_plugin.cc:
  Surround 'dlclose' with HAVE_DLOPEN
sql/sql_udf.cc:
  Remove the requirement to load udf's only from "opt_plugin_dir".
  Fix spelling error
2006-03-21 10:54:26 +01:00
..
2005-12-21 10:18:40 -08:00
2005-09-30 14:03:55 +02:00
2006-02-28 18:33:38 +01:00
2006-03-17 09:40:48 +01:00
2006-03-01 10:16:14 +01:00
2006-03-06 23:20:19 +01:00
2006-03-06 23:20:19 +01:00
2006-03-10 19:22:21 +03:00
2005-11-23 22:45:02 +02:00
2006-03-20 09:35:56 +01:00
2005-11-26 05:35:37 +01:00
2005-07-25 12:57:23 -07:00
2005-10-15 14:32:37 -07:00
2005-11-23 22:45:02 +02:00
2006-03-15 11:57:37 +04:00
2005-11-23 22:58:53 +02:00
2006-02-17 11:26:03 +04:00
2006-03-13 16:07:00 +01:00
2006-03-18 18:48:21 +04:00
2006-03-18 18:48:21 +04:00
2005-12-01 13:34:48 +01:00
2006-03-11 15:52:38 +01:00
2006-01-01 22:18:02 +01:00
2006-02-01 16:00:11 +01:00
2006-02-14 17:05:36 +01:00
2005-07-20 00:40:49 +02:00
2006-02-14 22:36:11 +01:00
2006-03-20 18:46:13 +04:00
2005-11-23 22:45:02 +02:00
2006-03-13 16:07:00 +01:00
2005-08-12 17:57:19 +03:00
2006-03-20 19:22:56 +04:00
2005-12-14 01:21:56 +02:00
2005-12-21 10:18:40 -08:00
2006-02-25 21:54:34 +02:00
2006-02-25 21:54:34 +02:00
2006-03-18 18:48:21 +04:00