summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#4393, BUG#4356 - incorrect decimals in fix_length_and_dec() in some funct...unknown2004-07-311-2/+2
* bug#3612 - Item_func_div set decimals incorrectlyunknown2004-05-111-0/+1
* Mergeunknown2004-03-121-1/+2
|\
| * Merge with 3.23 to get patch for floor()unknown2004-03-121-1/+2
| |\
| | * fixed Bug #3051 "FLOOR returns invalid"unknown2004-03-041-1/+2
* | | Fix for BUG#2921 "Replication problem on mutex lock in mySQL-4.0.18":unknown2004-03-111-2/+0
|/ /
* | merge 3.23 -> 4.0, 2003/02/06unknown2004-02-061-2/+4
|\ \ | |/
| * clean up commentsunknown2004-02-031-2/+2
| * Fixed Bug #2338 Trigonometric arithmetic problemunknown2004-01-121-2/+4
* | 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