summaryrefslogtreecommitdiff
path: root/mysql-test/suite/archive
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-2/+2
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-2/+2
| |\
| | * MDEV-12915 ST_Centroid does not return the same result than MySQL.Alexey Botchkov2017-08-011-2/+2
* | | MDEV-13089 identifier quoting in partitioningSergei Golubchik2017-07-051-16/+16
* | | MDEV-7635: Update tests to adapt to the new default sql_modeNirbhay Choubey2017-02-103-5/+5
* | | MDEV-7635: Part 1Nirbhay Choubey2017-02-102-0/+3
* | | Merge 10.1 into 10.2Marko Mäkelä2017-01-102-0/+17
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-01-102-0/+17
| |\ \ | | |/
| | * MDEV-11317: `! is_set()' or `!is_set() || (m_status == DA_OK_BULK && is_bulk_...Monty2017-01-082-0/+17
* | | cleanup: remove Item::intro_versionSergei Golubchik2016-12-121-7/+7
* | | do not quote numbers in the DEFAULT clause in SHOW CREATESergei Golubchik2016-08-271-2/+2
* | | Part of MDEV-10134 Add full support for DEFAULTMichael Widenius2016-06-301-4/+4
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-212-0/+13
|\ \ | |/
| * fix extension_based_table_discovery for partitioned tablesSergei Golubchik2016-03-212-0/+13
* | MDEV-6066: Merge new defaults from 5.6 and 5.7 (defaults changed, QC can be s...Oleksandr Byelkin2015-09-044-5/+4
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-032-2/+2
|\ \ | |/
| * MDEV-7652 - More explanatory ERROR and WARNING messages when loading pluginsSergey Vojtovich2015-07-292-2/+2
* | GIS-related tests started to fail as some related functionsAlexey Botchkov2015-06-251-3/+3
* | generalize ER_TABLE_NEEDS_UPGRADE to work for views tooSergei Golubchik2015-06-011-1/+1
* | Test results fixed.Alexey Botchkov2015-03-161-1/+1
|/
* 5.5.39 mergeSergei Golubchik2014-08-072-0/+44
|\
| * mysql-5.5.39 mergeSergei Golubchik2014-08-022-0/+44
* | MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symb...Michael Widenius2014-03-235-0/+182
* | MDEV-4955 discover of table non-existance on CREATESergei Golubchik2014-02-272-2/+2
* | Implementation of MDEV-5491: CREATE OR REPLACE TABLEMichael Widenius2014-01-292-0/+7
* | mtr: abort when a suite.pm fails to load, don't just ignore the errors.Sergei Golubchik2013-12-221-2/+2
* | MDEV-5438 A view can mask a table that supports discoverySergei Golubchik2013-12-132-0/+38
* | MDEV-4955 discover of table non-existance on CREATESergei Golubchik2013-11-282-0/+16
* | MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-292-9/+88
* | more post-merge fixes:Sergei Golubchik2013-07-213-4/+4
* | 10.0-monty mergeSergei Golubchik2013-07-212-17/+22
|\ \
| * | many simple fixes for innodb suite,Sergei Golubchik2013-07-141-1/+0
| * | archive.test and othersSergei Golubchik2013-07-122-20/+25
* | | 5.5 mergeSergei Golubchik2013-07-172-0/+27
|\ \ \ | | |/ | |/|
| * | MDEV-4444 Server crashes with "safe_mutex: Trying to destroy a mutex share->m...Sergei Golubchik2013-06-132-0/+29
* | | MDEV-4456 Reverse discovery of ARCHIVE table on SELECT after disappearance of...Sergei Golubchik2013-06-162-0/+17
* | | remove extraneous statement from the testSergei Golubchik2013-06-162-4/+0
* | | MDEV-4441 DROP DATABASE with a newly created ARCHIVE table does not workSergei Golubchik2013-06-152-0/+10
* | | portability fixes for mysql-testSergei Golubchik2013-04-102-2/+4
* | | error messages: name the storage engine explicitly,Sergei Golubchik2013-04-094-5/+7
* | | * frm extra2 segment.Sergei Golubchik2013-04-095-33/+35
* | | discovery using sql CREATE TABLE statementSergei Golubchik2013-04-091-1/+1
* | | discover of table non-existance on dropSergei Golubchik2013-04-092-2/+22
* | | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-094-1/+51
* | | write frm pieces contiguously, don't align them on a 4K boundarySergei Golubchik2013-04-092-4/+4
* | | cleanup frm creation:Sergei Golubchik2013-04-092-4/+4
* | | HA_ERR_TABLE_DEF_CHANGED support in ha_archiveSergei Golubchik2013-04-094-4/+20
* | | remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-094-25/+61
* | | * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-092-3/+3
* | | file-based table discovery for discovering storage enginesSergei Golubchik2013-04-094-60/+126