Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recv_recover_page(): Remove recv_addr lookup10.2-MDEV-12699 | Marko Mäkelä | 2019-04-04 | 1 | -64/+58 |
* | Clean up recv_recover_page() further | Marko Mäkelä | 2019-04-04 | 1 | -18/+7 |
* | recv_recover_page(): Clean up the interface | Marko Mäkelä | 2019-04-04 | 3 | -84/+72 |
* | Clear after recovery | Marko Mäkelä | 2019-04-04 | 1 | -0/+4 |
* | Revert a diagnostic patch | Marko Mäkelä | 2019-04-04 | 1 | -7/+1 |
* | Fewer recv_sys->mutex operations | Marko Mäkelä | 2019-04-04 | 2 | -64/+81 |
* | Clean up the test case | Marko Mäkelä | 2019-04-04 | 2 | -39/+27 |
* | recv_addr_state: Add RECV_WILL_NOT_READ | Marko Mäkelä | 2019-04-04 | 1 | -32/+34 |
* | Fix race conditions | Marko Mäkelä | 2019-04-04 | 2 | -55/+60 |
* | More cleanup | Marko Mäkelä | 2019-04-04 | 1 | -30/+22 |
* | Cleanup: mlog_reset_t mlog_reset | Marko Mäkelä | 2019-04-04 | 1 | -80/+64 |
* | Merge 10.2 into HEAD | Marko Mäkelä | 2019-04-04 | 85 | -649/+403 |
|\ | |||||
| * | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-04-04 | 11 | -5/+34 |
| |\ | |||||
| | * | index_merge_innodb did sometimes give wrong results | Monty | 2019-04-04 | 8 | -2/+34 |
| | * | Fix clang -Wunused-private-field | Marko Mäkelä | 2019-04-03 | 3 | -5/+1 |
| * | | Do not pass table_name_t to printf-like functions | Marko Mäkelä | 2019-04-04 | 6 | -12/+12 |
| * | | MDEV-18836: Adjust a suppression | Marko Mäkelä | 2019-04-03 | 1 | -1/+1 |
| * | | Fix the non-debug build | Marko Mäkelä | 2019-04-03 | 1 | -2/+2 |
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-04-03 | 4 | -4/+0 |
| |\ \ | | |/ | |||||
| | * | Remove unused declarations | Marko Mäkelä | 2019-04-03 | 9 | -63/+1 |
| | * | Fix more -Wnonnull-compare | Marko Mäkelä | 2019-04-03 | 2 | -2/+0 |
| * | | MDEV-18733 MariaDB slow start after crash recovery | Marko Mäkelä | 2019-04-03 | 20 | -181/+177 |
| * | | Remove a useless CHECK TABLE printout for debug builds | Marko Mäkelä | 2019-04-03 | 1 | -7/+0 |
| * | | Clean up table_name_t | Marko Mäkelä | 2019-04-03 | 7 | -81/+46 |
| * | | MDEV-11487: Remove dict_table_get_n_sys_cols() | Marko Mäkelä | 2019-04-03 | 6 | -23/+13 |
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-04-03 | 40 | -334/+102 |
| |\ \ | | |/ | |||||
| | * | Fix -Wnonnull-compare | Marko Mäkelä | 2019-04-03 | 34 | -321/+48 |
| | * | MDEV-18298 Crashes server with segfault during role grants | Sergei Golubchik | 2019-04-02 | 3 | -1/+53 |
| | * | cmake: only search for libraries that are needed | Sergei Golubchik | 2019-04-02 | 1 | -2/+2 |
| | * | cmake: fix krb5 detection on SUSE | Sergei Golubchik | 2019-04-02 | 1 | -1/+1 |
| | * | speedup RPM builds | Sergei Golubchik | 2019-04-02 | 1 | -0/+2 |
| * | | MDEV-19085: Remove a bogus debug assertion | Marko Mäkelä | 2019-04-02 | 3 | -1/+18 |
* | | | - Set the FIL_PAGE_LSN as zero in buf_page_create(). | Thirunarayanan Balathandayuthapani | 2019-04-03 | 1 | -0/+1 |
* | | | Merge 10.2 into HEAD | Marko Mäkelä | 2019-04-02 | 40 | -2931/+4753 |
|\ \ \ | |/ / | |||||
| * | | Fix integer type mismatch | Marko Mäkelä | 2019-04-02 | 3 | -8/+8 |
| * | | MDEV-19128 fil_name_parse() for MLOG_FILE_ is not portable | Marko Mäkelä | 2019-04-02 | 1 | -6/+37 |
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-04-02 | 21 | -2390/+4630 |
| |\ \ | | |/ | |||||
| | * | Omit the definition of unused function yyset_extra() | Marko Mäkelä | 2019-04-02 | 4 | -6/+6 |
| | * | Rebuild the InnoDB lexical analyzers with flex 2.6.4 | Marko Mäkelä | 2019-04-01 | 18 | -2234/+4502 |
| | * | MDEV-19111 Unused field INFORMATION_SCHEMA.INNODB_TABLESPACES_SCRUBBING.ROTAT... | Marko Mäkelä | 2019-04-01 | 1 | -9/+0 |
| * | | MDEV-19085: Fix a typo that was caught by GCC 5.4 | Marko Mäkelä | 2019-04-01 | 1 | -2/+1 |
| * | | MDEV-19085 Assertion failures due to virtual columns after upgrading from 10.1 | Marko Mäkelä | 2019-04-01 | 1 | -5/+17 |
| * | | Disable tests in rocksdb_stress suite (which was enabled a few commits ago) | Sergei Petrunia | 2019-04-01 | 1 | -0/+2 |
| * | | MDEV-19089, part #2: mark rocksdb.deadlock as "big test" | Sergei Petrunia | 2019-03-30 | 1 | -0/+1 |
| * | | MDEV-19089 part #1: adapt rocksdb_stress suite for MariaDB | Sergei Petrunia | 2019-03-30 | 8 | -8/+61 |
| * | | remove unneeded code | Eugene Kosov | 2019-03-29 | 1 | -4/+1 |
| * | | remove dead code | Eugene Kosov | 2019-03-29 | 6 | -514/+0 |
* | | | Initialize the entire page on MLOG_ZIP_PAGE_COMPRESS | Marko Mäkelä | 2019-04-02 | 3 | -52/+30 |
* | | | - Forget to push assert for the failure | Thirunarayanan Balathandayuthapani | 2019-04-02 | 2 | -1/+2 |
* | | | - Trying to find why mariabackup.xb_compressed_encrypted test case failed. | Thirunarayanan Balathandayuthapani | 2019-04-02 | 2 | -2/+7 |