kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se
bd47f4f3be
udf_example.c, udf.test, Makefile.am:
...
Converted "udf_example.cc" to C, avoids C++ runtime lib dependency (bug#21336)
2006-07-29 04:41:50 +02:00
msvensson@shellback.(none)
53b842866e
Fix small bug in udf_example.cc, it was processing one char too much and thus returning junk
...
Add more DBUG_PRINT's in udf_handler::val_str
Enable udf.test
2006-04-28 11:37:20 +02:00
msvensson@neptunus.(none)
f1a2c7b14f
use "unsigned long" type just as in function declaration and add surrounding parentheses.
2006-04-05 11:20:12 +02:00
msvensson@devsrv-b.mysql.com
95d2706e32
Fix 'metaphon' function to correctly calculate the length of the returned string
2006-03-24 11:12:32 +01:00
msvensson@neptunus.(none)
a989323996
Merge msvensson@devsrv-b:/space/magnus/bug17261/my50-bug17261
...
into neptunus.(none):/home/msvensson/mysql/bug11835/my50-bug11835
2006-03-10 10:42:42 +01:00
msvensson@devsrv-b.mysql.com
1ab7d91003
Bug#17261 Passing a variable from a stored procedure to UDF crashes mysqld
...
- Update of test toolsand Makefiles to make it possible to test always test udf's as part
of the mysql test suite
2006-03-10 10:41:04 +01:00
msvensson@neptunus.(none)
958a4cd0d3
Merge msvensson@devsrv-b:/space/magnus/bug17261/my50-bug17261
...
into neptunus.(none):/home/msvensson/mysql/bug11835/my50-bug11835
2006-03-10 10:16:50 +01:00
msvensson@devsrv-b.mysql.com
fa1f8a9c80
Bug#17261 Passing a variable from a stored procedure to UDF crashes mysqld
...
- Pass "buffers[i]" to val_str() in udf_handler::fix_fields insteead of NULL.
- Add testcase for UDF that will load and run the udf_example functions
if available
2006-02-15 17:11:24 +01:00
pem@mysql.com
6f170782b2
Fixed BUG#16896: Stored function: unused AGGREGATE-clause in CREATE FUNCTION
...
Check if AGGREGATE was given with a stored (non-UDF) function, and return
error in that case.
Also made udf_example/udf_test work again, by adding a missing *_init()
function. (_init() functions required unless --allow_suspicious_udfs is
given to the server, since March 2005 - it seems udf_example wasn't updated
at the time.)
2006-02-09 13:00:32 +01:00
monty@mishka.local
4f4bbfc279
Merge with 4.1
2004-12-22 13:54:39 +02:00
monty@mysql.com
01e4740f4c
Ensure that we free memory used with --order-by-primary (in mysqldump)
...
Simple, non critical, fix to mysql_fix_privilege_tables
2004-12-09 12:47:20 +02:00
pem@mysql.com
7b13840a46
Merge
2003-12-18 17:51:43 +01:00
pem@mysql.comhem.se
3ddbc9872a
Corrected faulty #if tests in udf_example.cc which made udf_test crash the server on some
...
platforms.
2003-12-18 17:46:56 +01:00
bell@laptop.sanja.is.com.ua
b0b87a111a
after review patch (SCRUM)
2003-10-06 11:13:25 +03:00
bell@laptop.sanja.is.com.ua
9f7b900014
Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into laptop.sanja.is.com.ua:/home/bell/mysql/bk/work-udf-5.0
2003-09-28 12:00:30 +03:00
bell@sanja.is.com.ua
8554796252
new UDF arguments interface (WL#1017) (SCRUM)
2003-09-13 17:47:59 +03:00
monty@narttu.mysql.fi
60dd8a2c4f
hanged UDF interface to use clear() instead of reset()
2003-08-27 22:30:50 +03:00
ram@mysql.r18.ru
0b979c0b9a
Fix for the bug #537 (UDF example broken on 4.1).
2003-05-30 13:03:00 +05:00
ram@mysql.r18.ru
24b44419f7
extended resolve() and reverse_resolve() UDFs for FreeBSD (SCRUM)
2002-12-16 19:09:48 +04:00
monty@mashka.mysql.fi
dfd0f82b93
Update mysql-test results after merge
2002-09-18 02:21:29 +03:00
monty@mashka.mysql.fi
0281a6b160
Fixed searching after ssl directories.
...
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT
Changed fn_ext to point at first '.' after directory.
FLUSH LOGS removed numerical extension for all future update logs.
Fixed the mysqld --help reports right values for --datadir and --bind-address
--log-binary=a.b.c now properly strips of .b.c
Fix that one can DROP UDF functions that was not loaded at startup
Made AND optional in REQUIRE
Added REQUIRE NONE
2002-09-05 16:17:08 +03:00
monty@mashka.mysql.fi
2aecdd1a91
Big code cleanup/review before 4.0.2 release.
...
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
2002-06-11 11:20:31 +03:00
monty@hundin.mysql.fi
b658662ae4
Update copyright
...
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
2001-12-06 14:10:51 +02:00
monty@work.mysql.com
390e57687b
merge
2001-09-28 06:28:04 +02:00
monty@tik.mysql.fi
99b58a5aa9
Cleaned up udf_example.cc and mysql_fix_privilege_tables
2001-09-27 21:35:35 +03:00
monty@hundin.mysql.fi
7cadc6e711
Changed to use my_global.h
...
Fixed problem with LIKE with latin1_de
Added parsing support of UNSIGNED LONG LONG
2001-09-14 02:54:33 +03:00
monty@donna.mysql.com
728b63e0de
Workaround for bug in thread library in Unixware 7
...
Fixed bug in GROUP BY on ELT()
Added SEQUENCE() to UDF examples
2001-02-03 18:00:29 +02:00
bk@work.mysql.com
f4c589ff6c
Import changeset
2000-07-31 21:29:14 +02:00