summaryrefslogtreecommitdiff
path: root/mysql-test/suite/archive
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | small cleanupSergei Golubchik2013-04-071-1/+0
| |/ |/|
* | Fixes after Serg's review of %M extenstionsMichael Widenius2012-06-171-1/+1
* | Added text for errno in error messages by:Michael Widenius2012-05-301-1/+1
|/
* Created suites for heap, archive and csv.Michael Widenius2012-04-0417-0/+16005