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-04-07 19:24:14 +03:00
2003-08-28 06:08:17 +03:00
2006-01-26 17:54:34 +01:00
2005-10-18 15:38:32 +02:00
2004-12-10 17:58:13 +04:00
2005-01-13 18:12:04 +04:00
2005-07-06 17:16:22 +05:00
2005-09-21 23:10:51 +05:00
2006-02-27 02:56:34 +01:00
2004-12-01 19:25:05 +04:00
2005-07-15 17:33:47 -07:00
2005-07-15 17:33:47 -07:00
2006-03-03 11:52:52 +01:00
2005-10-27 22:45:18 +03:00
2001-10-04 15:42:25 -06:00
2003-12-24 16:59:48 +04:00
2005-12-22 06:39:02 +01:00
2005-12-22 06:39:02 +01:00
2005-03-22 16:10:39 -08:00
2003-04-09 20:50:30 -04:00
2005-05-05 10:36:17 -07:00
2005-03-03 14:15:37 +04:00
2003-01-28 08:38:28 +02:00
2004-08-12 20:57:18 -07:00
2004-06-20 19:11:02 +02:00
2005-02-01 14:37:51 +04:00
2005-12-09 16:37:58 +04:00
2004-08-13 17:14:36 -07:00
2005-01-20 18:36:40 -08:00
2005-12-09 16:37:58 +04:00
2005-07-22 21:06:02 +05:00
2005-10-27 22:45:18 +03:00
2001-10-04 15:42:25 -06:00
2005-09-06 12:33:36 +02: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
2001-10-04 15:42:25 -06:00
2006-01-24 08:30:54 +01:00
2006-01-23 08:42:32 -06:00
2004-10-26 19:30:01 +03:00
2005-12-22 06:39:02 +01:00
2004-03-25 14:29:56 +04:00
2003-12-25 20:11:01 +04:00
2003-05-23 15:10:05 +05:00
2006-03-21 10:54:26 +01:00
2003-05-23 15:10:05 +05:00
2006-01-19 05:56:06 +03:00
2005-11-18 16:30:27 +01:00
2005-10-31 12:25:08 +01:00
2005-07-15 17:51:43 +02:00
2005-09-05 16:50:32 +02:00
2006-02-22 10:07:54 +01:00
2005-01-26 14:38:13 +01:00
2006-02-16 16:33:46 +01:00
2006-03-09 03:37:25 +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
2005-06-17 18:07:46 +02:00
2005-12-22 06:39:02 +01:00
2005-08-03 17:38:55 -07:00
2006-02-22 10:07:54 +01:00
2006-01-17 08:40:00 +01:00
2006-01-17 08:40:00 +01:00
2006-01-17 08:40:00 +01:00
2006-02-22 10:07:54 +01:00
2005-08-25 06:55:48 +03:00
2005-06-20 12:09:00 +02:00
2004-12-13 21:00:43 +01:00
2005-06-07 14:11:36 +04:00
2005-10-31 12:25:08 +01:00
2004-09-25 19:08:02 +04:00
2006-02-28 16:14:46 +01:00
2005-12-22 06:39:02 +01:00
2006-02-24 16:19:55 +01:00
2005-12-22 06:39:02 +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
2005-06-15 19:16:17 +02:00
2006-01-24 08:30:54 +01:00
2006-01-24 08:30:54 +01:00
2005-12-07 17:01:17 +03:00
2006-01-19 05:56:06 +03:00
2006-01-24 08:30:54 +01:00
2005-01-26 10:19:28 +01:00
2005-08-15 13:02:29 +04:00
2005-08-31 18:32:15 -07:00