summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Percona-Server-5.6.15-rel63.0.tar.gz mergeSergei Golubchik2014-02-2670-726/+1461
|\
| * Percona-Server-5.6.15-rel63.0.tar.gzSergei Golubchik2014-02-2670-718/+1456
* | Fix code in make_sortkey() that only worked by chanceSergei Golubchik2014-02-261-11/+4
* | 10.0-base mergeSergei Golubchik2014-02-261449-2205/+6137
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-251431-2175/+5962
| |\ \
| | * \ 5.3 mergeSergei Golubchik2014-02-2233-38/+209
| | |\ \
| | | * | After constant row substitution the optimizer should call the methodIgor Babaev2014-02-2017-24/+24
| | | * | Backport the following from 5.5 to 5.3:Sergey Petrunya2014-02-193-0/+55
| | | * | Fix compile failure:Sergey Petrunya2014-02-191-1/+2
| | | * | Add a debugger helper function that does this:Sergey Petrunya2014-02-191-0/+79
| | | * | MDEV-5600: Wrong result on 2nd execution of PS depending on the length of the...Sergey Petrunya2014-02-191-0/+1
| | | * | MDEV-5481 mysqldump fails to dump geometry types properly.Alexey Botchkov2014-02-183-1/+31
| | | * | MDEV-5615 crash in Gcalc_function::add_operation.Alexey Botchkov2014-02-184-3/+12
| | | * | MergeSergey Petrunya2014-02-156-3/+56
| | | |\ \
| | | | * | MDEV-5581: Server crashes in in JOIN::prepare on 2nd execution of PS with mat...Sergey Petrunya2014-02-156-3/+56
| | * | | | Fix "cmake . && cmake -DWITHOUT_TOKUDB=1" to disable tokudbSergei Golubchik2014-02-211-3/+2
| | * | | | MDEV-5624 mysqldump --dump-slave option does not restart the replication if t...Sergei Golubchik2014-02-213-7/+28
| | * | | | federatedx: avoid unnecessary bzero. improve dbug tracesSergei Golubchik2014-02-211-4/+7
| | * | | | MDEV-5698 Using ORDER BY in a FederatedX table is abnormally slowSergei Golubchik2014-02-211-12/+5
| | * | | | MDEV-5609 create new test ssl certificatesSergei Golubchik2014-02-197-246/+242
| | * | | | MDEV-5390 doesn't install on fedora if mysql is installed, part 2Sergei Golubchik2014-02-191-0/+6
| | * | | | RPM:Sergei Golubchik2014-02-192-32/+109
| | * | | | increment and get the query_id atomically, otherwise two concurrent threadsSergei Golubchik2014-02-191-3/+4
| | * | | | MDEV-5529 Sync libmysqlclient.so symbol versioning across distributionsSergei Golubchik2014-02-196-174/+121
| | * | | | MDEV-5580 /etc/init.d/mysql exits too earlySergei Golubchik2014-02-171-59/+66
| | * | | | MDEV-5654 Server crashes on second installation of daemon_example pluginSergei Golubchik2014-02-171-0/+1
| | * | | | At --log-warnings=9 or more, log at what address a dynamic plugin was loaded.Sergei Golubchik2014-02-171-0/+10
| | * | | | mtr: smarter check for usable ipv6.Sergei Golubchik2014-02-171-4/+8
| | * | | | errmsg.sys files are located in the builddir, not in the srcdirSergei Golubchik2014-02-171-1/+1
| | * | | | MDEV-5579 rpm postun scriptlet leaks exit code to rpmSergei Golubchik2014-02-171-2/+3
| | * | | | MDEV-5613 m_string.h exports generic function names without a namespace prefi...Sergei Golubchik2014-02-172-5/+2
| | * | | | RPM: fix alternative provides/obsoletes - put the correct architecture and ve...Sergei Golubchik2014-02-171-6/+11
| | * | | | MDEV-5436 mysql_config returns non-zero when running without parametersSergei Golubchik2014-02-172-2/+2
| | * | | | send_eval may free evaluated query buffer before connection threadSergey Vojtovich2014-02-181-7/+11
| | * | | | Post-merge fixes: merge MariaDB's fix for MDEV-5177 and MDEV-5555 Sergey Petrunya2014-02-171-17/+7
| | * | | | MergeSergey Petrunya2014-02-174-3/+459
| | |\ \ \ \
| | | * | | | MDEV-5177: ha_partition and innodb index intersection produce fewer rows (MyS...Sergey Petrunya2014-02-174-3/+459
| | * | | | | don't open and fill all I_S tables for SELECT * FROM I_S.TRIGGERSSergei Golubchik2014-02-171-0/+4
| | * | | | | different fix for internal Oracle MySQL bug#16324629 that doesn't crashSergei Golubchik2014-02-173-1/+41
| | * | | | | test case forSergei Golubchik2014-02-172-0/+9
| | * | | | | MySQL-5.5.36 mergeSergei Golubchik2014-02-171315-1509/+4149
| | |\ \ \ \ \
| | | * | | | | Updating the current copyright year in the welcome message for MySQL.Murthy Narkedimilli2014-01-082-4/+4
| | | * | | | | Updated/added copyright headersMurthy Narkedimilli2014-01-061244-1254/+1319
| | | * | | | | Bug #16324629 : SERVER CRASHES ON UPDATE/JOIN FEDERATED + Arun Kuruvila2013-12-302-2/+21
| | | * | | | | Bug#12762390 SHOW INNODB STATUS REPORTS NON-FK Aditya A2013-12-291-10/+0
| | | * | | | | BUG#16752251 - INNODB DOESN'T REDO-LOG INSERT BUFFER MERGE OPERATION IFSatya Bodapati2013-12-263-0/+110
| | | * | | | | Bug #17780290 PUBLISH THE GIS TEST FOR BUG#16451878Venkata Sidagam2013-12-192-0/+39
| | | * | | | | Followup fix for Bug 17827378 MTR DOES NOT REPORT IF A TEST Bjorn Munch2013-12-181-9/+10
| | | * | | | | MTR's internal check of the test case 'main.events_trans' failed.Tor Didriksen2013-12-182-0/+2
| | | * | | | | Bug#16316074 RFE: MAKE TMPDIR A BUILD-TIME CONFIGURABLE OPTIONTor Didriksen2013-12-185-6/+16