summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete file maria_rename.shbb-10.4-monty2Monty2019-05-131-17/+0
* Make maria-autozerofill a bit more rebustMonty2019-05-132-8/+8
* Fixed that storage/funcs tests works with AriaMonty2019-05-11107-15401/+15412
* add Hygon Dhyana support in check-cpuhygonsoc2019-05-101-0/+3
* MDEV-8553: Impossible where for a!=a, a<a, a>aDaniel Black2019-05-103-1/+126
* MDEV-19235 MariaDB Server compiled for 128 Indexes crashes at startupbb-10.4-wlad-MDEV-19235Vladislav Vaintroub2019-05-0912-248/+341
* Disable 5733_tokudb as the result is not stableMonty2019-05-091-0/+1
* MDEV-19403 Remove mysql_secure_installation.plVladislav Vaintroub2019-05-072-391/+1
* MDEV-18689 Simple query with extra brackets stopped workingIgor Babaev2019-05-0623-111/+265
* MDEV-19384 Deadlock in FTWRLMonty2019-05-063-3/+83
* Fixes for atomic writes on Windows.Vladislav Vaintroub2019-05-063-1/+11
* MDEV-17380: fix incorrect #ifdefVladislav Vaintroub2019-05-061-1/+5
* MDEV-19388 Improve SSD detection on WindowsVladislav Vaintroub2019-05-061-60/+72
* Fix the Windows buildMarko Mäkelä2019-05-051-0/+0
* Merge 10.3 into 10.4Marko Mäkelä2019-05-05125-1722/+1936
|\
| * Restore vars_list destructorSergey Vojtovich2019-05-041-0/+1
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-0341-479/+406
| |\
| | * MDEV-19385: Inconsistent definition of dtuple_get_nth_v_field()Marko Mäkelä2019-05-0321-358/+168
| | * MDEV-19346: Remove dummy InnoDB log checkpointsMarko Mäkelä2019-05-0315-120/+56
| | * MDEV-17702 fix unaligned access UB in sint4korr() and similar functionsEugene Kosov2019-05-033-2/+104
| | * MDEV-17008 prepare with datadir, on Windows, does not set ACLVladislav Vaintroub2019-05-021-1/+67
| | * MDEV-18544 "missing required privilege PROCESS on *.*" using mariabackup for SSTVladislav Vaintroub2019-05-023-1/+10
| * | Revert THD::THD(skip_global_sys_var_lock) argumentbb-10.3-svoj-MDEV-14984Sergey Vojtovich2019-05-038-29/+29
| * | Adieu find_sys_var_ex()Sergey Vojtovich2019-05-035-67/+17
| * | Make connect speed great againSergey Vojtovich2019-05-034-9/+22
| * | Safe session_track_system_variables snapshotSergey Vojtovich2019-05-034-71/+64
| * | Allocate Session_sysvars_tracker staticallySergey Vojtovich2019-05-035-213/+156
| * | Allocate Transaction_state_tracker staticallySergey Vojtovich2019-05-036-126/+94
| * | Static current schema and state change trackersSergey Vojtovich2019-05-033-59/+63
| * | Allocate orig_list staticallySergey Vojtovich2019-05-031-40/+17
| * | Get rid of not implemented SESSION_GTIDS_TRACKERSergey Vojtovich2019-05-032-17/+0
| * | Cleanup session tracker APISergey Vojtovich2019-05-034-117/+56
| * | Cleanup session tracker redundancySergey Vojtovich2019-05-033-58/+7
| * | Session_sysvars_tracker::vars_list cleanupsSergey Vojtovich2019-05-031-92/+50
| * | A proper State_tracker::m_changed enacpsulationSergey Vojtovich2019-05-032-81/+15
| * | MDEV-18943: Group Concat with limit not working with viewsVarun Gupta2019-05-033-1/+39
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-029-118/+320
| |\ \ | | |/
| | * MDEV-14398 innodb_encryption_rotate_key_age=0 causes innodb_encrypt_tables to...bb-10.2-MDEV-14398-alternativeThirunarayanan Balathandayuthapani2019-05-029-118/+314
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-028-35/+149
| |\ \ | | |/
| | * MDEV-17654 Incorrect syntax returned for column with CHECK constraint in the ...Anel Husakovic2019-05-013-7/+46
| | * MDEV-15051: signal handler - output information about the core generationDaniel Black2019-05-011-4/+42
| | * compilation fixes for VS 2019Sergei Golubchik2019-05-011-5/+5
| | * MDEV-19188 Server Crash When Using a Trigger With A Number of Virtual Columns...Nikita Malyavin2019-04-303-11/+54
| * | Fixed some compilation warnings/errorsMonty2019-05-022-4/+3
| * | MDEV-17655 Inconsistent grant-name usage between grant-statement and privileg...Aleksey Midenkov2019-05-0216-65/+65
| * | Adjust the result for join_cache.testVarun Gupta2019-05-021-3/+3
| * | MDEV-9959: A serious MariaDB server performance bugVarun Gupta2019-04-3010-7/+153
| * | MDEV-10307 CAST(11068046444225730969 AS SIGNED) does not return a warningAlexander Barkov2019-04-306-1/+44
| * | Merge 10.2 into 10.3Marko Mäkelä2019-04-2919-159/+302
| |\ \ | | |/
| | * MDEV-18429: Simpler implementationMarko Mäkelä2019-04-291-307/+51