1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/mysql-test/include
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
..
2003-08-28 06:08:17 +03:00
2005-07-06 17:16:22 +05:00
2006-02-27 02:56:34 +01:00
2005-05-05 10:36:17 -07:00
2003-01-28 08:38:28 +02:00
2004-06-20 19:11:02 +02:00
2005-07-22 21:06:02 +05:00
2005-12-06 21:28:13 +01:00
2006-01-12 19:51:02 +01:00
2005-02-07 18:05:11 +01:00
2003-12-25 20:11:01 +04:00
2006-02-16 16:33:46 +01:00
2003-05-21 21:39:58 +03:00
2006-02-13 16:36:11 +01:00
2006-01-12 19:51:02 +01:00
2004-12-13 21:00:43 +01:00
2005-06-17 14:03:27 +02:00
2006-03-09 16:30:59 +01:00
2005-06-16 12:46:09 +02:00