summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug lp:917689 "Archive table corruption crashing MariaDB signal 11"Michael Widenius2012-03-131-13/+61
* Merge with 5.2.Michael Widenius2011-12-111-11/+13
|\
| * Merge with MariaDB 5.1Michael Widenius2011-11-241-10/+12
| |\
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-10/+12
| | |\
| | | * Updated/added copyright headersKent Boortz2011-07-031-9/+11
| | | |\
| | | | * 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-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
| | | * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | | * | | | Updated/added copyright headersKent Boortz2011-06-301-1/+1
| | | | * | | | automergeGeorgi Kodinov2011-01-071-1/+1
| | | | |\ \ \ \
| | | | * | | | | backport: Bug #55568 from 5.1-security to 5.0-securityGleb Shchepa2010-11-231-1/+1
* | | | | | | | | bug 801466 ST_INTERSECTION() returns invalid value on empty intersection in m...Alexey Botchkov2011-09-041-1/+1
* | | | | | | | | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-0/+24
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-0/+24
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ MergeIgor Babaev2011-05-201-0/+24
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-0/+24
| | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ Merge of the mwl106 tree into the latest 5.3 tree.Igor Babaev2010-09-231-0/+24
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-0/+24
* | | | | | | | | | | | | | various fixes for buildbot failuresSergei Golubchik2011-06-101-13/+4
* | | | | | | | | | | | | | small optimization in Field_time_hires.Sergei Golubchik2011-06-091-5/+8
* | | | | | | | | | | | | | bugfixes:Sergei Golubchik2011-06-091-2/+14
* | | | | | | | | | | | | | merge with 5.1-microSergei Golubchik2011-06-071-64/+175
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-57/+171
* | | | | | | | | | | | | | Fix compile errors and warnings and test errors introduced by microseconds push.Vladislav Vaintroub2011-05-281-2/+2
* | | | | | | | | | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-1513/+885
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | / / / / / / / / / / / / | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | commentsSergei Golubchik2011-05-211-6/+6
| * | | | | | | | | | | | db_low_byte_first is goneSergei Golubchik2011-05-201-459/+122
| * | | | | | | | | | | | post review changes 2Sergei Golubchik2011-05-191-56/+56
| * | | | | | | | | | | | post-review changes 1Sergei Golubchik2011-05-191-2/+9
| * | | | | | | | | | | | bugfix: datetime(X) and time(X) were taking one byte more than necessary forSergei Golubchik2011-03-281-4/+8
| * | | | | | | | | | | | lp:705210 Compiling with BUILD/compile-pentium64-debug failsSergei Golubchik2011-03-261-63/+63
| * | | | | | | | | | | | lp:738091 cast(timestamp() AS time returns NULL for 0000-00-00 00:00:00 in 5...Sergei Golubchik2011-03-191-6/+14
| * | | | | | | | | | | | lp:737496 Assertion `(was_cut & 1) == 0' failed in Field_temporal::store_TIME...Sergei Golubchik2011-03-181-3/+4
| * | | | | | | | | | | | lp:737111 Different behavior for TIMESTAMPADD with 0000-00-00 argument in 5.1...Sergei Golubchik2011-03-181-2/+5
| * | | | | | | | | | | | * fix for ALTER TABLE ... MODIFY timestamp->timestamp.Sergei Golubchik2011-03-171-1/+1
| * | | | | | | | | | | | lp:731229 Different results depending on table access method with TIME column...Sergei Golubchik2011-03-081-10/+8
| * | | | | | | | | | | | lp:730637 - Valgrind warnings in 5.1-microSergei Golubchik2011-03-071-0/+1
| * | | | | | | | | | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-1098/+780
* | | | | | | | | | | | | Merge with dynamic column codeMichael Widenius2011-05-121-71/+114
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-081-71/+114
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | / / / / / / / / | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-0/+3
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ | | | |/| | | | | | | |
| | | * | | | | | | | | Bug#11766270 59343: YEAR(4): INCORRECT RESULT AND VALGRIND WARNINGS WITH MIN/...Sergey Glukhov2011-04-121-0/+2
| | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | * | | | | | | | Fix for bug #58650 "Failing assertion: primary_key_no == -1 ||Dmitry Lenev2011-02-021-0/+1
| | | | |_|_|_|_|/ / | | | |/| | | | | |
* | | | | | | | | | Merge with 5.2Michael Widenius2011-03-091-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /