Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-06-14 | 1 | -0/+12 |
|\ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-06-12 | 1 | -0/+12 |
| |\ | |||||
| | * | MDEV-19653 Add class Sql_cmd_create_table | Alexander Barkov | 2019-05-31 | 1 | -0/+12 |
* | | | 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 branch '10.2' into 10.3 | Sergei Golubchik | 2019-03-17 | 1 | -8/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2019-03-15 | 1 | -5/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | fix gcc 8 compiler warnings | Sergei Golubchik | 2019-03-14 | 1 | -5/+5 |
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-04 | 1 | -4/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned off | Alexander Barkov | 2019-03-04 | 1 | -4/+0 |
* | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-06 | 1 | -7/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 1 | -7/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | wsrep: create a macro for the error: label | Sergei Golubchik | 2018-10-24 | 1 | -7/+4 |
* | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-09-28 | 1 | -10/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2018-09-14 | 1 | -7/+13 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.0-galera' into 10.1 | Sergei Golubchik | 2018-09-07 | 1 | -7/+13 |
| | |\ \ | |||||
| | | * | | Add missing WSREP(thd) condition and remove unnecessary DBUG_RETURN. | Jan Lindström | 2018-08-02 | 1 | -3/+2 |
| | | * | | Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera | Jan Lindström | 2018-08-02 | 1 | -5/+12 |
| | | |\ \ | |||||
| | | | * | | Follow up to previous commit for codership/mysql-wsrep#332mariadb-galera-5.5.61 | Daniele Sciascia | 2018-08-02 | 1 | -1/+1 |
| | | | * | | Fix FK constraint violation in applier, after ALTER TABLE ADD FK | Daniele Sciascia | 2018-08-02 | 1 | -8/+9 |
| | | | * | | MDEV#6148 main.flush_read_lock fails due to conflicting | Nirbhay Choubey | 2014-04-21 | 1 | -2/+3 |
| | | | * | | Merged revisions 3931--3942 from from lp:~codership/codership-mysql/5.5-23. | Jan Lindström | 2013-11-25 | 1 | -8/+13 |
| | | | * | | Merged changes from lp:codership-mysql up to rev 3743 | Seppo Jaakola | 2012-04-26 | 1 | -2/+5 |
| | | | * | | Initial push of codership-wsrep API implementation for MariaDB. | Seppo Jaakola | 2012-04-13 | 1 | -1/+16 |
| | | | |/ | |||||
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-06-21 | 1 | -3/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | fix compilation w/o partitioning | Sergei Golubchik | 2018-06-14 | 1 | -1/+0 |
* | | | | | MDEV-16102 Wrong ER_DUP_ENTRY upon ADD UNIQUE KEY on versioned table | Aleksey Midenkov | 2018-06-30 | 1 | -1/+30 |
* | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-05-29 | 1 | -2/+5 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-05-29 | 1 | -2/+5 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-10679 Crash in performance schema and partitioning with discovery | Monty | 2018-05-26 | 1 | -2/+3 |
* | | | | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN... | Thirunarayanan Balathandayuthapani | 2018-05-07 | 1 | -0/+126 |
* | | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -1/+4 |
* | | | | | Added version of lex_string_eq that compares with const char * | Monty | 2018-04-30 | 1 | -7/+7 |
* | | | | | Move alter partition flags to alter_info->partition_flags | Monty | 2018-03-29 | 1 | -4/+5 |
* | | | | | Changed static const in Alter_info and Alter_online_info to defines | Monty | 2018-03-29 | 1 | -4/+3 |
* | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -28/+31 |
* | | | | | New option for slow logging (log_slow_disable_statements) | Monty | 2017-08-24 | 1 | -2/+2 |
* | | | | | Added DBUG_ASSERT_AS_PRINTF compile flag | Monty | 2017-08-24 | 1 | -3/+3 |
* | | | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 1 | -0/+1 |
* | | | | | Changing field::field_name and Item::name to LEX_CSTRING | Monty | 2017-04-23 | 1 | -7/+13 |
|/ / / / | |||||
* | | | | various cleanups | Sergei Golubchik | 2016-06-30 | 1 | -1/+1 |
* | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard | Michael Widenius | 2016-06-30 | 1 | -0/+1 |
* | | | | MDEV-5535: Cannot reopen temporary table | Nirbhay Choubey | 2016-06-10 | 1 | -4/+2 |
|/ / / | |||||
* | | | - Renaming variables so that they don't shadow others (After this patch one c... | Monty | 2015-07-06 | 1 | -2/+2 |
* | | | Merge 10.0-galera into 10.1 | Sergei Golubchik | 2015-02-06 | 1 | -9/+11 |
|\ \ \ | |/ / | |||||
| * | | bzr merge -r4123..4144 codership/5.6 | Nirbhay Choubey | 2014-09-30 | 1 | -10/+10 |
| * | | Fixes for some test failures. | Nirbhay Choubey | 2014-04-09 | 1 | -1/+2 |
| * | | * bzr merge -rtag:mariadb-10.0.9 maria/10.0 | Nirbhay Choubey | 2014-03-26 | 1 | -13/+2 |
| |\ \ |