summaryrefslogtreecommitdiff
path: root/sql/field.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up in implementation of f_is_geom()/f_is_bitfield()/f_is_enum()unknown2005-01-181-7/+7
* Fix for bug #4131 "TIMESTAMP columns missing minutes and seconds whenunknown2004-09-271-1/+12
* Bug 4937: different date -> string conversion when usingunknown2004-08-181-1/+2
* bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysq...unknown2004-06-241-0/+6
* Merge with 3.23 to get latest bug fixesunknown2004-06-101-0/+1
|\
| * Fix for bug #4036 multiple SELECT DATE_FORMAT, incorrect resultsunknown2004-06-071-0/+1
* | Fix for bugs #1885, #2464, #2539. Proper handling of defaultunknown2004-01-301-1/+4
* | A fix (bug #2335: Inconsistancy with handling of Years and NOW() function).unknown2004-01-111-0/+1
* | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-3/+4
* | Another bugfix for #615unknown2003-06-241-2/+4
* | Fix for UNION and LEFT JOIN (Bug #386)unknown2003-05-131-0/+2
* | Fix for --new option (Timestamp in YYYY-MM-DD HH:MM:SS format)unknown2003-03-121-1/+2
* | Merge to get fix for LOCK TABLES + DROP TABLE in another threadunknown2003-03-071-1/+1
|\ \ | |/
| * fixed Field::eq() to work with CHAR(0) fieldsunknown2003-03-041-1/+1
| * Removed wrong bug fix for problem with timestamp and BETWEEN.unknown2002-11-051-1/+0
| * - Applied fix made in 4.0 tree to fix a bug when comparing a datetimeunknown2002-10-301-0/+1
* | Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-1/+1
* | Put temporary files in binlog cache when using BEGIN/COMMITunknown2002-11-071-1/+5
* | Removed wrong patch to fix DATE BETWEEN TIMESTAMP1 AND TIMESTAMP2unknown2002-11-051-1/+0
* | A fix for bug when comparing a datetime column with timestampunknown2002-10-301-0/+1
* | Merge with 3.23.54unknown2002-10-161-0/+1
|\ \ | |/
| * Fixed bug in LEFT JOIN ... WHERE not_null_key_column=NULL;unknown2002-10-161-0/+1
* | Fixed bug in SAFEMALLOC for systems that requires longlong data to be aligned...unknown2002-08-171-0/+1
* | mergeunknown2002-08-081-1/+4
|\ \
| * | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-1/+4
* | | Reverting facist C++ comment cleanupunknown2002-08-021-29/+29
|/ /
* | INSERT ... VALUES(DEFAULT)unknown2002-07-251-0/+8
* | Some unknown2002-07-171-34/+35
* | Added the following new privleges:unknown2002-06-121-2/+2
* | Update for BTREE keys in HEAP tablesunknown2002-04-121-2/+2
* | Code that had to be changed so that CREATE ... SELECT ... always unknown2001-12-291-0/+12
* | Update copyrightunknown2001-12-061-4/+4
* | Update of query cache code.unknown2001-12-051-69/+71
* | Portability fixunknown2001-11-071-1/+1
* | merge with 3.23.44unknown2001-11-041-10/+7
|\ \ | |/
| * Fix that mysqladmin shutdown can be interrupted with ^Cunknown2001-11-031-10/+7
* | Don't do signal() on windows (Causes instability problems)unknown2001-10-171-1/+1
* | Remved Gemini code.unknown2001-10-101-15/+0
* | Final fixes for INSERT into MERGE tables.unknown2001-09-271-3/+4
|/
* Fixed bug in auto-increment handling with InnoDBunknown2001-08-261-0/+14
* Fixes for OS2.unknown2001-08-221-2/+2
* Portability fixes.unknown2001-08-211-0/+8
* Pushing all the Gemini changes above the table handler.unknown2001-05-291-0/+7
* Fixed test cases for innobaseunknown2001-03-071-1/+1
* Merged some functions and removed some unused client functions.unknown2001-03-061-1/+1
* Portability fixes for OPENBSD, OS2 and Windowsunknown2001-01-271-0/+1
* Fixed for bugs that was found when getting full code coverage of BDBunknown2001-01-171-34/+10
* Added bdb_lock_max and fixed bug in BDB tables when using key partsunknown2000-10-251-0/+5
* Automatic primary key for BDB tablesunknown2000-10-161-1/+1
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andunknown2000-10-141-1/+1