1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00
Files
mariadb/mysql-test/r
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
..
2006-03-14 09:37:29 -08:00
2006-02-15 02:19:42 +02:00
2006-03-02 23:40:51 +01:00
2006-03-06 23:20:19 +01:00
2006-03-06 23:20:19 +01:00
2006-03-06 23:20:19 +01:00
2006-02-06 11:35:13 -08:00
2006-01-06 00:47:49 +02:00
2006-01-12 19:51:02 +01:00
2006-02-02 23:56:08 -08:00
2005-12-06 21:28:13 +01:00
2006-01-27 21:20:28 -08:00
2006-03-06 23:43:47 +01:00
2006-03-06 20:06:56 +01:00
2005-12-06 21:28:13 +01:00
2006-01-12 12:27:25 -08:00
2006-01-12 19:51:02 +01:00
2005-11-06 00:20:37 +01:00
2006-03-11 15:52:38 +01:00
2006-01-19 13:32:58 -05:00
2006-03-14 09:37:29 -08:00
2006-03-10 14:36:48 +01:00
2005-12-14 00:23:46 +02:00
2006-03-10 21:43:50 +01:00
2006-01-12 19:51:02 +01:00
2006-02-26 15:11:56 +02:00
2006-03-20 19:37:44 +04:00
2006-02-26 15:11:56 +02:00
2006-02-09 15:29:57 +01:00
2006-02-09 15:29:57 +01:00
2006-02-13 16:36:11 +01:00
2006-02-13 16:36:11 +01:00
2006-03-11 15:52:38 +01:00
2006-03-13 09:03:05 +01:00
2006-03-11 15:52:38 +01:00
2006-02-15 14:02:47 +01:00
2006-01-12 19:51:02 +01:00
2006-03-11 15:52:38 +01:00
2006-02-10 12:52:35 +01:00
2006-02-10 12:52:35 +01:00
2006-02-10 12:52:35 +01:00
2006-02-15 14:02:47 +01:00
2006-03-10 17:31:07 +01:00
2006-02-08 10:33:21 +01:00
2006-02-15 14:02:47 +01:00
2006-03-06 20:09:16 +01:00
2006-02-17 00:54:00 +01:00
2005-12-23 14:45:02 +01:00
2006-01-13 16:27:38 +03:00
2006-03-14 09:37:29 -08:00
2006-03-09 21:00:45 +03:00
2006-03-06 23:20:19 +01:00
2006-03-06 23:20:19 +01:00
2005-12-12 13:29:48 +03:00
2006-03-14 09:37:29 -08:00
2006-03-06 23:20:19 +01:00
2006-03-14 09:37:29 -08:00
2006-03-15 11:57:37 +04:00