summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-15/+10
* Fix for bug #1271: Undefined variable in PASSWORD() function is not unknown2003-10-211-1/+1
* Optimized code for setting user variables with := and fixed some bugs in old ...unknown2003-10-031-98/+136
* turn Item_func_set_user_var unknown2003-10-011-32/+0
* rewrite Item_func_set_user_var ::val, ::val_str, ::val_int, ::updateunknown2003-09-301-89/+46
* fixed bug #1194 unknown2003-09-241-17/+102
* Fixed unlikely stack bug when having a BIG expression of type 1+1-1+1-1... in...unknown2003-08-271-2/+2
* vio ssl structure renames (to get rid of ending _)unknown2003-08-271-0/+5
* Merge with 3.23 tree to get latest bug fixesunknown2003-07-011-0/+1
|\
| * fixed bug with type of user variables (bug #551)unknown2003-06-251-0/+1
* | LEFT JOIN optimization: Change LEFT JOIN to normal join if possibleunknown2003-06-261-3/+11
* | fulltext and left join bug fixedunknown2003-06-161-0/+3
* | count_bits() moved to mysys/unknown2003-05-041-43/+2
* | A fix for bug #176unknown2003-03-241-17/+20
* | Fixed a bug when SELECT @@inexistent_variable caused theunknown2003-03-191-3/+0
* | - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedunknown2003-03-181-1/+1
* | Fix that round(0.1,1) == round(0.1,1)unknown2003-03-101-5/+13
* | merge with 3.23.56 to get patches for --lower-case-table-names andunknown2003-01-291-0/+11
|\ \ | |/
| * fixed functions to be able work with group function as argumentunknown2003-01-291-0/+11
* | Fixes for Netwareunknown2003-01-281-0/+1
* | Added timeout for wait_for_master_posunknown2003-01-251-2/+3
* | Changed thd variables max_join_size and select_limit to type ha_rows.unknown2002-12-201-2/+5
* | Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-10/+15
* | mergeunknown2002-11-071-31/+32
|\ \
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-071-31/+32
* | | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-1/+1
|/ /
* | fixed prev. commit (was commited in disabled state)unknown2002-10-241-1/+1
* | Merge mysql.com:/home/nick/mysql/repository/mysql-4.0unknown2002-10-221-2/+16
|\ \
| * | Added Rand_log_eventunknown2002-10-221-2/+16
* | | some DBUG_ENTER/RETURN macro addedunknown2002-10-181-11/+12
|/ /
* | Portability fixes.unknown2002-09-111-3/+9
* | a small bug fixunknown2002-09-041-1/+1
* | Added nety_retry_count as a changeable variableunknown2002-08-081-0/+30
* | mergeunknown2002-08-081-6/+1
|\ \
| * | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-6/+1
* | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootunknown2002-07-251-8/+22
|\ \ \ | |/ /
| * | New SET syntax & system variables.unknown2002-07-231-8/+22
* | | Arjens LOG functions changes with small changes and tests added to mysql-testunknown2002-07-171-1/+30
|/ /
* | Clean up removing unreferenced local variableunknown2002-07-101-1/+0
* | Update for running gcc 3.x (mainly on HPUX)unknown2002-06-301-21/+11
* | Added functions :unknown2002-06-291-0/+55
* | Removed mysql_ssl_clear() unknown2002-06-271-2/+4
* | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-25/+35
* | merge with 3.23unknown2002-06-021-1/+6
|\ \ | |/
| * Portability fixes for SCO and HPUXunknown2002-05-311-1/+6
* | bug with indexless boolean fts and master-slave optimization fixedunknown2002-05-071-3/+3
* | mergeunknown2002-04-251-5/+8
|\ \ | |/
| * Fixed bug in @@unknown_variableunknown2002-04-191-1/+1
| * SHOW VARIABLES LIKE ... are now case insensitiveunknown2002-04-181-4/+7
| * Fixed pthread_cond_timedwait() for HPUX and DCE threadsunknown2002-04-161-1/+1