summaryrefslogtreecommitdiff
path: root/sql/tztime.cc
Commit message (Expand)AuthorAgeFilesLines
* 10.0-monty mergeSergei Golubchik2013-07-211-6/+7
|\
| * Applied all changes from Igor and SanjaMichael Widenius2013-06-151-1/+2
| * Temporary commit of 10.0-mergeMichael Widenius2013-03-261-5/+5
* | 5.5 mergeSergei Golubchik2013-06-061-2/+2
|\ \
| * | strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1)Sergei Golubchik2013-04-171-2/+2
* | | my_dir() cleanupSergei Golubchik2013-04-071-1/+1
* | | 5.5 mergeSergei Golubchik2013-03-271-18/+3
|\ \ \ | |/ / | | / | |/ |/|
| * merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-18/+3
| |\
| | * Merge from 5.1 to 5.5Chaithra Gopalareddy2012-12-261-18/+3
| | |\
| | | * Bug#12347040: MEMORY LEAK IN CONVERT_TZ COULD POSSIBLY CAUSEChaithra Gopalareddy2012-12-261-18/+3
* | | | 5.5 mergeSergei Golubchik2013-01-291-18/+14
|\ \ \ \ | |/ / /
| * | | mysql-5.5.29 mergeSergei Golubchik2013-01-151-18/+14
| |\ \ \ | | |/ /
| | * | Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-18/+14
* | | | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-3/+3
* | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-4/+4
|/ / /
* | | Added new status variables:Michael Widenius2012-09-091-1/+3
* | | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \ \
| * \ \ Merge with 5.2.Michael Widenius2011-12-111-2/+4
| |\ \ \
| | * \ \ Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| | |\ \ \
| | | * \ \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | | |\ \ \ | | | | | |/ | | | | |/|
| | * | | | Fixed memory overrun in mysql_tzinfo_to_sqlMichael Widenius2011-05-261-2/+2
* | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \ \ \
| | | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| * | | | | | automerge 5.1-security --> 5.5-security (bug 55424)Gleb Shchepa2010-08-151-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
* | | | | | | merge with 5.3Sergei Golubchik2011-10-191-42/+53
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | merge with 5.1-microSergei Golubchik2011-06-071-49/+45
| |\ \ \ \ \ \
| | * | | | | | revert a suggested "optimization" that introduced a bugSergei Golubchik2011-06-061-38/+45
| | | |/ / / / | | |/| | | |
| * | | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-9/+25
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | |
* | | | | | merge.Sergei Golubchik2010-11-251-17/+27
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge with 5.1Sergei Golubchik2010-10-251-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | 5.1.51 mergeSergei Golubchik2010-10-191-1/+1
| | |\ \ \ \ | | | |/ / /
| * | | | | fix for valgrind warningSergei Golubchik2010-06-171-4/+13
| * | | | | few small MySQL bugs/issues that impact the engines, as discussed in the SE s...Sergei Golubchik2010-06-051-7/+8
| * | | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-14/+14
| |/ / / /
| * | | | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-25/+53
| |\ \ \ \
| * | | | | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-2/+2
* | | | | | mysql-5.1 -> mysql-5.5 mergeSergei Golubchik2010-11-051-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Bug #55424: convert_tz crashes when fed invalid dataGleb Shchepa2010-08-061-1/+1
* | | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-11/+1
* | | | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-5/+0
* | | | | WL#5419 "LOCK_open scalability: make tdc_refresh_version Konstantin Osipov2010-06-111-1/+4
* | | | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-2/+16
* | | | | A post-review fix for type-aware metadata locks.Konstantin Osipov2010-03-161-1/+1
* | | | | Followup to Bug#45225 Locking: hang if drop table with no timeoutJon Olav Hauglid2010-02-241-2/+2
* | | | | Merge next-mr -> next-4284Konstantin Osipov2010-02-031-10/+36
|\ \ \ \ \
| * | | | | WL#2360 Performance schemaMarc Alff2010-01-061-10/+36
* | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-0/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-0/+4