summaryrefslogtreecommitdiff
path: root/sql/sql_partition_admin.cc
Commit message (Expand)AuthorAgeFilesLines
* Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-1/+1
* Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2019-10-011-1/+1
|\
| * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-10-011-1/+1
| |\
| | * Fix -Wunused for CMAKE_BUILD_TYPE=RelWithDebInfoMarko Mäkelä2019-09-301-1/+1
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | post-merge: gcc 8 warningsSergei Golubchik2019-03-171-2/+2
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-1/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-1/+0
| | |\ \ \ | | | |/ /
| | | * | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned offAlexander Barkov2019-03-041-1/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-2/+2
| | |\ \ \ | | | |/ /
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-2/+2
|/ / / /
* | | | Remove mem_alloc_error()Michael Widenius2018-05-071-3/+0
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-51/+63
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-04-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2018-04-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.0 into 10.1Marko Mäkelä2018-04-241-1/+1
| | |\ \
| | | * | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-201-1/+1
* | | | | Move alter partition flags to alter_info->partition_flagsMonty2018-03-291-8/+8
* | | | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-8/+8
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-11/+11
* | | | | MDEV-11084 Select statement with partition selection against MyISAM table ope...Alexey Botchkov2018-01-291-2/+2
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-051-8/+4
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-051-8/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed wrong arguments to printf and related functionsMonty2018-01-041-18/+6
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-101-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add more execution stages (commit, rollback, etc)Monty2017-11-051-1/+1
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-211-2/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-201-2/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2017-09-191-2/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-13157 Specifying DATA DIRECTORY in tables leads to failing EXCHANGE PART...Sergei Golubchik2017-09-181-2/+5
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-181-15/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-171-15/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | MW-394sjaakola2017-09-151-15/+0
| | * | | | MW-394sjaakola2017-09-151-0/+6
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-011-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-2/+2
| | | |\ \ \
| | | | * | | Refs: MW-360 * reverted WSREP_TO_ISOLATION macros back to original formsjaakola2017-08-111-2/+2
| | | | * | | Refs: MW-360 * splitting DROP TABLE query in separate DROP commands for tempo...sjaakola2017-08-111-2/+2
| | | | * | | Merge tag 'mariadb-10.0.32' into 10.0-galeraJan Lindström2017-08-091-4/+4
| | | | |\ \ \ | | | | | |/ /
* | | | | | | New option for slow logging (log_slow_disable_statements)Monty2017-08-241-1/+1
* | | | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-0/+1
|/ / / / / /