summaryrefslogtreecommitdiff
path: root/storage/archive
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-1/+1
|\
| * MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client()Oleksandr Byelkin2015-09-061-1/+1
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-1/+1
* | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-1/+1
|\ \ | |/
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | cleanup: remove table->status from some enginesSergei Golubchik2014-10-011-2/+0
|/
* 5.5.38 mergeSergei Golubchik2014-06-061-2/+2
|\
| * mysql-5.5.38 mergeSergei Golubchik2014-06-031-1/+2
| |\
| | * Description: When we execute a correlated subquery on anArun Kuruvila2014-04-101-1/+3
* | | 5.5 mergeSergei Golubchik2014-05-091-0/+1
|\ \ \ | |/ /
| * | mysql-5.5.37 selective mergeSergei Golubchik2014-03-271-0/+1
| |\ \ | | |/
| | * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-171-0/+1
* | | compilation failure on windowsSergei Golubchik2014-03-271-12/+3
* | | MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symb...Michael Widenius2014-03-231-6/+25
* | | MySQL WL#5522 - InnoDB transportable tablespaces.Sergei Golubchik2014-02-021-1/+1
* | | MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-311-2/+2
* | | MDEV-4786 - merge 10.0-monty - 10.0Sergey Vojtovich2013-07-292-24/+41
* | | more post-merge fixes:Sergei Golubchik2013-07-211-9/+12
* | | 10.0-monty mergeSergei Golubchik2013-07-212-186/+261
|\ \ \
| * | | Applied all changes from Igor and SanjaMichael Widenius2013-06-152-184/+261
| * | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-1/+1
| * | | 10.0-base mergeSergei Golubchik2013-01-312-2/+2
| |\ \ \
| * \ \ \ Merge MariaDB 10.0-base to MariaDB 10.0unknown2012-12-181-1/+0
| |\ \ \ \
| * \ \ \ \ merge with 5.5Sergei Golubchik2012-11-031-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ 10.0-base -> 10.0-montySergei Golubchik2012-10-192-16/+38
| |\ \ \ \ \ \
| * | | | | | | Added support of thd->tx_read_onlyMichael Widenius2012-08-071-5/+0
* | | | | | | | 5.5 mergeSergei Golubchik2013-07-171-0/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | MDEV-4444 Server crashes with "safe_mutex: Trying to destroy a mutex share->m...Sergei Golubchik2013-06-131-0/+3
* | | | | | | | TABLE_SHARE::free_frm_image() method to free the memorySergei Golubchik2013-04-091-1/+1
* | | | | | | | * frm extra2 segment.Sergei Golubchik2013-04-093-26/+26
* | | | | | | | discovery using sql CREATE TABLE statementSergei Golubchik2013-04-091-3/+2
* | | | | | | | CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-094-15/+13
* | | | | | | | HA_ERR_TABLE_DEF_CHANGED support in ha_archiveSergei Golubchik2013-04-092-62/+82
* | | | | | | | move writing of the frm into init_from_binary_frm_image()Sergei Golubchik2013-04-091-12/+14
* | | | | | | | single table discovery: handlerton::discover_table() method.Sergei Golubchik2013-04-093-27/+27
* | | | | | | | file-based table discovery for discovering storage enginesSergei Golubchik2013-04-091-1/+0
* | | | | | | | * move bas_ext from the handler to the handlertonSergei Golubchik2013-04-072-15/+9
* | | | | | | | small cleanupSergei Golubchik2013-04-071-17/+1
* | | | | | | | 5.5 mergeSergei Golubchik2013-03-271-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-281-5/+5
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Bug #13819630 ARCHIVE TABLE WITH 1000+ PARTITIONS CRASHES SERVER Annamalai Gurusami2012-12-201-6/+7
* | | | | | fix the failing federated.federated_innodb test:Sergei Golubchik2013-01-232-2/+2
| |_|_|_|/ |/| | | |
* | | | | simplify the handler api - table_type() is no longer abstract, not even virtualSergei Golubchik2012-12-171-1/+0
* | | | | Merge mariadb-5.5 -> 10.0-base.Igor Babaev2012-12-161-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | mysql-5.5.28Sergei Golubchik2012-10-161-3/+3
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Bug#13417440 : 63340: ARCHIVE FILE IO NOT INSTRUMENTEDMarc Alff2012-08-241-3/+3
* | | | MDEV-452 Add full support for auto-initialized/updated timestamp and datetimeunknown2012-10-171-2/+0
|/ / /
* | | merge with MySQL 5.5.27Sergei Golubchik2012-08-092-16/+38
|\ \ \ | |/ / | | / | |/ |/|
| * Bug 14116252 - CANNOT BUILD ARCHIVE ENGINE WHEN WITH_PERFSCHEMA_STORAGE_ENGINE=0Marc Alff2012-05-312-0/+4
| * Bug#13417440 : 63340: ARCHIVE FILE IO NOT INSTRUMENTEDMayank Prasad2012-05-242-16/+34