summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge MDEV-8031 into 10.1Kristian Nielsen2015-04-231-14/+65
|\
| * MDEV-8031: Parallel replication stops on "connection killed" error (probably ...Kristian Nielsen2015-04-231-14/+65
* | MDEV-8024 Remove excessive update_used_tables() callsAlexander Barkov2015-04-2212-127/+156
* | Merge MDEV-7802 into 10.1Kristian Nielsen2015-04-202-1/+42
|\ \
| * | binlog_group_commit_* status variables updateDaniel Black2015-04-012-27/+22
| * | All updates to binlog_status_group_commit_reason* are under LOCK_prepare_orderedDaniel Black2015-04-011-4/+6
| * | MDEV-7802 Add status binlog_group_commit_reason_*Daniel Black2015-03-192-1/+45
* | | Merge 10.0 -> 10.1Kristian Nielsen2015-04-2011-9/+92
|\ \ \ | | |/ | |/|
| * | MDEV-8016: Replication aborts on DROP /*!40005 TEMPORARY */ TABLE IF EXISTSKristian Nielsen2015-04-201-2/+5
| * | Merge MDEV-7975 into 10.0Kristian Nielsen2015-04-141-5/+15
| |\ \
| * \ \ Merge MDEV-7936 into 10.0.Kristian Nielsen2015-04-133-22/+73
| |\ \ \
| * \ \ \ Merge MDEV-7888 and MDEV-7929 into 10.0.Kristian Nielsen2015-04-085-3/+79
| |\ \ \ \
| * \ \ \ \ Merge MDEV-7847 and MDEV-7882 into 10.0.Kristian Nielsen2015-03-303-13/+53
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | MDEV-7785: errorneous -> erroneous spelling mistakeKristian Nielsen2015-03-164-5/+5
| * | | | | MDEV-7249: Performance problem in parallel replication with multi-level slavesKristian Nielsen2015-03-136-3/+85
* | | | | | Merge commit 'bc902a2bfc46add0708896c07621e3707f66d95f' into 10.1Alexander Barkov2015-04-203-15/+49
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-7387 [PATCH] Alter table xxx CHARACTER SET utf8, CONVERT TO CHARACTER SE...Alexander Barkov2015-03-133-15/+49
* | | | | | Merge 10.0 -> 10.1.Kristian Nielsen2015-04-177-49/+85
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 10.0 -> 10.1.Kristian Nielsen2015-04-177-49/+85
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-5289: master server starts slave parallel threadsKristian Nielsen2015-03-116-49/+66
| | * | | | | MDEV-7668: Intermediate master groups CREATE TEMPORARY with INSERT, causing p...Kristian Nielsen2015-03-091-13/+43
* | | | | | | Removing duplicate code/declarations:Alexander Barkov2015-04-172-42/+40
|/ / / / / /
* | | | | | Moving fix_length_and_dec() from Item_result_field to Item_func_or_sum,Alexander Barkov2015-04-174-6/+3
* | | | | | Minor reorganization in Item hierarchy, to remove duplicate code.Alexander Barkov2015-04-179-122/+179
* | | | | | MDEV-6594: Use separate domain_id for Galera transactionsNirbhay Choubey2015-04-151-3/+7
* | | | | | Merge MDEV-7975 into 10.1Kristian Nielsen2015-04-141-5/+15
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | MDEV-7975: sporadic failure in test case rpl.rpl_gtid_startposKristian Nielsen2015-04-141-5/+15
| | |_|_|/ | |/| | |
* | | | | Fix a typo, s/false/NULL/.Sergei Petrunia2015-04-141-1/+1
* | | | | MDEV-7886 CREATE VIEW IF NOT EXISTS produces a wrong warningAlexander Barkov2015-04-131-1/+1
* | | | | Merge MDEV-7936 into 10.1Kristian Nielsen2015-04-133-35/+97
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-7936: Assertion `!table || table->in_use == _current_thd()' failed on pa...Kristian Nielsen2015-04-133-41/+73
| * | | | MDEV-7668: Intermediate master groups CREATE TEMPORARY with INSERT, causing p...Kristian Nielsen2015-04-131-13/+43
| |/ / /
* | | | MDEV-7920 main.group_min_max fails in buildbot with valgrindAlexander Barkov2015-04-132-18/+33
* | | | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-121-2/+18
* | | | Merge branch '10.1' into bb-10.1-explain-analyzeSergei Petrunia2015-04-1217-325/+323
|\ \ \ \
| * \ \ \ Merge branch '10.1' into bb-10.1-sergSergei Golubchik2015-04-1022-118/+285
| |\ \ \ \
| | * | | | A cleanup for the contributed patch forAlexander Barkov2015-04-101-2/+3
| | * | | | Merge branch 'MDEV-7816' of git://github.com/f4rnham/server into 10.1Alexander Barkov2015-04-101-0/+7
| | |\ \ \ \
| | | * | | | MDEV-7816 ALTER with DROP INDEX and ADD INDEX .. COMMENT='comment2' ignores t...f4rnham2015-03-261-0/+7
| * | | | | | be less annoying about sysvar-based table attributesSergei Golubchik2015-04-102-22/+74
| * | | | | | SET STATEMENT timestamp=xxx ....Sergei Golubchik2015-04-095-42/+41
| * | | | | | Add encryption key id to the API as a distinct conceptSergei Golubchik2015-04-091-6/+12
| * | | | | | remove now-empty my_aes.{h,cc}Sergei Golubchik2015-04-092-5/+3
| * | | | | | renames to follow single consistent naming styleSergei Golubchik2015-04-093-22/+20
| * | | | | | remove wrappers in encryption_keys.ccSergei Golubchik2015-04-093-61/+38
| * | | | | | encryption plugin controls the encryptionSergei Golubchik2015-04-095-18/+57
| * | | | | | rename "encryption key management plugin" to "encryption plugin"Sergei Golubchik2015-04-092-15/+15
| * | | | | | optimize encryption apiSergei Golubchik2015-04-082-12/+6
| * | | | | | report a plugin loading offset at dlopen timeSergei Golubchik2015-04-081-10/+12
| * | | | | | small cleanupSergei Golubchik2015-04-081-3/+2