Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-27233 Server hangs when using --init-file which loads Spider and creates...bb-10.8-MDEV-27233 | Nayuta Yanagisawa | 2022-10-07 | 11 | -253/+74 |
* | MDEV-27233 Fixes to make SQL SERVICE working | Alexey Botchkov | 2022-10-07 | 1 | -0/+10 |
* | Merge branch '10.7' into 10.8 | Oleksandr Byelkin | 2022-10-04 | 347 | -5521/+13404 |
|\ | |||||
| * | Merge branch '10.6' into 10.7 | Oleksandr Byelkin | 2022-10-04 | 344 | -5519/+13372 |
| |\ | |||||
| | * | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2022-10-03 | 7 | -23/+181 |
| | |\ | |||||
| | | * | Crash in INSERT...SELECT..RETURNING with subquery | Rucha Deodhar | 2022-10-03 | 7 | -23/+181 |
| | * | | Merge branch '10.5' into 10.6 | Sergei Golubchik | 2022-10-02 | 245 | -2457/+9722 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '10.4' into 10.5 | Sergei Golubchik | 2022-10-02 | 244 | -2437/+9702 |
| | | |\ | |||||
| | | | * | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2022-10-01 | 208 | -2250/+4248 |
| | | | |\ | |||||
| | | | | * | cleanup: suppress rocksdb compilation warning, fix a comment | Sergei Golubchik | 2022-10-01 | 2 | -2/+4 |
| | | | | * | compilation error | Sergei Golubchik | 2022-10-01 | 2 | -3/+2 |
| | | | | * | MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00... | Oleksandr Byelkin | 2022-09-30 | 16 | -74/+329 |
| | | | | * | Better declaration of the buffer size | Oleksandr Byelkin | 2022-09-30 | 2 | -8/+13 |
| | | | | * | MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB | Anel Husakovic | 2022-09-30 | 144 | -1909/+2032 |
| | | | | * | fix sporadic failures on main.kill | Sergei Golubchik | 2022-09-29 | 1 | -0/+2 |
| | | | | * | MDEV-29361 Infinite recursive calls when detecting CTE dependencies | Igor Babaev | 2022-09-28 | 6 | -35/+1341 |
| | | | | * | Use memory safe snprintf() in Connect Engine and elsewhere (#2210) | Mikhail Chalov | 2022-09-28 | 13 | -61/+70 |
| | | | | * | MDEV-21134 Crash with partitioned table, PARTITION syntax, and index_merge. | Alexey Botchkov | 2022-09-27 | 3 | -5/+126 |
| | | | | * | MDEV-29022 add_slave destroy child list and has dead code | Oleksandr Byelkin | 2022-09-27 | 10 | -74/+165 |
| | | | | * | MDEV-26852 Spider: -Werror=maybe-uninitialized raises on spd_sys_table.cc and... | Nayuta Yanagisawa | 2022-09-26 | 2 | -6/+9 |
| | | | | * | cleanup: main.mysqldump test | Sergei Golubchik | 2022-09-26 | 2 | -17/+34 |
| | | | | * | wsrep suite isn't run by default, wsrep_info shouldn't either | Sergei Golubchik | 2022-09-26 | 1 | -2/+0 |
| | | | | * | sporadic failures of main.bootstrap | Sergei Golubchik | 2022-09-26 | 3 | -3/+3 |
| | | | | * | MDEV-29579 Fix CONNECT ASAN hits (#2277) | Andrew Hutchings | 2022-09-26 | 2 | -38/+24 |
| | | | | * | MDEV-28533: CONNECT engine does not quote columns involved in WHERE clause (#... | Anel | 2022-09-26 | 3 | -4/+56 |
| | | | | * | MDEV-25767 Fix CONNECT ODBC WHERE condition crash (#2243) | Andrew Hutchings | 2022-09-23 | 4 | -14/+37 |
| | | | * | | MDEV-20760 Add Type_handler::KEY_pack_flags() | Alexander Barkov | 2022-09-30 | 2 | -10/+35 |
| | | | * | | MDEV-29672 Add MTR tests covering key and key segment flags and types | Alexander Barkov | 2022-09-30 | 7 | -1/+5257 |
| | | | * | | MDEV-29613 fixup: clang -Wunused-but-set-variable | Marko Mäkelä | 2022-09-26 | 2 | -5/+20 |
| | * | | | | update the test after merge | Sergei Golubchik | 2022-09-30 | 2 | -2/+2 |
| | * | | | | Merge branch '10.5' into 10.6 | Sergei Golubchik | 2022-09-30 | 19 | -557/+600 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Cleanup: Remove innobase_destroy_background_thd() | Marko Mäkelä | 2022-09-30 | 4 | -17/+5 |
| | | * | | | correctness assert | Sergei Golubchik | 2022-09-29 | 4 | -4/+6 |
| | | * | | | MDEV-29368 Assertion `trx->mysql_thd == thd' failed in innobase_kill_query fr... | Sergei Golubchik | 2022-09-29 | 6 | -6/+45 |
| | | * | | | cleanup: kill test | Sergei Golubchik | 2022-09-29 | 4 | -515/+529 |
| | | * | | | debug_sync: ignore "sort" kills and disconnects | Sergei Golubchik | 2022-09-29 | 1 | -1/+1 |
| | | * | | | MDEV-29614 mariadb-upgrade calls mysql and mysql-check (#2279) | Daniel Black | 2022-09-28 | 3 | -12/+12 |
| | * | | | | Revert MDEV-29566 | Marko Mäkelä | 2022-09-27 | 3 | -33/+1 |
| | * | | | | MDEV-29566 Failed to read from the .par file upon concurrent DDL/SELECT with ... | Marko Mäkelä | 2022-09-26 | 3 | -1/+33 |
| | * | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2022-09-26 | 80 | -2426/+2742 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Cleanup: Declare srv_shutdown_bg_undo_sources() static | Marko Mäkelä | 2022-09-26 | 2 | -21/+21 |
| | | * | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2022-09-26 | 80 | -2483/+2760 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF | Marko Mäkelä | 2022-09-23 | 33 | -14/+83 |
| | | | * | | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-09-23 | 20 | -2389/+2594 |
| | | | |\ \ | | | | | |/ | |||||
| | | | | * | MDEV-29600 Memory leak in row_log_table_apply_update() | Marko Mäkelä | 2022-09-22 | 3 | -4/+45 |
| | | | | * | Cleanup: Remove redundant output from a test | Marko Mäkelä | 2022-09-22 | 2 | -68/+0 |
| | | | | * | Backport fix for MDEV-29352 to 10.3-10.5 | Alexey Botchkov | 2022-09-21 | 4 | -2/+34 |
| | | | | * | MDEV-29275 Fix server/Docs typos | Ian Gilfillan | 2022-09-21 | 2 | -4/+4 |
| | | | | * | MDEV-28986: rpl tests sometimes failing on freebsd builders | Brandon Nesterenko | 2022-09-20 | 10 | -2311/+2509 |
| | | | | * | MDEV-29480 spider group by handler wrong result on order by aggregate alias | Sergei Golubchik | 2022-09-20 | 1 | -0/+2 |