summaryrefslogtreecommitdiff
path: root/sql/field.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | | http://bugs.mysql.com/bug.php?id=2368bar@bar.intranet.mysql.r18.ru2004-02-101-0/+9
|/ / /
* | | SCRUM:hf@deer.(none)2004-01-151-4/+3
* | | Fixes after merge with 4.0monty@mysql.com2003-12-191-5/+6
* | | Merge with 4.0.17monty@mysql.com2003-12-171-3/+5
|\ \ \ | |/ /
| * | Fix autoincrement for signed columns (Bug #1366)monty@mysql.com2003-12-121-3/+4
| * | Another bugfix for #615hf@deer.(none)2003-06-241-2/+4
* | | Added missing timeout function for named pipes and shared memory (fixes core ...monty@mysql.com2003-12-151-20/+2
* | | added collation processing in UNION mergingbell@sanja.is.com.ua2003-11-251-1/+1
* | | after review fixesbell@sanja.is.com.ua2003-11-231-48/+34
* | | Fixed UNION fields type/length detectingbell@sanja.is.com.ua2003-11-231-0/+48
* | | Mergemonty@narttu.mysql.fi2003-11-031-7/+4
|\ \ \
| * | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...monty@narttu.mysql.fi2003-11-031-7/+4
* | | | fixes to Bitmap classserg@serg.mylan2003-10-241-3/+3
* | | | key_map with more that 64 bits widthserg@serg.mylan2003-10-111-1/+3
|/ / /
* | | After merge fixes.monty@mashka.mysql.fi2003-09-111-0/+7
* | | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1vva@eagle.mysql.r18.ru2003-08-271-0/+29
|\ \ \
| * | | fixed bug #910 (right type of ifnull function)vva@eagle.mysql.r18.ru2003-08-271-0/+29
* | | | Fix: create table t1 (a char(10) character set cp1251) SELECT _koi8r'blabla' ...bar@bar.mysql.r18.ru2003-08-111-0/+1
|/ / /
* | | bugs #701 and #783 - old .frm files were read in incorrectly in 4.1 (each fie...serg@serg.mylan2003-07-281-2/+3
* | | Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4gwax@kishkin.ru2003-06-261-0/+1
|\ \ \
| * \ \ Merge kishkin.ru:/home/wax/mysql-4n into kishkin.ru:/home/wax/mysql-4gwax@kishkin.ru2003-06-031-0/+1
| |\ \ \
| | * | | URGENTwax@kishkin.ru2003-05-311-0/+1
* | | | | bug #251 - destroyed object reused - fixedserg@serg.mylan2003-06-131-4/+5
* | | | | protect deleted objects from reusal with safemalloc techniqueserg@serg.mylan2003-06-111-1/+5
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-05-261-1/+2
|\ \ \ \
| * | | | Portability fixmonty@narttu.mysql.fi2003-05-261-1/+2
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mashka.mysql.fi2003-05-261-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | New 4.1 protocol; SQLSTATE, CLIENT_MULTI_RESULTS, client character setmonty@mashka.mysql.fi2003-05-261-2/+1
* | | | | CHARSET_INFO structure reorganization for easier maintainancebar@bar.mysql.r18.ru2003-05-231-1/+1
* | | | | SHOW FIELDS changes, more SQL99 INFORMATION_SCHEMA.COLUMNS compatibility:bar@bar.mysql.r18.ru2003-05-231-2/+7
|/ / / /
* | | | mergemonty@mashka.mysql.fi2003-05-221-0/+2
|\ \ \ \
| * \ \ \ Merge with 4.0.13monty@narttu.mysql.fi2003-05-191-0/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fix for UNION and LEFT JOIN (Bug #386)monty@narttu.mysql.fi2003-05-131-0/+2
* | | | Resolve merge colflictvenu@myvenu.com2003-05-211-2/+2
|\ \ \ \ | |/ / /
| * | | INSERT ... UPDATE ... VALUES()serg@serg.mylan2003-05-031-2/+2
* | | | Support of warnings for all DML statements (Insert, Update and Alter)venu@myvenu.com2003-04-301-1/+3
|/ / /
* | | Auto mergedwax@kishkin.ru2003-04-021-0/+1
|\ \ \
| * | | This is full commit of group_concat with support subselectswax@kishkin.ru2003-03-181-0/+1
* | | | More OpenGIS compatibility:bar@bar.mysql.r18.ru2003-03-271-5/+17
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@narttu.mysql.fi2003-03-201-3/+7
|\ \ \ \
| * | | | SRID support.ram@mysql.r18.ru2003-03-181-3/+7
* | | | | Merge with 4.0monty@narttu.mysql.fi2003-03-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Fix for --new option (Timestamp in YYYY-MM-DD HH:MM:SS format)monty@mashka.mysql.fi2003-03-121-1/+2
| * | | Merge to get fix for LOCK TABLES + DROP TABLE in another threadmonty@mashka.mysql.fi2003-03-071-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | fixed Field::eq() to work with CHAR(0) fieldsserg@serg.mysql.com2003-03-041-1/+1
| | * | Removed wrong bug fix for problem with timestamp and BETWEEN.monty@hundin.mysql.fi2002-11-051-1/+0
| | * | - Applied fix made in 4.0 tree to fix a bug when comparing a datetimelenz@mysql.com2002-10-301-0/+1
* | | | Fix for SHOW, it didn't display CHARACTER SET and COLLATE clausebar@bar.mysql.r18.ru2003-03-041-10/+1
| |_|/ |/| |
* | | Added charset number to result headermonty@mashka.mysql.fi2003-02-041-1/+2
* | | Move latin1 into a separarte filebar@bar.mysql.r18.ru2003-01-291-3/+3