summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* after review fixesunknown2003-11-231-0/+122
* Merge key cache structures to oneunknown2003-11-201-2/+1
* test a correct flag in Field::optimize_rangeunknown2003-11-131-1/+1
* Mergeunknown2003-11-031-109/+50
|\
| * Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-109/+50
* | fixes to Bitmap classunknown2003-10-241-1/+2
* | mergedunknown2003-10-211-2/+1
|\ \ | |/ |/|
| * key_map with more that 64 bits widthunknown2003-10-111-2/+1
* | Merge commitunknown2003-10-201-29/+44
|\ \ | |/ |/|
| * Scrum task 835 - text-to-datetime conversion functionunknown2003-10-201-29/+44
* | Bug fix:unknown2003-09-161-6/+2
* | merge with 4.1 treeunknown2003-09-111-4/+14
|\ \ | |/ |/|
| * merge with 4.0.15unknown2003-08-291-4/+14
| |\
| | * Move test that uses many tables (in query_cache.test) to separate test so tha...unknown2003-08-221-1/+8
| | * Fixed some varnings from valgrindunknown2003-08-201-2/+5
| | * snprintf compatibility fixunknown2003-08-121-1/+1
* | | mysql_create_table now accepts field lengths in CREATE form, not in internal ...unknown2003-09-101-0/+21
|/ /
* | mergeunknown2003-08-191-2/+22
|\ \
| * | Fix: create table t1 (a char(10) character set cp1251) SELECT _koi8r'blabla' ...unknown2003-08-111-2/+22
* | | After merge fixesunknown2003-08-191-10/+20
|/ /
* | Merge gluh@gw:/home/bk/mysql-4.1unknown2003-07-081-0/+2
|\ \
| * \ Merge gluh@gw:/home/bk/mysql-4.1unknown2003-06-231-0/+2
| |\ \
| | * | Internal commitunknown2003-06-231-0/+2
* | | | timestamp MYD-4.0 format compatibility fixunknown2003-06-281-0/+1
* | | | Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4gunknown2003-06-071-1/+2
|\ \ \ \ | |/ / /
| * | | merge with public treeunknown2003-06-051-1/+2
| |\ \ \
| | * \ \ Merge with 4.0.13unknown2003-06-041-1/+2
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fixed problem with mysql prompt when server disconnect. (Bug 356)unknown2003-05-271-1/+2
* | | | Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4gunknown2003-06-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | URGENTunknown2003-05-311-1/+1
* | | | MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ...unknown2003-06-031-10/+10
| |/ / |/| |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-261-1/+1
|\ \ \
| * | | New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character setunknown2003-05-261-1/+1
* | | | CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-27/+30
* | | | SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility:unknown2003-05-231-29/+0
|/ / /
* | | mergeunknown2003-05-221-4/+22
|\ \ \
| * | | After merge fixesunknown2003-05-211-11/+7
| * | | Merge with 4.0.13unknown2003-05-191-3/+25
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-2/+23
| | * Fixes for valgrindunknown2003-04-231-1/+1
| | * Fix for --new option (Timestamp in YYYY-MM-DD HH:MM:SS format)unknown2003-03-121-0/+25
| | * disable partial timestamps in --new modeunknown2003-03-061-10/+6
| | * --new option and local variable to optionally turn onunknown2003-03-051-6/+23
* | | Resolve merge colflictunknown2003-05-211-2/+2
|\ \ \ | |/ /
| * | INSERT ... UPDATE ... VALUES()unknown2003-05-031-2/+2
* | | Support of warnings for all DML statements (Insert, Update and Alter)unknown2003-04-301-110/+129
* | | Fix to return appropriate warnings using SHOW WARNINGS for LOAD DATA INFILE...unknown2003-04-221-1/+6
|/ /
* | field.cc:unknown2003-04-031-2/+2
* | ALTER TABLE didn't remember the exactunknown2003-03-311-0/+4
* | More OpenGIS compatibility:unknown2003-03-271-2/+29