summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-2586-279/+11065
* MDEV-15405 Mixed replication fails with "Could not execute Delete_rows_v1 eve...Sergei Golubchik2018-02-254-6/+66
* fix THD::system_time to follow, well, system timeSergei Golubchik2018-02-256-33/+37
* cleanup: remove redundant vers_field->set_notnull();Sergei Golubchik2018-02-243-7/+0
* update server maturitySergei Golubchik2018-02-241-1/+1
* MDEV-15395 Wrong result or Assertion `old_part_id == m_last_part' failed in h...Sergei Golubchik2018-02-243-4/+19
* fixes for test failuresSergei Golubchik2018-02-243-3/+4
* MDEV-15336 Server crashes in handler::print_error / ha_partition::print_error...Sergei Golubchik2018-02-243-0/+48
* omit system invisible fields from the duplicate key errorSergei Golubchik2018-02-242-1/+3
* MDEV-15330 Server crash or assertion `table->insert_values' failure in write_...Sergei Golubchik2018-02-243-0/+27
* MDEV-15395 Wrong result or Assertion `old_part_id == m_last_part' failed in h...Sergei Golubchik2018-02-242-14/+5
* don't allow TIMESTAMP(6) versioning and FK with CASCADE or SET NULLSergei Golubchik2018-02-2410-119/+236
* create a reusable function that tells what FK actions can writeSergei Golubchik2018-02-245-19/+21
* unify error messages a bitSergei Golubchik2018-02-245-12/+36
* cleanup: use enum, not uint, for enum variablesSergei Golubchik2018-02-242-3/+8
* Adjust test results to reflect the new system tableElena Stepanova2018-02-244-12/+41
* MDEV-14645: AS OF TIMESTAMP is misused as TRX_IDSergei Golubchik2018-02-2411-119/+10
* remove @@system_versioning_innodb_algorithm_simpleSergei Golubchik2018-02-2411-103/+11
* remove always-false variableSergei Golubchik2018-02-241-5/+2
* Tests: versioning.foreign check row_end after constraint executionAleksey Midenkov2018-02-242-5/+13
* simplify versioning testsSergei Golubchik2018-02-2422-2075/+968
* MDEV-14767 system_versioning_alter_history breaks ALTER replicationAleksey Midenkov2018-02-243-4/+76
* Tests: partitioning cases for duplicate bugsAleksey Midenkov2018-02-242-0/+38
* MDEV-15168 Unexpected ER_VERS_ENGINE_UNSUPPORTED upon dropping versioning on ...Eugene Kosov2018-02-244-2/+25
* MDEV-15103 Assertion in ha_partition::part_records() for updating VIEWSergei Golubchik2018-02-242-0/+17
* cannot rotate both by INTERVAL and LIMITSergei Golubchik2018-02-243-18/+25
* MDEV-15190 Bad error for non-versioned table PARTITION BY SYSTEM_TIMESergei Golubchik2018-02-244-5/+12
* MDEV-14829 Assertion `0' failed in Protocol::end_statement upon concurrent UP...Eugene Kosov2018-02-247-14/+66
* MDEV-15001 no tests for system_versioning_innodb_algorithm_simpleAleksey Midenkov2018-02-245-20/+183
* PARTITION BY SYSTEM_TIME INTERVAL ...Sergei Golubchik2018-02-2316-973/+462
* helper append_interval(String*)Sergei Golubchik2018-02-233-7/+83
* remove partition-specific methods from the base handler classSergei Golubchik2018-02-232-11/+1
* create ROW_START/ROW_END columns NOT NULLSergei Golubchik2018-02-232-2/+1
* cleanup: partition_info::check_constantsSergei Golubchik2018-02-234-439/+403
* cleanup: remove *.opt files from the versioning suiteSergei Golubchik2018-02-239-4/+7
* MDEV-15004 parser greedily parses AS OF TIMESTAMPAleksey Midenkov2018-02-2311-31/+63
* Vers SQL: Refactoring: better init of vers_conditionsAleksey Midenkov2018-02-234-198/+193
* Vers SQL: partition rotation by INTERVAL fixAleksey Midenkov2018-02-234-19/+52
* cleanup: remove a pretty formatting function from a testSergei Golubchik2018-02-232-25/+16
* MDEV-14798 Add, drop system versioning semantic and syntaxSergei Golubchik2018-02-238-29/+118
* SQL: Truncate history of partitioned table [fixes #399, closes #403]Sergei Golubchik2018-02-235-20/+33
* cleanup: ha_partition::update_row/delete_rowSergei Golubchik2018-02-233-141/+46
* MDEV-14789 Creating federated table on versioned table failsSergei Golubchik2018-02-233-0/+20
* MDEV-13982 Server crashes in in ha_partition::engine_nameSergei Golubchik2018-02-231-2/+1
* Fix a typoSergei Golubchik2018-02-231-1/+1
* Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-2363-517/+1137
|\
| * Merge branch '10.2' into bb-10.2-extSergei Golubchik2018-02-2247-338/+476
| |\
| | * MDEV-15345 Compilation fails to build my_addr_resolve.cSergei Golubchik2018-02-221-0/+7
| | * Merge branch '10.1' into 10.2Sergei Golubchik2018-02-2221-245/+53
| | |\
| | | * Merge branch '10.0' into 10.1Sergei Golubchik2018-02-2219-245/+51
| | | |\