summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-0132-309/+396
* MDEV-8722 The patch for MDEV-8688 disabled equal field propagation for tempor...Alexander Barkov2015-09-016-27/+55
* MDEV-8707 Wrong result forAlexander Barkov2015-08-319-27/+208
* MDEV-8698 Wrong result for SELECT..WHERE a BETWEEN 'a' AND 'c' COLLATE latin1...Alexander Barkov2015-08-293-0/+33
* MDEV-8680 Wrong result for SELECT..WHERE a IN ('a' COLLATE latin1_bin,'b') AN...Alexander Barkov2015-08-292-0/+29
* MDEV-8688 Wrong result forAlexander Barkov2015-08-296-0/+108
* Clean-up: removing duplicate code: removingAlexander Barkov2015-08-291-2/+1
* Moving common members of Item_func_in and Item_func_between to theirAlexander Barkov2015-08-292-15/+23
* MDEV-8694 Wrong result for SELECT..WHERE a NOT LIKE 'a ' AND a='a'Alexander Barkov2015-08-2820-36/+803
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-2722-253/+296
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-2750-753/+1103
* Making Item_field::can_be_substituted_to_equal_item() private.Alexander Barkov2015-08-261-2/+2
* MDEV-8661 Wrong result for SELECT..WHERE a='a' AND a='a' COLLATE latin1_binAlexander Barkov2015-08-269-87/+198
* MDEV-8683: Bunch of tests fail in buildbot on new InnoDB variablesJan Lindström2015-08-266-0/+12
* Merge pull request #94 from ericherman/evict_table_metricJan Lindström2015-08-266-4/+40
|\
| * Add lru evict count for the idle loop (xtradb)Eric Herman2015-08-263-6/+15
| * Add lru evict count for the idle loop (innobase)Eric Herman2015-08-263-6/+15
| * Add eviction count for table cache lru cleanup (xtradb)Eric Herman2015-08-263-1/+10
| * Add eviction count for table cache lru cleanup (innobase)Eric Herman2015-08-263-1/+10
|/
* MDEV-8676 Some storage_engine tests fail on 10.1Elena Stepanova2015-08-268-12/+13
* MDEV-8665: innodb.innodb_bug14147491 fails in buildbot on some debug buildsJan Lindström2015-08-252-0/+21
* UNINIT_VAR() fixesSergey Vojtovich2015-08-254-12/+5
* Increase the version numberElena Stepanova2015-08-231-1/+1
* Clean-up: moving compare_collation() from Item to Item_bool_func.Alexander Barkov2015-08-216-32/+43
* Stage 2 of MDEV-6152:Monty2015-08-2151-881/+1146
* MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-2171-2470/+2720
* Merge /my/maria-10.1-default into 10.1Monty2015-08-18204-6330/+6955
|\
| * Fixed failing tests and compiler warningsMonty2015-08-1814-17/+44
| * Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-18184-6305/+6776
| * MDEV-8475 stale .TMM file causes MyiSAM and Aria engine to stop serving the t...Monty2015-08-186-8/+135
* | Adding EXPLAIN SELECT tests for:Alexander Barkov2015-08-174-0/+218
* | Adding MY_CHARSET_HANDLER::native_to_mb().Alexander Barkov2015-08-1417-23/+102
* | MDEV-8589: Non-default ENCRYPTION_KEY_ID is ignored upon reading a tableJan Lindström2015-08-1422-140/+154
* | MDEV-8591: Database page corruption on disk or a failed space, Assertion fail...Jan Lindström2015-08-144-99/+121
* | Recording range_mrr_icp.result (forgotten in the patch for MDEV-8613)Alexander Barkov2015-08-141-0/+12
* | Removing unused String_copier::copy_fix.Alexander Barkov2015-08-142-35/+2
* | MDEV-8613 Full table scan for WHERE indexed_varchar_column <=> 'bad-character'Alexander Barkov2015-08-133-1/+22
* | MDEV-8610 "WHERE CONTAINS(indexed_geometry_column,1)" causes full table scanAlexander Barkov2015-08-136-664/+729
* | MDEV-8599 "WHERE varchar_field LIKE temporal_const" does not use range optimizerAlexander Barkov2015-08-125-170/+243
* | Splitting a static function get_func_mm_tree() into virtualAlexander Barkov2015-08-122-260/+264
* | Removing RANGE_OPT_PARA::condAlexander Barkov2015-08-121-11/+1
* | MDEV-8441 Bad SHOW CREATE TABLE output for a table with a virtual columnAlexander Barkov2015-08-106-30/+83
* | MDEV-8590: Fix embedded build failureNirbhay Choubey2015-08-091-0/+5
* | MDEV-7205 : Galera cluster & sql_log_bin = off don't workNirbhay Choubey2015-08-0811-33/+229
* | MDEV-8582: innodb_force_primary_key option does not force PK or unique keyJan Lindström2015-08-083-11/+1
* | MDEV-8582: innodb_force_primary_key option does not force PK or unique keyJan Lindström2015-08-084-0/+33
* | MDEV-8583: Empty lines in encryption loggingJan Lindström2015-08-082-2/+2
* | MDEV-8410: Changing file-key-management to example-key-management causes cras...Jan Lindström2015-08-088-44/+472
* | Make ANALYZE FORMAT=JSON show execution time for filesort element.Sergei Petrunia2015-08-077-23/+48
* | Merge branch 'mdev8302-3' into 10.1Kristian Nielsen2015-08-041-0/+2
|\ \