Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2016-12-30 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-09-28 | 1 | -0/+2 |
| | |\ | |||||
| | | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-09-27 | 1 | -0/+2 |
| | | |\ | |||||
| | | | * | missing element in prelocked_mode_name[] array | Sergei Golubchik | 2016-09-12 | 1 | -0/+2 |
* | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2016-12-27 | 1 | -0/+22 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLES | Sergey Vojtovich | 2016-12-21 | 1 | -0/+22 |
* | | | | | MDEV-11357 Split Item_cache::get_cache() into virtual methods in Type_handler | Alexander Barkov | 2016-12-16 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | MDEV-11540 Unexpected system threads in the process listbb-10.2-vcols | Sergei Golubchik | 2016-12-12 | 1 | -0/+2 |
* | | | | MDEV-5800 InnoDB support for indexed vcols | Sergei Golubchik | 2016-12-12 | 1 | -0/+87 |
* | | | | extend prelocking to FK-accessed tables | Sergei Golubchik | 2016-12-12 | 1 | -1/+2 |
* | | | | cleanup: remove ONLY_FOR_MYSQL_CLOSED_SOURCE_SCHEDULED | Sergei Golubchik | 2016-12-12 | 1 | -179/+0 |
* | | | | cleanup: set_thd_proc_info() | Sergei Golubchik | 2016-12-12 | 1 | -4/+4 |
* | | | | MDEV-11065: Compressed binary log. Merge code into current 10.2. | Kristian Nielsen | 2016-11-03 | 1 | -9/+42 |
|\ \ \ \ | |||||
| * | | | | MDEV-11065: Compressed binary log | Kristian Nielsen | 2016-10-20 | 1 | -1/+0 |
| * | | | | Binlog compressed | vinchen | 2016-10-19 | 1 | -9/+43 |
* | | | | | MDEV-9114: Bulk operations (Array binding) | Oleksandr Byelkin | 2016-11-02 | 1 | -2/+15 |
|/ / / / | |||||
* | | | | Move InnoDB/XtraDB to async deadlock kill for parallel replication. | Kristian Nielsen | 2016-10-17 | 1 | -82/+17 |
* | | | | Merge parallel replication async deadlock kill into 10.2. | Kristian Nielsen | 2016-09-09 | 1 | -1/+76 |
|\ \ \ \ | |/ / / | |||||
| * | | | Parallel replication async deadlock kill | Kristian Nielsen | 2016-09-08 | 1 | -1/+76 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.0-galera' into bb-10.1-serg | Nirbhay Choubey | 2016-08-25 | 1 | -0/+8 |
| |\ \ \ | |||||
| | * \ \ | Merge branch '10.0' into 10.0-galera | Nirbhay Choubey | 2016-08-24 | 1 | -1/+9 |
| | |\ \ \ | | | |/ / | |||||
| | * | | | MDEV-10566: Create role statement replicated inconsistently in Galera Cluster | Nirbhay Choubey | 2016-08-24 | 1 | -0/+4 |
| | * | | | MW-286 Avoid spurious deadlock errors when wsrep_on is disabled | Daniele Sciascia | 2016-08-21 | 1 | -1/+1 |
| | * | | | Refs MW-252 | sjaakola | 2016-08-21 | 1 | -2/+1 |
| | * | | | Refs MW-252 | sjaakola | 2016-08-21 | 1 | -1/+2 |
| | * | | | MW-265 Add support for wsrep_max_ws_rows | Daniele Sciascia | 2016-07-19 | 1 | -2/+6 |
| | * | | | Merge branch '10.0' into 10.0-galera | Nirbhay Choubey | 2016-04-29 | 1 | -25/+42 |
| | |\ \ \ | |||||
| * | \ \ \ | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-08-25 | 1 | -1/+9 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | With parallel replication we have had a couple of bugs where DDL's | Monty | 2016-08-12 | 1 | -1/+9 |
| | | |/ / | | |/| | | |||||
* | | | | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -0/+4 |
* | | | | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -0/+4 |
* | | | | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -0/+3 |
* | | | | | cleanup: redundant variable | Sergei Golubchik | 2016-08-27 | 1 | -2/+2 |
* | | | | | Call profiling.restart() and profiling.reset() only if profiling is enabled | Alexander Kuleshov | 2016-08-26 | 1 | -0/+4 |
* | | | | | Revert "MDEV-9293 Connector/C integration" | Vladislav Vaintroub | 2016-08-19 | 1 | -19/+19 |
* | | | | | MDEV-9293 Connector/C integration | Vladislav Vaintroub | 2016-08-19 | 1 | -19/+19 |
* | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -22/+39 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-05-04 | 1 | -22/+39 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixed mutex that wasn't properly unlocked (typo in last patch) | Monty | 2016-04-26 | 1 | -1/+1 |
| | * | | | Fix for MDEV-9679 main.delayed fails sporadically | Monty | 2016-04-26 | 1 | -19/+36 |
* | | | | | Use default character set for expressions | Michael Widenius | 2016-06-30 | 1 | -4/+11 |
* | | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard | Michael Widenius | 2016-06-30 | 1 | -1/+9 |
* | | | | | Simplify THD::decide_logging_format() | Monty | 2016-06-30 | 1 | -116/+47 |
* | | | | | Merge pull request #181 from ottok/ok-debpkg-10.2 | Sergey Vojtovich | 2016-06-14 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | General spell fixing in comments and strings | Otto Kekäläinen | 2016-06-08 | 1 | -2/+2 |
* | | | | | | cleanup | Sergei Golubchik | 2016-06-13 | 1 | -4/+3 |
* | | | | | | MDEV-5535: Cannot reopen temporary table | Nirbhay Choubey | 2016-06-10 | 1 | -22/+6 |
|/ / / / / | |||||
* | | | | | cleanup: thread_count | Sergei Golubchik | 2016-06-04 | 1 | -0/+2 |