unknown
11b533b8be
Bug#25373: Stored functions wasn't compared correctly which leads to a wrong
...
result.
For built-in functions like sqrt() function names are hard-coded and can be
compared by pointer. But this isn't the case for a used-defined stored
functions - names there are dynamical and should be compared as strings.
Now the Item_func::eq() function employs my_strcasecmp() function to compare
used-defined stored functions names.
mysql-test/t/sp.test:
Added a test case for bug#25373: Stored functions wasn't compared correctly which leads to a wrong result.
mysql-test/r/sp.result:
Added a test case for bug#25373: Stored functions wasn't compared correctly which leads to a wrong result.
sql/item_func.cc:
Bug#25373: Stored functions wasn't compared correctly which leads to a wrong
result.
Now the Item_func::eq() function employs my_strcasecmp() function to compare
used-defined stored functions names.
2007-03-07 22:11:57 +03:00
..
2007-01-19 23:15:59 +03:00
2007-01-18 18:37:52 -07:00
2006-12-11 16:43:21 +01:00
2007-02-16 15:43:50 -08:00
2006-11-15 12:23:07 -05:00
2007-02-14 18:35:59 +02:00
2007-02-06 13:57:20 +04:00
2006-11-28 15:44:11 +02:00
2006-11-09 14:27:34 +04:00
2006-11-20 22:42:06 +02:00
2006-12-22 15:30:37 +03:00
2006-10-30 10:14:03 +04:00
2006-11-28 16:26:15 +04:00
2006-11-20 17:57:57 +04:00
2006-11-22 14:06:37 +04:00
2007-02-12 15:41:36 +04:00
2007-01-12 16:43:52 +03:00
2007-01-31 10:18:26 +02:00
2007-02-14 22:06:41 -08:00
2006-11-29 13:56:59 -05:00
2006-11-29 12:04:29 +01:00
2006-11-29 12:04:29 +01:00
2006-12-01 09:49:19 +01:00
2007-01-03 03:35:57 +04:00
2006-12-08 15:22:46 +04:00
2007-01-22 14:23:53 -08:00
2006-10-30 10:14:03 +04:00
2006-11-30 18:47:59 +02:00
2006-12-26 12:42:54 -07:00
2007-03-02 16:25:56 +02:00
2006-11-27 14:58:57 -05:00
2007-03-02 12:14:50 +02:00
2006-11-06 23:02:40 -05:00
2007-01-30 17:43:34 +02:00
2006-12-19 15:04:26 +02:00
2007-02-12 15:41:36 +04:00
2007-01-24 16:45:30 +03:00
2007-01-11 23:18:01 +03:00
2006-11-28 18:06:47 +02:00
2006-11-13 16:55:05 +01:00
2006-11-23 22:55:36 +03:00
2006-11-23 22:55:36 +03:00
2006-12-26 17:47:30 +04:00
2006-12-26 17:47:30 +04:00
2007-02-12 16:06:14 +04:00
2006-11-15 10:23:27 +01:00
2007-02-10 23:55:56 -08:00
2006-12-19 16:57:51 -07:00
2007-02-14 22:06:41 -08:00
2006-11-13 20:06:45 +04:00
2007-02-16 19:39:28 +03:00
2007-02-19 14:39:37 +02:00
2007-01-22 15:14:38 +03:00
2007-01-31 16:04:38 +02:00
2007-02-09 12:54:50 -08:00
2007-01-11 19:10:01 +02:00
2006-11-15 10:23:27 +01:00
2007-02-07 14:22:19 -08:00
2006-11-14 19:45:52 +01:00
2006-11-14 19:45:52 +01:00
2006-10-30 14:40:15 +04:00
2007-01-31 17:09:58 +04:00
2006-11-09 16:55:42 +02:00
2006-11-28 16:26:15 +04:00
2007-02-14 22:06:41 -08:00
2006-11-13 13:39:49 +01:00
2006-11-28 13:08:41 -05:00
2006-11-10 13:25:10 +01:00
2006-11-28 16:26:15 +04:00
2007-01-22 15:52:15 +02:00
2006-12-15 00:51:37 +02:00
2006-10-24 17:54:45 +02:00
2006-12-08 23:33:39 +01:00
2007-02-21 14:07:08 +02:00
2007-01-23 00:34:00 +07:00
2007-01-08 13:53:37 +01:00
2006-12-07 15:51:16 +01:00
2007-02-21 19:38:40 +02:00
2006-10-31 16:09:31 +01:00
2007-02-06 23:06:58 +01:00
2007-01-12 23:22:41 +03:00
2007-01-18 13:26:48 -07:00
2006-11-30 15:02:33 +01:00
2007-01-31 19:31:36 -08:00
2006-10-19 15:04:12 +02:00
2007-02-06 16:28:36 +01:00
2007-01-10 08:55:55 -08:00
2007-02-01 18:00:24 +04:00
2006-11-17 10:30:16 +04:00
2007-01-31 16:23:10 -05:00
2006-11-20 17:35:23 +03:00
2006-11-10 15:05:38 +03:00
2006-10-19 18:48:37 +05:00
2006-11-27 19:56:04 +01:00
2006-11-09 14:27:34 +04:00
2006-11-28 16:26:15 +04:00
2006-11-28 20:59:57 +01:00
2006-11-30 11:08:23 +04:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-11-01 12:30:01 +04:00
2006-11-15 10:23:27 +01:00
2006-12-07 09:31:53 +04:00
2006-11-15 10:23:27 +01:00
2006-11-15 12:53:07 +02:00
2007-01-08 22:01:06 +01:00
2006-12-08 23:33:39 +01:00
2006-11-13 15:40:22 -07:00
2006-11-15 10:23:27 +01:00
2006-11-03 15:27:37 +04:00
2007-02-14 22:06:41 -08:00
2006-11-28 00:47:21 +02:00
2006-12-11 16:59:02 -07:00
2007-01-23 14:08:58 +04:00
2007-01-23 15:03:48 +03:00
2006-10-19 11:39:51 -07:00
2007-03-07 22:11:57 +03:00
2007-01-29 19:09:30 +01:00
2006-10-30 10:14:03 +04:00
2006-10-30 10:14:03 +04:00
2006-10-30 10:14:03 +04:00
2006-10-30 10:14:03 +04:00
2006-10-30 10:14:03 +04:00
2007-01-12 23:22:41 +03:00
2007-02-21 23:00:32 +03:00
2007-02-21 23:00:32 +03:00
2007-02-01 18:00:24 +04:00
2006-11-01 17:35:35 +03:00
2006-11-01 16:47:40 +03:00
2006-11-01 16:47:40 +03:00
2007-02-01 13:25:50 +02:00
2007-01-09 22:35:30 +03:00
2007-01-18 15:28:45 +04:00
2007-01-18 17:10:00 +04:00
2007-02-14 22:06:41 -08:00
2006-10-25 20:14:39 +05:00
2007-02-12 14:32:06 +01:00
2007-01-31 10:07:56 +04:00
2006-11-17 10:30:16 +04:00
2006-12-04 14:29:51 +02:00
2007-01-18 17:33:38 +02:00
2007-03-05 23:33:57 +03:00
2006-11-28 16:26:15 +04:00
2007-01-09 23:24:56 +03:00
2006-11-09 12:00:27 +01:00
2006-12-05 14:08:19 +04:00
2007-01-18 13:06:10 +03:00
2007-02-11 19:36:46 -08:00
2007-01-10 16:55:53 +02:00
2006-12-07 17:01:00 +01:00