summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-12292 - port "Report timing with more precision" by @dveedenbb-sachin-gsocSergey Vojtovich2017-06-131-28/+7
* replace my_timer_microseconds with microsecond_interval_timerEric Herman2017-06-131-2/+1
* Fix whitespace in new codeEric Herman2017-06-131-1/+1
* Callers of start_timer should have ulonglong data typeEric Herman2017-06-131-1/+2
* port "Report timing with more precision" by @dveedenEric Herman2017-06-131-15/+11
* 10.3 man pages=Ian Gilfillan2017-06-0653-53/+53
* Remove deprecated InnoDB file format parametersMarko Mäkelä2017-06-02112-4492/+253
* Merge branch 'bb-10.2-ext' into 10.3Marko Mäkelä2017-06-02649-8886/+43995
|\
| * MDEV-12930 Testing SEQUENCE objectMonty2017-05-3010-7/+181
| * Updated test caseMonty2017-05-301-1/+1
| * Add automatic updating of sub modules to BUILD scriptsMonty2017-05-291-0/+1
| * Add locks for sequence's to ensure that there is only one writer or many readersMonty2017-05-296-48/+97
| * SP stack tracehalfspawn2017-05-2916-22/+84
| * MDEV-12803 Improve function parameter data type controlAlexander Barkov2017-05-2925-262/+1288
| * Adding tests for MDEV-9410 VIEW over a ROLLUP query reports too large columnsAlexander Barkov2017-05-272-0/+45
| * Adding tests for MDEV-12861 FIRST_VALUE() does not preserve the exact data typeAlexander Barkov2017-05-272-0/+24
| * Adding tests for MDEV-9408 CREATE TABLE SELECT MAX(int_column) creates differ...Alexander Barkov2017-05-272-0/+60
| * Adding tests for MDEV-9406 CREATE TABLE..SELECT creates different columns for...Alexander Barkov2017-05-272-0/+57
| * MDEV-10309 COALESCE(12345678900) makes a column of a wrong type and truncates...Alexander Barkov2017-05-272-0/+23
| * MDEV-12932 Remove enum Cast_target and use Type_handler to handle CASTAlexander Barkov2017-05-277-256/+280
| * A post-merge fix: loadxml failed on Windows (due to a wrong parameter to my_e...Alexander Barkov2017-05-271-6/+6
| * Merge tag 'mariadb-10.2.6' into bb-10.2-extAlexander Barkov2017-05-26514-5832/+38534
| |\
| | * Additions to 10.2.6 unstable-tests listmariadb-10.2.6Elena Stepanova2017-05-151-8/+9
| | * MDEV-12674 Post-merge fix: Include accidentally omitted changesMarko Mäkelä2017-05-124-8/+54
| | * Merge 10.1 into 10.2Marko Mäkelä2017-05-1215-228/+170
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2017-05-1214-239/+219
| | | |\
| | | | * MDEV-12674 Innodb_row_lock_current_waits has overflowMarko Mäkelä2017-05-1212-233/+214
| | | * | MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-092-16/+16
| | | * | MDEV-12253 post-push fix: buf_read_page_low() can return DB_ERRORMarko Mäkelä2017-05-092-2/+10
| | * | | MDEV-10804 main.stat_tables_par fails sporadically in buildbotMichael Widenius2017-05-114-4/+5
| | * | | Build MyRocks as a plugin (as static compilation doesn't work)Michael Widenius2017-05-111-1/+1
| | * | | MDEV-11197: TrxInInnoDB::is_aborted(const trx_t*): Assertion `srv_read_only_m...Jan Lindström2017-05-102-10/+9
| | * | | MDEV-12776 Do not create the InnoDB temporary tablespace in innodb_read_only ...Marko Mäkelä2017-05-103-12/+12
| | * | | MDEV-12754 innodb.truncate_debug fails in buildbot with embedded due to semap...Sergei Golubchik2017-05-104-4/+4
| | * | | fix 32 bit platform testOleksandr Byelkin2017-05-101-64/+201
| | * | | update to the latest C/C to fix failures on WindowsSergei Golubchik2017-05-101-0/+0
| | * | | skip innodb.innodb_xtradb_compat on WindowsSergei Golubchik2017-05-101-0/+1