Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2017-10-22 | 1 | -2/+3 |
|\ | |||||
| * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-10-18 | 1 | -2/+3 |
| |\ | |||||
| | * | MDEV-9619: Assertion `null_ref_table' failed in virtual table_map Item_direct... | Oleksandr Byelkin | 2017-10-13 | 1 | -2/+3 |
* | | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columns | Monty | 2016-04-07 | 1 | -0/+4 |
* | | | MDEV-8605 MariaDB not use DEFAULT value even when inserted NULL for NOT NULLA... | Sergei Golubchik | 2015-12-21 | 1 | -0/+1 |
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-11-19 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | remove unneded #include's that had a dubious explanation | Sergei Golubchik | 2015-10-24 | 1 | -1/+0 |
* | | | MDEV-7951 - sql_alloc() takes 0.25% in OLTP RO | Sergey Vojtovich | 2015-05-13 | 1 | -1/+1 |
* | | | Merge MDEV-7936 into 10.1 | Kristian Nielsen | 2015-04-13 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | MDEV-7936: Assertion `!table || table->in_use == _current_thd()' failed on pa... | Kristian Nielsen | 2015-04-13 | 1 | -0/+4 |
* | | | MDEV-7671: Cache VIEW definitions in the TDC | Oleksandr Byelkin | 2015-03-11 | 1 | -12/+4 |
* | | | MDEV-7324 - Lock-free hash for table definition cache | Sergey Vojtovich | 2014-12-28 | 1 | -1/+1 |
* | | | MDEV-7112 Split HA_CREATE_INFO | Alexander Barkov | 2014-12-08 | 1 | -6/+53 |
* | | | Merge 10.0.14 into 10.1 | Sergei Golubchik | 2014-10-15 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | MDEV-6050 MySQL Bug#13036505 62540: TABLE LOCKS WITHIN STORED FUNCTIONS ARE B... | Sergei Golubchik | 2014-07-31 | 1 | -1/+2 |
* | | | MDEV-4260 Don't create frm files for temporary tables | Sergei Golubchik | 2014-06-20 | 1 | -1/+2 |
|/ / | |||||
* | | Implementation of MDEV-5491: CREATE OR REPLACE TABLE | Michael Widenius | 2014-01-29 | 1 | -1/+3 |
* | | 10.0-base merge | Sergei Golubchik | 2013-12-16 | 1 | -2/+4 |
|\ \ | |||||
| * \ | 5.5 merge | Sergei Golubchik | 2013-11-23 | 1 | -2/+4 |
| |\ \ | | |/ | |||||
| | * | mysql-5.5.34 merge | Sergei Golubchik | 2013-11-19 | 1 | -2/+4 |
| | |\ | |||||
| | | * | Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEAR | Dmitry Lenev | 2013-08-20 | 1 | -2/+4 |
* | | | | MDEV-4702 - Reduce usage of LOCK_open | Sergey Vojtovich | 2013-08-14 | 1 | -89/+2 |
* | | | | MDEV-4786 merge 10.0-monty -> 10.0 | Sergei Golubchik | 2013-08-12 | 1 | -5/+1 |
* | | | | MDEV-4786 merge 10.0-monty -> 10.0 | Sergei Golubchik | 2013-08-12 | 1 | -3/+13 |
* | | | | MDEV-4786 - merge 10.0-monty - 10.0 | Sergey Vojtovich | 2013-07-25 | 1 | -2/+2 |
* | | | | 10.0-monty merge | Sergei Golubchik | 2013-07-21 | 1 | -22/+50 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | merge of 2876.430.11 & 2876.430.1 | unknown | 2013-06-27 | 1 | -4/+2 |
| * | | | Applied all changes from Igor and Sanja | Michael Widenius | 2013-06-15 | 1 | -22/+50 |
* | | | | optimize discovery for cases when the storage engine is known in advance | Sergei Golubchik | 2013-04-09 | 1 | -2/+2 |
* | | | | remove ha_create_table_from_engine() | Sergei Golubchik | 2013-04-09 | 1 | -9/+5 |
* | | | | handlerton::discover_table_existence() method | Sergei Golubchik | 2013-04-09 | 1 | -8/+1 |
* | | | | convenience helpers for get_table_share() and tdc_open_view(). | Sergei Golubchik | 2013-04-09 | 1 | -6/+41 |
* | | | | * remove ha_check_if_table_exists() and get_table_share_with_discover(). | Sergei Golubchik | 2013-04-09 | 1 | -3/+8 |
* | | | | * don't use 1-8 numbers for open_table_error codes, use an enum. | Sergei Golubchik | 2013-04-09 | 1 | -1/+2 |
* | | | | don't use I_S constants for open_table_def and get_table_share, | Sergei Golubchik | 2013-04-09 | 1 | -1/+1 |
* | | | | 5.5 merge | Sergei Golubchik | 2013-03-27 | 1 | -3/+32 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Automatic merge | Michael Widenius | 2013-03-01 | 1 | -2/+6 |
| |\ \ | |||||
| | * | | Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt ... | Michael Widenius | 2013-03-01 | 1 | -2/+6 |
| * | | | merge with mysql-5.5.30 minus few incorrect or not applicable changesets | Sergei Golubchik | 2013-02-28 | 1 | -1/+26 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Bug #15954872 "MAKE MDL SUBSYSTEM AND TABLE DEFINITION CACHE | Dmitry Lenev | 2012-12-11 | 1 | -1/+26 |
* | | | Cassandra SE merge | unknown | 2013-01-10 | 1 | -0/+1 |
|\ \ \ | |||||
| * \ \ | pre-merge | unknown | 2012-12-23 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | MDEV-506 Cassandra dynamic columns access | unknown | 2012-09-28 | 1 | -0/+1 |
* | | | | | Merge 5.5-mwl248 -> 10.0-base | Igor Babaev | 2013-01-08 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Merge 5.5 -> mwl248 | Igor Babaev | 2013-01-08 | 1 | -1/+2 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Implemented MDEV-3941: CREATE TABLE xxx IF NOT EXISTS should not block if tab... | Michael Widenius | 2012-12-16 | 1 | -1/+2 |
* | | | | | Merge maria-5.5-mwl248 -> 10.0-base. | Igor Babaev | 2012-12-16 | 1 | -1/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Addressed all remaining issues from the review of the patch | Igor Babaev | 2012-12-13 | 1 | -16/+0 |
| * | | | | Fixed bug mdev-3891. | Igor Babaev | 2012-12-12 | 1 | -3/+0 |
| * | | | | Addressed the following issue from the review of the patch for | Igor Babaev | 2012-12-08 | 1 | -1/+2 |