summaryrefslogtreecommitdiff
path: root/sql/sql_udf.cc
Commit message (Expand)AuthorAgeFilesLines
* now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-10/+6
* mergeunknown2004-11-121-12/+14
|\
| * post-review fixesunknown2004-11-121-9/+14
| * errors without code removedunknown2004-10-201-12/+9
* | sql_print_error cleanupunknown2004-09-041-2/+1
|/
* Fix for bug#1439 UDF Corruptionunknown2004-03-191-2/+6
* Merge with 4.0.18unknown2004-02-111-5/+6
|\
| * Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461)unknown2004-02-051-5/+6
* | now all tables of query are locked in one place (including derived tables)unknown2004-02-011-1/+1
* | merge with 4.0 for more memory allocation variables.unknown2003-10-131-1/+1
|\ \ | |/
| * Add new user variables for tuning memory usage:unknown2003-10-111-1/+1
* | SCRUMunknown2003-09-191-1/+1
* | hanged UDF interface to use clear() instead of reset()unknown2003-08-271-4/+7
* | INSERT ... UPDATE ... VALUES()unknown2003-05-031-1/+1
* | Some optimization in CHARSET_INFO:unknown2003-04-011-2/+1
* | sql_udf.cc, protocol.cc:unknown2003-02-261-2/+2
* | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-2/+2
* | After merge fixes & remove compiler warningsunknown2003-02-071-1/+1
* | Merge with 4.0.11unknown2003-02-041-1/+6
|\ \ | |/
| * Only write to the error log if --log-error is specified and --console is not ...unknown2003-01-281-1/+1
| * Fixes for Netwareunknown2003-01-281-0/+5
* | correct parameter of hash_searchunknown2003-01-281-1/+1
* | correct parameter of hash_resultunknown2003-01-261-1/+1
* | change structure of udf_func and parameter of functions mysql_drop_func and a...unknown2003-01-091-24/+25
* | Change locks in sql_udf.cc to rw_locks (SCRUM)unknown2002-12-311-13/+14
* | Merge with 4.0.6unknown2002-12-051-0/+2
|\ \ | |/
| * Removed copying of parameters as this leads to memory leaks in embedded server.unknown2002-12-051-0/+2
* | Merge with 4.0unknown2002-11-211-2/+2
|\ \ | |/
| * Portability fix extern "C" static -> extern "C"unknown2002-11-071-2/+2
| * Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-1/+1
* | Merge with 4.0.4unknown2002-10-021-13/+14
|\ \ | |/ |/|
| * Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-10/+10
| * Now string values are created and filled with charset fieldunknown2002-05-171-2/+2
| * Hash now supports several charsetsunknown2002-03-141-1/+2
* | Merge with 3.23.53unknown2002-09-221-1/+1
|\ \
| * | Change name -> alias in TABLE_LIST.unknown2002-09-211-3/+3
* | | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-3/+3
* | | Portability fixes.unknown2002-09-111-6/+8
* | | Fixed searching after ssl directories.unknown2002-09-051-28/+34
| |/ |/|
* | Cleanup of alarm macros.unknown2001-12-211-1/+2
* | Update copyrightunknown2001-12-061-8/+6
|/
* Fixes for OS2.unknown2001-08-221-1/+1
* Fixed INSERT DELAYED with Innobaseunknown2001-04-091-5/+24
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-261-1/+1
* Update to new root alloc, OPTIMIZE TABLE and some other changesunknown2000-09-121-3/+3
* FLUSH TABLE table_listunknown2000-08-221-5/+5
* Import changesetunknown2000-07-311-0/+471