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