summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* String->copy() now has a charset argunknown2002-11-061-1/+1
* Item->thd_charset() - returns a default charset which should be used unknown2002-11-061-2/+2
* date and time fields now have charset arg in constructorunknown2002-10-301-5/+5
* All String->set() now have charset argumentunknown2002-10-301-6/+4
* ENUM/SET fields now have charset toounknown2002-10-251-4/+22
* BINARY charset is now used instead of binary_flagunknown2002-10-251-43/+26
* my_sortcmp -> my_strnncollunknown2002-10-091-9/+27
* Simple charsets now have strncoll() field toounknown2002-10-091-3/+3
* Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-24/+34
* Merge with 4.0.3unknown2002-08-301-214/+520
|\
| * Adding a necessary functionality to ::store and ::save_in_fieldunknown2002-08-241-78/+287
| * Several problems were fixed (mostly BLOB+charset related)unknown2002-06-261-5/+6
| * sql_error.cc, sql_prepare.cc:unknown2002-06-121-2/+6
| * Charset of any string field now can be specified during CREATE TABLEunknown2002-06-071-0/+15
| * Changes for new binary .frm formatunknown2002-06-041-0/+5
| * merge with 4.0unknown2002-06-031-11/+37
| |\
| * | Extension of .frm file (not yet ready for push)unknown2002-06-021-8/+6
| * | Now string values are created and filled with charset fieldunknown2002-05-171-58/+63
| * | mergeunknown2002-04-131-55/+116
| |\ \
| | * | New ctype functions/macros to support many charsets at a timeunknown2002-03-121-53/+61
| | * | Added GIS extensionunknown2002-02-221-2/+55
* | | | Allow storing "+456" then decimal declared unsigned unknown2002-07-301-2/+9
* | | | New SET syntax & system variables.unknown2002-07-231-1/+1
* | | | Updated windows files (VC++ files and winmysqladmin).unknown2002-06-281-1/+3
* | | | Indentation cleanup & new commentsunknown2002-06-281-21/+12
* | | | Adding handling of numbers with exponent to decimal type. unknown2002-06-241-129/+314
* | | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-7/+7
* | | | removed init_count from IO_CACHE.unknown2002-06-051-1/+2
| |_|/ |/| |
* | | merge with 3.23.51unknown2002-05-161-11/+37
|\ \ \ | |/ / |/| |
| * | Fixed problems with DECIMAL() type on overflow.unknown2002-05-021-11/+37
* | | Update for BTREE keys in HEAP tablesunknown2002-04-121-2/+2
* | | support for unsigned FLOAT/DOUBLEunknown2002-03-271-0/+25
| |/ |/|
* | Update copyrightunknown2001-12-061-5/+5
* | Update of query cache code.unknown2001-12-051-117/+118
* | Portability fixunknown2001-11-071-5/+5
* | merge with 3.23.44unknown2001-11-041-16/+26
|\ \ | |/
| * Fix that mysqladmin shutdown can be interrupted with ^Cunknown2001-11-031-6/+18
| * Portability fixesunknown2001-10-311-10/+8
* | Don't do signal() on windows (Causes instability problems)unknown2001-10-171-2/+2
* | Remved Gemini code.unknown2001-10-101-54/+0
|/
* Some fixes for Geminiunknown2001-09-201-1/+1
* Fixes for OS2.unknown2001-08-221-1/+1
* Portability fixes.unknown2001-08-211-1/+1
* Fixed bug in mysqlcheck when using --fastunknown2001-06-191-1/+1
* Pushing all the Gemini changes above the table handler.unknown2001-05-291-0/+53
* Don't use ranges on HEAP tables with LIKEunknown2001-04-171-1/+1
* The environment variable PAGER is now used as the default pagerunknown2001-04-171-3/+5
* Fixed bug with HEAP tables when using LIKEunknown2001-04-161-1/+1
* Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULLunknown2001-04-101-1/+1
* mysql-test/r/order_by.result fixed for new testunknown2001-03-131-1/+1