summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* mergeSergei Golubchik2011-11-031-9/+9
|\
| * compilation warnings on WindowsSergei Golubchik2011-11-021-9/+9
* | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+5
|\ \ | |/ |/|
| * Updated/added copyright headersKent Boortz2011-07-041-2/+4
* | merge with 5.3Sergei Golubchik2011-10-191-1627/+1128
|\ \
| * \ 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
| | | |\ \ \ \ \
| * | | \ \ \ \ \ 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
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-1/+1
| | | |\ \ \ \ \ \
| | * | | | | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-2/+2
| * | | | | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-2/+2
* | | | | | | | | | post-merge fixes.Sergei Golubchik2011-07-021-1/+1
* | | | | | | | | | 5.5-mergeSergei Golubchik2011-07-021-23/+69
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | / / / / / / / / | | | |/ / / / / / / / | | |/| | | | | | | |