| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-15042: INSERT ON DUPLICATE KEY UPDATE produces error 1032 (Can't find re...bb-10.2-MDEV-15042 | Jan Lindström | 2018-02-05 | 3 | -1/+53 |
* | MDEV-14958 Merge new release of InnoDB MySQL 5.7.21 to 10.2 | Marko Mäkelä | 2018-02-02 | 15 | -93/+294 |
|\ |
|
| * | Remove code related to InnoDB native partitioning in MySQL 5.7 | Marko Mäkelä | 2018-02-02 | 3 | -85/+0 |
| * | Merge a fix from MySQL 5.7, to presumably dead code | Marko Mäkelä | 2018-02-02 | 1 | -2/+5 |
| |\ |
|
| | * | Bug #25729649 LOCK0LOCK.CC:NNN:ADD_POSITION != __NULL | Jimmy Yang | 2018-02-02 | 3 | -2/+96 |
| |/ |
|
| * | Adapt a MySQL 5.7 fix for SET GLOBAL innodb_buffer_pool_size | Marko Mäkelä | 2018-02-02 | 1 | -0/+11 |
| * | Merge a test case from MySQL 5.7 (no code fix needed) | Marko Mäkelä | 2018-02-02 | 2 | -0/+55 |
| * | MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 7) | Marko Mäkelä | 2018-02-02 | 7 | -3/+220 |
|/ |
|
* | Ensure that thd->user_var_events_alloc is always relevant | Monty | 2018-02-01 | 3 | -4/+12 |
* | MDEV-15165 InnoDB purge for index on virtual column is trying to access an in... | Marko Mäkelä | 2018-02-01 | 3 | -115/+137 |
* | Correct a comment about incomplete records | Marko Mäkelä | 2018-02-01 | 1 | -7/+9 |
* | Silence a bogus warning about uninitialized m_size | Marko Mäkelä | 2018-02-01 | 1 | -1/+3 |
* | Follow-up to reverting MDEV-6938 | Marko Mäkelä | 2018-02-01 | 2 | -3/+3 |
* | Attempt to fix appveyor | Vladislav Vaintroub | 2018-02-01 | 1 | -10/+14 |
* | auth_gssapi - fix test result and let the test run on Windows buildbot | Vladislav Vaintroub | 2018-02-01 | 3 | -1/+10 |
* | Tests : Fix result file | Vladislav Vaintroub | 2018-02-01 | 2 | -3/+0 |
* | MDEV-10949: innodb_disallow_writes does not work as expected | Jan Lindström | 2018-02-01 | 3 | -1/+8 |
* | Fix sql_print_warning formatting | Vladislav Vaintroub | 2018-02-01 | 1 | -1/+1 |
* | MDEV-15089 Ensure that connection ID is in 32bit range | Vladislav Vaintroub | 2018-02-01 | 4 | -13/+164 |
* | threadpool: release mutex on io_poll_create failure | Daniel Black | 2018-01-31 | 1 | -2/+1 |
* | MDEV-15143 InnoDB: Rollback of trx with id 0 completed | Marko Mäkelä | 2018-01-31 | 7 | -8/+14 |
* | MDEV-15133: array bound (bulk) parameters of NULL propagate on next rows | Oleksandr Byelkin | 2018-01-31 | 2 | -17/+32 |
* | Roles : Initialize variables that are passed to update_role_db() | Vladislav Vaintroub | 2018-01-30 | 2 | -7/+8 |
* | MDEV-11415 Remove excessive undo logging during ALTER TABLE…ALGORITHM=COPY | Marko Mäkelä | 2018-01-30 | 24 | -357/+640 |
* | MDEV-14875: galera_new_cluster crashes mysqld when existing server contains d... | Jan Lindström | 2018-01-30 | 1 | -4/+4 |
* | Fix some wrong test result | Monty | 2018-01-30 | 5 | -3/+34 |
* | MDEV-14209 innodb_gis.rtree_debug produces huge server error logs | Marko Mäkelä | 2018-01-29 | 3 | -10/+9 |
* | Revert "MDEV-6928: Add trx pointer to struct mtr_t" | Marko Mäkelä | 2018-01-29 | 4 | -28/+14 |
* | MDEV-14485 Server hangs on startup in THD::init | Vladislav Vaintroub | 2018-01-29 | 6 | -22/+22 |
* | Remove unused metadata for non-existing sync_thread_mutex | Marko Mäkelä | 2018-01-28 | 5 | -13/+0 |
* | Fixed compiler warnings | Monty | 2018-01-27 | 3 | -9/+11 |
* | Disable rocksdb when building with ASAN | Monty | 2018-01-27 | 2 | -1/+3 |
* | MDEV-14721 Big transaction events get lost on semisync master when | Andrei Elkin | 2018-01-27 | 4 | -5/+96 |
* | Merge branch '10.2' of https://github.com/mariadb/server into 10.2 | Vladislav Vaintroub | 2018-01-26 | 1 | -0/+2 |
|\ |
|
| * | Fixed memory overrun in create_postjoin_aggr_table() | Monty | 2018-01-26 | 1 | -0/+2 |
* | | Fix MinSizeRel build on Windows. | Vladislav Vaintroub | 2018-01-26 | 3 | -13/+26 |
* | | Windows : fix compile warnings C4267, on 32bit first | Vladislav Vaintroub | 2018-01-26 | 5 | -7/+13 |
* | | update C/C | Vladislav Vaintroub | 2018-01-26 | 1 | -0/+0 |
* | | Fix and reenable Windows compiler warning C4800 (size_t conversion). | Vladislav Vaintroub | 2018-01-26 | 24 | -71/+71 |
|/ |
|
* | MDEV-15063: InnoDB assertion failure !is_owned() at dict0defrag_bg.cc:327 | Jan Lindström | 2018-01-25 | 1 | -0/+1 |
* | Fix for MDEV-12730 | Monty | 2018-01-24 | 1 | -1/+10 |
* | MDEV-15057 Crash when using an unknown identifier as an SP parameter | Monty | 2018-01-24 | 4 | -13/+83 |
* | Allocate page_cleaner and page_cleaner.slot[] statically | Marko Mäkelä | 2018-01-24 | 1 | -131/+118 |
* | MDEV-15016: multiple page cleaner threads use a lot of CPU | Marko Mäkelä | 2018-01-24 | 1 | -8/+10 |
* | mariadbbackup: use defaults-group-suffix even if no --defaults-file | Daniel Black | 2018-01-23 | 1 | -3/+4 |
* | MDEV-14603 signal 11 with short stacktrace | Alexander Barkov | 2018-01-23 | 4 | -0/+179 |
* | MDEV-13825 mariabackup --lock-ddl-per-table does not properly lock | Vladislav Vaintroub | 2018-01-23 | 1 | -7/+21 |
* | MDEV-12173 "[Warning] Trying to access missing tablespace" | Marko Mäkelä | 2018-01-22 | 1 | -2/+2 |
* | Allocate mutex_monitor, create_tracker statically | Marko Mäkelä | 2018-01-22 | 4 | -26/+12 |
* | Remove useless method LatchCounter::sum_deregister() | Marko Mäkelä | 2018-01-22 | 2 | -17/+2 |