Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename all external ddl_log function to start with ddl_log_ prefix | Monty | 2021-05-19 | 1 | -9/+9 |
* | Move all ddl log code to ddl_log.cc and ddl_log.h | Monty | 2021-05-19 | 1 | -0/+1 |
* | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -1/+1 |
* | MDEV-23357 Server crashes in Sql_cmd_alter_table_exchange_partition::exchange... | Sergei Golubchik | 2020-07-31 | 1 | -3/+3 |
* | Make all #sql temporary table names uniform | Monty | 2020-04-19 | 1 | -2/+2 |
* | Added support for more functions when using partitioned S3 tables | Monty | 2020-04-19 | 1 | -6/+77 |
* | Split tdc_remove_table() | Sergey Vojtovich | 2020-04-03 | 1 | -2/+1 |
* | MDEV-21702 Add a data type for privileges | Alexander Barkov | 2020-02-11 | 1 | -1/+1 |
* | Removed kill_delayed_threads_for_table() | Sergey Vojtovich | 2019-11-25 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/10.3' into 10.4 | Alexander Barkov | 2019-10-01 | 1 | -1/+1 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/10.2' into 10.3 | Alexander Barkov | 2019-10-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix -Wunused for CMAKE_BUILD_TYPE=RelWithDebInfo | Marko Mäkelä | 2019-09-30 | 1 | -1/+1 |
* | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-03-20 | 1 | -3/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | post-merge: gcc 8 warnings | Sergei Golubchik | 2019-03-17 | 1 | -2/+2 |
| * | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-03-17 | 1 | -1/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-04 | 1 | -1/+0 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned off | Alexander Barkov | 2019-03-04 | 1 | -1/+0 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-11-06 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-06 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 1 | -2/+2 |
| | |\ \ \ | | | |/ / | |||||
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations | Oleksandr Byelkin | 2018-07-04 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Remove mem_alloc_error() | Michael Widenius | 2018-05-07 | 1 | -3/+0 |
* | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -51/+63 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-04-24 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-04-24 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-04-24 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ... | Sergei Golubchik | 2018-04-20 | 1 | -1/+1 |
* | | | | | Move alter partition flags to alter_info->partition_flags | Monty | 2018-03-29 | 1 | -8/+8 |
* | | | | | Changed static const in Alter_info and Alter_online_info to defines | Monty | 2018-03-29 | 1 | -8/+8 |
* | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -11/+11 |
* | | | | | MDEV-11084 Select statement with partition selection against MyISAM table ope... | Alexey Botchkov | 2018-01-29 | 1 | -2/+2 |
* | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-05 | 1 | -8/+4 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Monty | 2018-01-05 | 1 | -8/+4 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Fixed wrong arguments to printf and related functions | Monty | 2018-01-04 | 1 | -18/+6 |
* | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-11-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Add more execution stages (commit, rollback, etc) | Monty | 2017-11-05 | 1 | -1/+1 |
* | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-09-21 | 1 | -2/+5 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-09-20 | 1 | -2/+5 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge branch '10.1' into 10.2 | Vicențiu Ciorbaru | 2017-09-19 | 1 | -2/+5 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | MDEV-13157 Specifying DATA DIRECTORY in tables leads to failing EXCHANGE PART... | Sergei Golubchik | 2017-09-18 | 1 | -2/+5 |
* | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-09-18 | 1 | -15/+6 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2017-09-17 | 1 | -15/+6 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | MW-394 | sjaakola | 2017-09-15 | 1 | -15/+0 |
| | * | | | | MW-394 | sjaakola | 2017-09-15 | 1 | -0/+6 |
* | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-09-01 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |