summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Added the function setting_handler_for_percentile_function() for the percenti...Varun Gupta2017-11-011-0/+15
| * | | | | has_error field added to the item_sum class. This field ensures that query is...Varun Gupta2017-11-012-4/+6
| * | | | | Error codes added for the percentile functions, the errors areVarun Gupta2017-11-011-0/+8
| * | | | | Val_str function added for the percentile_disc function, as it can have resul...Varun Gupta2017-11-011-0/+11
| * | | | | Ensured that the the element in the order by clause should have a numerical t...Varun Gupta2017-11-012-0/+24
| * | | | | Percentile class implemented, most of the functions have the same functionali...Varun Gupta2017-11-014-3/+184
| * | | | | Implemented the implementation of percentile functions using Item_cache inste...Varun Gupta2017-11-014-108/+83
| * | | | | Test case added for the percentile disc functionVarun Gupta2017-11-011-0/+41
| * | | | | implementation of add() function added to the Item_sum_percentile_disc classVarun Gupta2017-11-011-8/+56
| * | | | | Added a class Frame_unbounded_following_set_count_special, which is required ...Varun Gupta2017-11-011-8/+77
| * | | | | Setting handler to have the return type as that of the element by which we ar...Varun Gupta2017-11-014-5/+18
| * | | | | A basic implementation of the add function is addedVarun Gupta2017-11-011-4/+31
| * | | | | Added value field to Item_sum_percentile_discVarun Gupta2017-11-012-1/+44
| * | | | | Added get_item() to Cached_item_item and get_value to the Cached_itemVarun Gupta2017-11-011-0/+36
| * | | | | MDEV-12985: support percentile and median window functionsVarun Gupta2017-11-014-15/+122
| * | | | | MDEV-12985: syntax added for the percentile_cont and percentile_disc functionsVarun Gupta2017-11-012-1/+27
| * | | | | SOURCE_REVISION should always be defined in source_revision.hVladislav Vaintroub2017-11-011-1/+1
* | | | | | Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3Igor Babaev2017-11-0151-156/+5311
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | trigger.result correctedGalina Shalygina2017-10-301-1/+1
| * | | | | Mistakes corrected. Test results corrected.Galina Shalygina2017-10-2910-22/+32
| * | | | | Mistakes corrected, variable defined.Galina Shalygina2017-10-282-4/+3
| * | | | | Mistakes corrected.Galina Shalygina2017-10-2834-80/+826
| * | | | | New tests on errors added. Comments corrected. Some procedures corrected.Galina Shalygina2017-09-045-90/+190
| * | | | | Post review changes for the optimization of IN predicates into IN subqueries.Galina Shalygina2017-09-0210-147/+306
| * | | | | Remarked opt_tvc.test added.Galina Shalygina2017-09-011-0/+7
| * | | | | Memory allocation corrected. New tests added.Galina Shalygina2017-09-013-88/+88
| * | | | | Some mistakes in opt_range.cc and libmysqld/CMakeLists.txt files correctedGalina Shalygina2017-08-292-1/+2
| * | | | | Mistakes corrected. Now all tests in opt_tvc.test file work correctlyGalina Shalygina2017-08-295-22/+12
| * | | | | Mistakes corrected, new error messages addedGalina Shalygina2017-08-297-11/+32
| * | | | | Summarized results of two previous commits (26 July, 25 August)Galina Shalygina2017-08-2921-803/+3370
| * | | | | Optimization that transforms IN-predicate in IN-subselect made.Galina Shalygina2017-08-252-0/+644
| * | | | | Queries where TVCs are used are processed successufully.Galina Shalygina2017-07-262-0/+643
| * | | | | Mistakes corrected, test file corrected.Galina Shalygina2017-06-305-8/+26
| * | | | | New structure Table Value Constructor added in grammar.Galina Shalygina2017-06-298-65/+301
* | | | | | MDEV-11153 - Introduce status variables for table cache monitoring and tuningSergey Vojtovich2017-10-317-9/+99
* | | | | | (Part#2) MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in MariaDB 10.1Alexander Barkov2017-10-3164-212/+366
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-30644-4049/+35217
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-30412-3072/+22733
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Add a missing space to an error messagemariadb-10.2.10Marko Mäkelä2017-10-301-5/+6
| | * | | | Updated list of unstable tests for 10.2.10Elena Stepanova2017-10-301-167/+151
| | * | | | Workaround for MDEV-13852 (tests don't run on Windows)Elena Stepanova2017-10-303-3/+3
| | * | | | Fix rocksdb.rocksdb testSergei Petrunia2017-10-291-25/+27
| | * | | | MDEV-13904: rocksdb.add_index_inplace_sstfilewriter timed outSergei Petrunia2017-10-292-11/+11
| | * | | | Organize information in storage/rocksdb/mysql-test/rocksdb/t/disabled.defSergei Petrunia2017-10-291-44/+49
| | * | | | MyRocks: enable a few tests that do not seem to fail anymoreSergei Petrunia2017-10-291-4/+5
| | * | | | MDEV-14181: rocksdb.rocksdb fails: line 1117: query 'reap' succeeded - should...Sergei Petrunia2017-10-292-1/+4
| | * | | | Merge branch 'bb-10.2-mariarocks' of github.com:MariaDB/server into 10.2Sergei Petrunia2017-10-294-58/+174
| | |\ \ \ \
| | | * | | | MDEV-11934: MariaRocks: Group Commit with binlogSergei Petrunia2017-10-273-53/+172
| | | * | | | Code cleanupSergei Petrunia2017-10-231-5/+2
| | * | | | | MDEV-14115 : Do not use lpNumberOfBytesRead/Written params inVladislav Vaintroub2017-10-271-12/+11