summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* merge 5.1->5.2Sergei Golubchik2010-06-011-40/+59
|\
| * Merge with MySQL 5.1.47Michael Widenius2010-05-261-3/+9
| |\
| | * Fix for bug#50946: fast index creation still seems to copy the table Ramil Kalimullin2010-04-251-3/+9
| * | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-37/+50
| |\ \ | | |/
| | * Merging with mysql-5.1-bugteamMats Kindahl2010-03-171-19/+34
| | |\
| | | * BUG#49618: Field length stored incorrectly in binary logMats Kindahl2010-03-171-19/+34
| | * | Bug #49829 Many "hides virtual function" warnings withStaale Smedseng2010-03-141-12/+11
| | * | Bug#45195 valgrind warnings about uninitialized values in store_record_in_cac...Sergey Glukhov2010-02-101-6/+5
* | | | MWL#43 CREATE TABLE options (by Sanja)Sergei Golubchik2010-04-081-9/+25
* | | | Fixed bug #539643.Igor Babaev2010-03-161-3/+1
* | | | mergedSergei Golubchik2010-03-151-2/+1
|\ \ \ \ | |/ / /
| * | | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-2/+1
| |\ \ \ | | |/ /
| | * | Bug #31145: ALTER TABLE DROP COLUMN, ADD COLUMN crashes (linux) or Georgi Kodinov2009-12-181-2/+1
* | | | merge 5.1->5.2unknown2010-02-011-0/+44
|\ \ \ \ | |/ / /
| * | | Merge with MySQL 5.1.42Michael Widenius2010-01-151-0/+44
| |\ \ \ | | |/ /
| | * | Bug #45261 : Crash, stored procedure + decimalGeorgi Kodinov2009-11-201-0/+44
| | |/
* | | merge 5.1-> 5.2unknown2009-12-081-120/+79
|\ \ \ | |/ /
| * | Merge with MySQL 5.1, with following additions:unknown2009-11-161-119/+76
| |\ \ | | |/
| | * Bug#48370: Absolutely wrong calculations with GROUP BY and decimal fields whe...Davi Arnaut2009-11-021-85/+0
| | * manual merge of Bug#43508Tatiana A. Nurnberg2009-10-091-19/+18
| | |\
| | | * Bug#43508: Renaming timestamp or date column triggers table copyTatiana A. Nurnberg2009-10-091-18/+17
| | | |\
| | | | * Bug#43508: Renaming timestamp or date column triggers table copyTatiana A. Nurnberg2009-06-241-28/+19
| | * | | Bug#45567: Fast ALTER TABLE broken for enum and setDavi Arnaut2009-09-291-16/+59
* | | | | MergeIgor Babaev2009-11-091-13/+91
|\ \ \ \ \ | |/ / / /
| * | | | Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-13/+91
| |\ \ \ \ | | |/ / /
| | * | | Merge from 5.0 for 43414Staale Smedseng2009-08-281-13/+6
| | |\ \ \
| | | * | | Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-13/+6
| | * | | | Bug#45261: Crash, stored procedure + decimalDavi Arnaut2009-08-241-0/+85
| | | |/ / | | |/| |
* | | | | The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns.Igor Babaev2009-10-161-58/+91
|/ / / /
* | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-44/+10
|\ \ \ \ | |/ / /
| * | | Fix for BUG#45816 - assertion failure with index containing double Satya B2009-08-061-1/+0
| * | | Bug# 30946: mysqldump silently ignores --default-character-setGleb Shchepa2009-07-311-36/+3
| | |/ | |/|
| | |
| | \
| *-. \ Merge from 5.0-bugteam for 43414Staale Smedseng2009-06-091-19/+19
| |\ \ \ | | | |/
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-18/+18
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-091-18/+26
| | |/
| * | Automerge.Alexey Kopytov2009-05-151-1/+1
| |\ \ | | |/
| | * Bug #44792: valgrind warning when casting from time to time Alexey Kopytov2009-05-151-1/+1
| * | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-04-091-3/+3
| |\ \ | | |/
| | * Bug#43833 Simple INSERT crashes the serverSergey Glukhov2009-04-091-3/+3
| * | Manual merge.Alexey Kopytov2009-03-271-3/+3
| |\ \ | | |/
| | * Fix for bug #43432: Union on floats does unnecessary rounding Alexey Kopytov2009-03-271-3/+3
* | | Merge with base MySQL 5.1Michael Widenius2009-02-151-2/+2
|\ \ \ | |/ /
| * | merged 5.1-main -> 5.1-bugteamGeorgi Kodinov2009-01-051-1/+1
| |\ \
| | * \ Merge main 5.1 into 5.1-buildJoerg Bruehe2008-12-101-0/+2
| | |\ \
| | * | | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
| * | | | Merge from mysql-5.0-bugteam to mysql-5.1-bugteam.Alexey Kopytov2008-12-091-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Added a missing bit from the original patch for bug #27483 which was lost whe...Alexey Kopytov2008-12-091-1/+1
* | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-19/+28
* | | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, my...Guilhem Bichot2008-12-101-10/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-12/+38
| |\ \ \ | | | |/ | | |/|