summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Backport from trunk of:Tor Didriksen2011-08-191-1/+2
* Updated/added copyright headersKent Boortz2011-07-041-2/+4
* Merge from 5.1.Guilhem Bichot2011-05-211-7/+6
|\
| * Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-7/+6
| * auto-mergeTatjana Azundris Nuernberg2011-05-121-0/+2
| |\
* | \ auto-mergeTatjana Azundris Nuernberg2011-05-121-0/+2
|\ \ \
| * \ \ 5.1 -> 5.5 mergeSergey Glukhov2011-04-121-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Bug#11766270 59343: YEAR(4): INCORRECT RESULT AND VALGRIND WARNINGS WITH MIN/...Sergey Glukhov2011-04-121-0/+2
* | | | auto-merge Bug#11762799/Bug#55436Tatjana Azundris Nuernberg2011-05-121-3/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | auto-merge Bug#11762799/Bug#55436Tatjana Azundris Nuernberg2011-05-121-3/+3
| |\ \ | | |/ | |/|
| | * auto-merge conservative fix for Bug#55436/Bug#11762799Tatiana Azundris Nurnberg2011-05-051-3/+3
| | |\
| | | * Bug#55436: buffer overflow in debug binary of dbug_buff in Field_new_decimal:...Tatiana A. Nurnberg2010-11-111-3/+3
* | | | Merged fix for bug #58650 "Failing assertion:Dmitry Lenev2011-02-021-0/+1
|\ \ \ \ | |/ / /
| * | | Fix for bug #58650 "Failing assertion: primary_key_no == -1 ||Dmitry Lenev2011-02-021-0/+1
| |/ /
* | | MergeKent Boortz2010-12-291-1/+1
|\ \ \ | |/ /
| * | MergeKent Boortz2010-12-291-1/+1
| |\ \
| | * | - Added/updated copyright headersKent Boortz2010-12-281-1/+1
* | | | Bug #58137 char(0) column cause: my_gcvt: Assertion `width > 0 && to != ((voi...Tor Didriksen2010-11-171-3/+6
* | | | Bug #52131: SET and ENUM stored endian-dependent in binary logTor Didriksen2010-10-291-0/+4
* | | | Merging patch for BUG#52131 with mysql-5.5-bugteam.Mats Kindahl2010-10-271-8/+45
|\ \ \ \
| * | | | Bug #52131: SET and ENUM stored endian-dependent in binary logMats Kindahl2010-10-061-8/+45
* | | | | Bug #57203 Assertion `field_length <= 255' failed.Tor Didriksen2010-10-191-2/+2
* | | | | mergeGeorgi Kodinov2010-09-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | merge 5.1-security => 5.5-securityKristofer Pettersson2010-09-081-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Bug#55531 crash with conversions of geometry types / stringsKristofer Pettersson2010-09-071-1/+1
| * | | | merge from 5.5-mergeGeorgi Kodinov2010-09-021-1/+1
| |\ \ \ \
| * \ \ \ \ Automerge.Alexey Kopytov2010-08-261-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Bug #55568: user variable assignments crash server when usedAlexey Kopytov2010-08-241-1/+1
| | | |_|/ | | |/| |
* | | | | Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-09-281-5/+16
|\ \ \ \ \
| * | | | | Bug#55077: Assertion failed: width > 0 && to != ((void *)0),Alexey Kopytov2010-08-251-5/+16
| | |_|/ / | |/| | |
* | | | | Merging into mysql-5.5-bugfixing.Mats Kindahl2010-09-231-2/+3
|/ / / /
* | | | Bug#52121 partition by key on utf32 enum field cause debug assertion: (length...Alexander Barkov2010-08-231-1/+1
|/ / /
* | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2010-07-291-2/+0
|\ \ \
| * \ \ Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-2/+0
| |\ \ \ | | |/ /
| | * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-2/+0
* | | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-19/+19
* | | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-55/+0
|/ / /
* | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-091-1/+1
|\ \ \ | |/ /
| * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-5/+5
* | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-1/+7
|\ \ \ | |/ /
| * | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-1/+7
* | | Manual merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-06-071-13/+49
|\ \ \
| * | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-05-311-9/+12
| * | | Bug#52520 Difference in tinytext utf column metadataAlexander Barkov2010-06-021-0/+33
| * | | Bug #49829 Many "hides virtual function" warnings with SunStudioTor Didriksen2010-05-311-4/+4
* | | | 5.1-bugteam->mysql_trunk-merge mergeSergey Glukhov2010-05-311-14/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bug#53942 valgrind warnings with timestamp() function and incomplete datetime...Sergey Glukhov2010-05-311-14/+1
* | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-04-301-3/+9
|\ \ \ | |/ /
| * | Fix for bug#50946: fast index creation still seems to copy the table Ramil Kalimullin2010-04-251-3/+9
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+10