summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24601: INFORMATION_SCHEMA doesn't differentiate between column and table...bb-10.5-anel-MDEV-24601-IS.table_field_constraintsAnel Husakovic2021-03-165-61/+129
* MDEV-25123 support MSVC ASANVladislav Vaintroub2021-03-124-15/+29
* One more try: Fix -Wconversion on GCC 4 to 9Marko Mäkelä2021-03-111-1/+1
* After-merge fix: -Wconversion in GCC 4 to 9Marko Mäkelä2021-03-111-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2021-03-1146-236/+632
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-03-119-7/+110
| |\
| | * MDEV-25106 Deprecation warning for innodb_checksum_algorithm=none,innodb,...Marko Mäkelä2021-03-113-3/+56
| | * MDEV-25070 fixup: Correct the resultMarko Mäkelä2021-03-111-1/+1
| | * MDEV-25070 SIGSEGV in fts_create_in_mem_aux_tableThirunarayanan Balathandayuthapani2021-03-103-1/+26
| | * MDEV-24868 Server crashes in optimize_schema_tables_memory_usage after select...Nayuta Yanagisawa2021-03-083-3/+23
| * | MDEV-24668 fixup: uninitialized return value with GaleraMarko Mäkelä2021-03-111-1/+1
| * | MDEV-25107 Check TABLE miscalutates the length of columnThirunarayanan Balathandayuthapani2021-03-111-2/+2
| * | MDEV-20946: Hard FTWRL deadlock under user level locksRinat Ibragimov2021-03-104-1/+61
| * | MDEV-25057 Assertion `n_fields < dtuple_get_n_fields(entry)'Thirunarayanan Balathandayuthapani2021-03-093-1/+28
| * | arguments overflow fix proposal. the list is assumed to be implictly null ter...David CARLIER2021-03-091-1/+2
| * | mariabackup utility, binary path implementation for Mac.David CARLIER2021-03-091-0/+10
| * | MDEV-24363 (followup fix) mysql.user view shouldRobert Bindar2021-03-085-9/+203
| * | MDEV-24975 Server consumes extra 4G memory upon querying INFORMATION_SCHEMA.O...Sergei Golubchik2021-03-083-0/+23
| * | mark Aria allocations for temp tables as MY_THREAD_SPECIFICSergei Golubchik2021-03-089-63/+81
| * | MDEV-24668 debug assert on SET PASSWORD when binlog failsSergei Golubchik2021-03-084-4/+19
| * | cleanup: renames, no need to create a new .inc fileSergei Golubchik2021-03-085-148/+80
| * | MDEV-24363 (followup refactor) avoid listing mysql.userRobert Bindar2021-03-084-198/+6
| * | MDEV-24363 mysql.user password_expired column is incorrectRobert Bindar2021-03-0814-13/+209
* | | MDEV-25110 [FATAL] InnoDB: Trying to write ... outside the boundsMarko Mäkelä2021-03-113-1/+33
* | | MDEV-25031 Not applying INSERT_*_REDUNDANT due to corruption on pageMarko Mäkelä2021-03-112-5/+7
* | | connect storage, little compile issues fix proposal.David CARLIER2021-03-112-9/+9
* | | MDEV-24949: Enabling idle flushing (possible regression from MDEV-23855)Krunal Bauskar2021-03-113-5/+71
* | | MDEV-24422 Server crashes in ha_connect::GetRealType upon ALTER TABLEMonty2021-03-105-8/+42
* | | Skip mysql_json_mysql_upgrade if plugin is not builtVicențiu Ciorbaru2021-03-101-0/+4
* | | Deb: Sync downstream changes upstreamOtto Kekäläinen2021-03-104-40/+32
* | | fixup 449871458b49f224b27b26858784ef5408353f1bVladislav Vaintroub2021-03-091-3/+4
* | | Fix Windows clang build with newest cmakeVladislav Vaintroub2021-03-081-2/+8
* | | After-merge fix: GCC -WconversionMarko Mäkelä2021-03-081-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2021-03-0820-77/+468
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2021-03-0816-75/+184
| |\ \ | | |/
| | * Fixed that unit.pcre_test works again.Monty2021-03-051-2/+2
| | * Merge 10.2 into 10.3Marko Mäkelä2021-03-057-61/+42
| | |\
| | | * MDEV-22929 fixup. Print "completed OK!" if page corruption and --log-innodb-...Vladislav Vaintroub2021-03-053-14/+18
| | | * fixup 58b56f14a096285a0e51b2233fc35398f1b01f5a: Remove dead codeMarko Mäkelä2021-03-043-33/+6
| | | * MDEV-25051 Race condition between persistent statistics and RENAME TABLE or T...Marko Mäkelä2021-03-041-14/+18
| | * | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-03-048-10/+140
| | |\ \ | | | |/
| | | * MDEV-25032: Window functions without column references get removed from ORDER BYVicențiu Ciorbaru2021-03-044-0/+73
| | | * MDEV-24748 extern column check missing in btr_index_rec_validate()Thirunarayanan Balathandayuthapani2021-03-033-0/+47
| | | * MDEV-20648 InnoDB: Failing assertion: !(*node)->being_extended, innodb.log_da...bb-10.2-MDEV-20648Thirunarayanan Balathandayuthapani2021-03-031-14/+26
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-085-10/+305
| |\ \ \ | | |/ /
| | * | MDEV-22786 Crashes with nested table value constructorsIgor Babaev2021-03-037-13/+333
* | | | Cleanup: add override qualifiers to item.hMarko Mäkelä2021-03-051-910/+909
* | | | MDEV-24600 fixup: Remove unused trx_register_for_2pc()Marko Mäkelä2021-03-051-12/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-0540-275/+771
|\ \ \ \ | |/ / /
| * | | Remove unused HA_EXTRA_FAKE_START_STMTMarko Mäkelä2021-03-054-13/+3