summaryrefslogtreecommitdiff
path: root/sql/udf_example.cc
Commit message (Collapse)AuthorAgeFilesLines
* Corrected faulty #if tests in udf_example.cc which made udf_test crash the ↵pem@mysql.comhem.se2003-12-181-4/+4
| | | | | | server on some platforms.
* hanged UDF interface to use clear() instead of reset()monty@narttu.mysql.fi2003-08-271-8/+17
|
* Fix for the bug #537 (UDF example broken on 4.1).ram@mysql.r18.ru2003-05-301-2/+2
|
* extended resolve() and reverse_resolve() UDFs for FreeBSD (SCRUM)ram@mysql.r18.ru2002-12-161-6/+49
|
* Update mysql-test results after mergemonty@mashka.mysql.fi2002-09-181-18/+25
|
* Fixed searching after ssl directories.monty@mashka.mysql.fi2002-09-051-1/+3
| | | | | | | | | | | 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
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-4/+4
| | | | | (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.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* mergemonty@work.mysql.com2001-09-281-10/+15
|\
| * Cleaned up udf_example.cc and mysql_fix_privilege_tablesmonty@tik.mysql.fi2001-09-271-10/+15
| |
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
|/ | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Workaround for bug in thread library in Unixware 7monty@donna.mysql.com2001-02-031-1/+54
| | | | | Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples
* Import changesetbk@work.mysql.com2000-07-311-0/+868