summaryrefslogtreecommitdiff
path: root/sql/sql_udf.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge from 4.1unknown2005-05-261-1/+1
|\
| * Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* | Merge mdk10.(none):/home/reggie/bk/mysql-4.1unknown2005-05-191-1/+1
|\ \ | |/
| * This fixed a compile problem on Windowsunknown2005-05-191-1/+1
* | mergedunknown2005-05-191-4/+6
|\ \ | |/
| * after merge fixunknown2005-05-191-1/+1
| * mergedunknown2005-05-181-4/+6
| |\
| | * udf: when banning paths from soname in CREATE FUNCTION, check for \ on windows.unknown2005-05-181-4/+6
* | | Merge xiphis.org:/var/db/bk/work-acurtis/bug6776.1unknown2005-04-091-2/+5
|\ \ \ | |/ /
| * | Fix typos in Bug#6776unknown2005-04-091-2/+2
| * | Merge xiphis.org:/var/db/bk/work-acurtis/bug6776unknown2005-04-081-2/+5
| |\ \
| | * | Bug#6776unknown2005-03-071-2/+5
* | | | Code cleanups during review of pushed codeunknown2005-03-151-6/+7
* | | | sql_udf.cc:unknown2005-03-051-9/+9
* | | | Merge with after merge fixunknown2005-03-041-36/+69
|\ \ \ \ | |/ / /
| * | | after merge fixesunknown2005-03-031-7/+7
| * | | mergeunknown2005-03-031-36/+69
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)unknown2005-03-031-31/+67
* | | First stage of table definition cacheunknown2005-01-061-6/+6
* | | 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
|\ \ | |/ |/|