| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementation of MDEV-5491: CREATE OR REPLACE TABLE | Michael Widenius | 2014-01-29 | 1 | -0/+2 |
* | MDEV-4880 Attempt to create a table without columns produces ER_ILLEGAL_HA in... | Sergei Golubchik | 2013-11-10 | 1 | -0/+2 |
* | 10.0-base merge | Sergei Golubchik | 2013-11-04 | 1 | -0/+1 |
|\ |
|
| * | MDEV-5080 Assertion `strcmp(share->unique_file_name,filename) || share->last_... | Sergei Golubchik | 2013-11-04 | 1 | -0/+1 |
* | | Check for duplicate index (port from mysql) | unknown | 2013-09-20 | 1 | -0/+159 |
* | | 10.0-base merge. | Sergei Golubchik | 2013-09-21 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | MDEV-4911 - add KILL query id, and add query id information to processlist | Sergey Vojtovich | 2013-09-13 | 1 | -2/+4 |
* | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -9/+9 |
|\ \
| |/
|/| |
|
| * | fix create.test: update the results, don't restore the incorrectly merged fea... | Sergei Golubchik | 2013-07-11 | 1 | -13/+12 |
* | | 5.5 merge | Sergei Golubchik | 2013-06-06 | 1 | -2/+2 |
|\ \ |
|
| * | | Fixed that SHOW PROCESSLIST and information_schema.processlist uses the right... | Michael Widenius | 2013-05-11 | 1 | -2/+2 |
* | | | error messages: name the storage engine explicitly, | Sergei Golubchik | 2013-04-09 | 1 | -2/+2 |
* | | | revert | Sergei Golubchik | 2013-04-09 | 1 | -11/+22 |
| |/
|/| |
|
* | | MDEV-4011 Added per thread memory counting and usage | Michael Widenius | 2013-01-23 | 1 | -2/+6 |
* | | Merge 5.5-mwl248 -> 10.0-base | Igor Babaev | 2013-01-08 | 1 | -0/+27 |
|\ \
| |/ |
|
| * | Fixed the CREATE TABLE IF EXIST generates warnings instead of errors | Michael Widenius | 2012-12-17 | 1 | -3/+6 |
| * | Removed lock wait timeout warning when using CREATE TABLE IF EXISTS | Michael Widenius | 2012-12-16 | 1 | -0/+6 |
| * | Implemented MDEV-3941: CREATE TABLE xxx IF NOT EXISTS should not block if tab... | Michael Widenius | 2012-12-16 | 1 | -0/+18 |
* | | MDEV-452 Add full support for auto-initialized/updated timestamp and datetime | unknown | 2012-10-17 | 1 | -2/+2 |
|/ |
|
* | Fix for MDEV-533: Confusing error code when doing auto-increment insert for o... | Michael Widenius | 2012-09-18 | 1 | -0/+2 |
* | pbxt suite is now a main-pbxt overlay | Sergei Golubchik | 2012-02-29 | 1 | -1/+1 |
* | 5.3.4 merge | Sergei Golubchik | 2012-02-15 | 1 | -0/+1 |
|\ |
|
| * | Added Handler_read_rnd_deleted, number of deleted rows found with ha_read_rnd... | Michael Widenius | 2012-01-13 | 1 | -0/+1 |
* | | after merge changes: | Sergei Golubchik | 2011-12-12 | 1 | -4/+4 |
* | | 5.3->5.5 merge | Sergei Golubchik | 2011-11-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Made the optimizer switch for index condition pushdown set to 'on' by default. | Igor Babaev | 2011-11-21 | 1 | -1/+1 |
* | | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 1 | -8/+33 |
|\ \
| |/ |
|
| * | Set the default to be mrr=off,mrr_sort_keys=off: | Sergey Petrunya | 2011-07-08 | 1 | -1/+1 |
| * | Added progress reporting for alter table, LOAD DATA INFILE and for aria table... | Michael Widenius | 2011-07-01 | 1 | -2/+8 |
| * | Merge with 5.2 | Michael Widenius | 2011-05-16 | 1 | -0/+19 |
| |\ |
|
| | * | Bugfix: New table creation/renaming block added if old encoded table present. | unknown | 2011-05-11 | 1 | -0/+19 |
* | | | lots of post-merge changes | Sergei Golubchik | 2011-04-25 | 1 | -1/+1 |
* | | | merge. | Sergei Golubchik | 2010-11-25 | 1 | -58/+31 |
|\ \ \
| |/ / |
|
| * | | Merge MariaDB-5.2 -> MariaDB 5.3 | Sergey Petrunya | 2010-03-20 | 1 | -51/+15 |
| |\ \
| | |/ |
|
| | * | Merge MySQL 5.1.44 into MariaDB. | unknown | 2010-03-04 | 1 | -5/+2 |
| | |\ |
|
| | * | | Fix test suite so that it works when doing configure --without-uca | Michael Widenius | 2009-12-27 | 1 | -46/+0 |
| | * | | Merge with MySQL 5.1, with following additions: | unknown | 2009-11-16 | 1 | -0/+13 |
| | |\ \ |
|
| * | | | | Backport into MariaDB-5.2 the following: | Sergey Petrunya | 2009-12-15 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Merge Percona microsec_process patch into MariaDB. | unknown | 2009-09-23 | 1 | -2/+4 |
| * | | | Merge MySQL->MariaDB | Sergey Petrunya | 2009-09-08 | 1 | -0/+15 |
| |\ \ \ |
|
| * | | | | Added some changes inspired by Zardosht Kasheff: | Michael Widenius | 2009-06-30 | 1 | -4/+20 |
| * | | | | Merged with mysql-5.1 tree. | Michael Widenius | 2009-04-25 | 1 | -2/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge with base MySQL 5.1 | Michael Widenius | 2009-02-15 | 1 | -0/+3 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, my... | Guilhem Bichot | 2008-12-10 | 1 | -2/+2 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or... | Guilhem Bichot | 2008-11-21 | 1 | -0/+2 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merged 5.1 with maria 5.1 | Michael Widenius | 2008-10-10 | 1 | -10/+11 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | Merge mysql.com:/home/my/mysql-5.1 | unknown | 2008-04-28 | 1 | -0/+145 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | Fixes to bugs and compiler warnings detected by pushbuild | unknown | 2008-01-12 | 1 | -1/+1 |
| | * | | | | | | | | | Fixed compiler warnings by adding casts and changing variable types | unknown | 2008-01-11 | 1 | -2/+2 |
| | * | | | | | | | | | Added maria_zerofill() | unknown | 2007-12-31 | 1 | -1/+1 |