summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into bb-10.4-MDEV-18995bb-10.4-MDEV-18995Kentoku SHIBA2019-04-25155-506/+3301
|\
| * MDEV-19317 TEXT column accepts too long literals as a default valueAlexander Barkov2019-04-255-32/+137
| * MDEV-9234 Add Type_handler::union_element_finalize()10.4-stagingAlexander Barkov2019-04-233-5/+27
| * MDEV-19245: Impossible WHERE should be noticed earlier after HAVING pushdownbb-10.4-galinaGalina Shalygina2019-04-225-12/+89
| * MDEV-19255 Server crash in st_join_table::save_explain_data or assertionIgor Babaev2019-04-195-8/+237
| * MDEV-19224 Assertion `marked_for_read()' failedMonty2019-04-193-1/+17
| * MDEV-19252 Problem with DBUG_ASSERT_AS_PRINTF and marked_for_write()Monty2019-04-194-7/+28
| * Fixed compiler warnings form gcc 7.3.1Monty2019-04-198-21/+29
| * MDEV-19283 Move the code from Field_str::is_equal() to Field_string::is_equal()Alexander Barkov2019-04-192-8/+14
| * MDEV-19266: Crash in EITS code when enabling 128 indexesbb-10.4-mdev19266Sergei Petrunia2019-04-181-1/+5
| * Avoid DROP DATABASE testMarko Mäkelä2019-04-1812-30/+56
| * MDEV-19274 mariadb does not build on OSes that do not have HAVE_POOL_OF_THREADSbb-10.4-aix-build-fixVladislav Vaintroub2019-04-183-6/+22
| * MDEV-19164 Assertion `fixed' failed in Item_func_inet_aton::val_intIgor Babaev2019-04-174-5/+117
| * Merge 10.3 into 10.4Marko Mäkelä2019-04-1717-59/+516
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-04-1716-57/+495
| | |\
| | | * MDEV-12699 Improve crash recovery of corrupted data pagesbb-10.2-MDEV-12699Marko Mäkelä2019-04-1711-25/+459
| | | * MDEV-19241 InnoDB fails to write MLOG_INDEX_LOAD upon completing ALTER TABLEMarko Mäkelä2019-04-173-26/+31
| | | * MDEV-14239 Missing space: "innodb_open_files ... greaterthan"Marko Mäkelä2019-04-151-1/+1
| | | * FSP_FLAGS_MEM_MASK: Remove traces of ATOMIC_WRITESMarko Mäkelä2019-04-101-5/+4
| | * | Typo fix in sql_sequence.ccwayne2019-04-151-2/+2
| * | | Adding missing ';' at the end of a ruleAlexander Barkov2019-04-172-0/+2
| * | | MDEV-19263: Server crashes in mysql_handle_single_derived upon 2nd execution ...Oleksandr Byelkin2019-04-163-1/+46
| * | | MDEV-17508 Fix bug for spider when using "not like" (#1282)Kentoku SHIBA2019-04-173-2/+25
| * | | MDEV-19195 Active Record unit test fails with MariaDB 10.4.3Igor Babaev2019-04-163-32/+77
| * | | MDEV-17494 Refuse ALGORITHM=INSTANT when the row size is too largeMarko Mäkelä2019-04-167-63/+288
| * | | fix bug for spider where using "not like" (#890)willhan2019-04-165-2/+219
| * | | Cleanup of sql_derived.cc filebb-10.4-cleanupOleksandr Byelkin2019-04-161-11/+17
| * | | MDEV-17362: SIGSEGV in JOIN::optimize_inner or Assertion `fixed == 0' failed ...Oleksandr Byelkin2019-04-165-7/+73
| * | | Cleanup of derived table interfaceOleksandr Byelkin2019-04-162-2/+1
| * | | MDEV-19256 sql_acl.cc does not compile with WITH_VALGRIND with gcc 8.0bb-10.4-mdev-19256Alexander Barkov2019-04-161-24/+43
| * | | MDEV-13564: Temporarily restore a call to work around a bugbb-10.4-MDEV-19253Marko Mäkelä2019-04-151-0/+8
| * | | MDEV-19142 sql_mode=MSSQL: Bracket identifiersAlexander Barkov2019-04-155-4/+163
| * | | fix vargrind errors of Spider (#1273)Kentoku SHIBA2019-04-132-9/+3
| * | | MDEV-16543 Replicating to spider is fragile without retries (#1272)Kentoku SHIBA2019-04-132-5/+7
| * | | MDEV-16530 Spider datanodes needs adjusted wait_timeout for long running quer...Kentoku SHIBA2019-04-1225-8/+618
| * | | MDEV-16543 Replicating to spider is fragile without retries (#1259)Kentoku SHIBA2019-04-1219-11/+276
| * | | Merge 10.3 into 10.4bb-10.4-supermergejanMarko Mäkelä2019-04-1215-129/+129
| |\ \ \ | | |/ /
| | * | MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_...Eugene Kosov2019-04-129-10/+10
| | * | Merge remote-tracking branch 'origin/10.2' into 10.3bb-10.3-janmergeJan Lindström2019-04-122-2/+2
| | |\ \ | | | |/
| | | * Fix wsrep_thd_is_applier macro to point correct function name.Jan Lindström2019-04-101-1/+1
| | | * cmake: pass CMAKE_BUILD_TYPE into src.rpmSergei Golubchik2019-04-091-1/+1
| * | | MDEV-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in sp...Kentoku SHIBA2019-04-122-0/+4
| * | | Fix InnoDB dynamic plugin compile errors on wsrep patch.Jan Lindström2019-04-103-2/+9
* | | | MDEV-18995 Some bugs in direct joinKentoku2019-04-0915-49/+663
|/ / /
* | | MDEV-15528 preparation: Write MLOG_INIT_FREE_PAGEMarko Mäkelä2019-04-085-18/+39
* | | Merge 10.3 into 10.4Marko Mäkelä2019-04-0823-377/+244
|\ \ \ | |/ /
| * | MDEV-19212: After-merge fix for sizeof(ulong)!=sizeof(ulint)Marko Mäkelä2019-04-082-7/+7
| * | MDEV-12266: Pass fil_space_t* to fseg_free_page()Marko Mäkelä2019-04-085-48/+51
| * | MDEV-14192: Add debug assertionsVlad Lesin2019-04-083-18/+36
| * | Merge 10.2 into 10.3Marko Mäkelä2019-04-0819-308/+156
| |\ \ | | |/