summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13723: Server crashes in ha_heap::find_unique_row or Assertion `0' faile...bb-10.3-MDEV-13723Oleksandr Byelkin2017-11-105-5/+31
* MDEV-14235 main.mysql_upgrade_noengine failed, results mismatchAlexander Barkov2017-11-071-2/+3
* Fixed mdev-14281 Wrong result from query with NOT IN predicate in WHEREIgor Babaev2017-11-054-6/+106
* Adjust 32-bit sys_vars resultsMarko Mäkelä2017-11-042-300/+304
* Another adjustment after the merge of mdev-12172.Igor Babaev2017-11-032-2/+2
* Adjusted tests after changing the default value forIgor Babaev2017-11-034-1/+8
* Changed the default value for the system variable @@in_subquery_conversion_th...Igor Babaev2017-11-033-7/+7
* Post-merge fixes for mdev-12172, mdev-12176.Igor Babaev2017-11-0312-17/+56
* Cleanup tests for MDEV-13049 Querying INFORMATION_SCHEMA becomes slow in Mari...Alexander Barkov2017-11-028-8/+8
* A cleanup for MDEV-12172: Fixing "mtr --suite=compat/oracle" test failuresAlexander Barkov2017-11-021-6/+22
* MDEV-14016 Allow instant ADD COLUMN, ADD INDEX, LOCK=NONEMarko Mäkelä2017-11-025-150/+273
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-0224-111/+135
|\
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-11-0129-147/+174
| |\
| | * Fixed that --malloc-lib works properlyMonty2017-11-011-19/+31
| | * Merge 10.1 into 10.2Marko Mäkelä2017-11-0117-113/+124
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2017-10-315-7/+33
| | | |\
| | | | * Backport MDEV-13890 from 10.2 (InnoDB/XtraDB shutdown failure)Marko Mäkelä2017-10-304-6/+32
| | | | * bump the VERSIONDaniel Bartholomew2017-10-301-1/+1
| | | | * List of unstable tests for 10.0.33 releasemariadb-10.0.33Elena Stepanova2017-10-271-101/+137
| | | | * MDEV-13860 CONNECT engine does not build with JDBC without ODBCElena Stepanova2017-10-271-1/+1
| | | * | MDEV-14219 Allow online table rebuild when encryption or compression paramete...Marko Mäkelä2017-10-3113-109/+116
| | * | | bump the VERSIONDaniel Bartholomew2017-10-311-1/+1
| | * | | Write error message ebfore aborting if not all memory is releasedMonty2017-10-311-4/+4
| | * | | Updated help message for long_query_timeMonty2017-10-314-6/+7
| | * | | Disable known-failing testsMarko Mäkelä2017-10-312-1/+2
| | * | | travis: osx - xcode 8.3 -> 9.1Daniel Black2017-10-311-1/+1
| | * | | Fix a type mismatch introduced by the merge commit e0a1c745ec3ed1ec6c0375a2a6...Marko Mäkelä2017-10-301-1/+1
| | * | | Compiler warnings fixed.Alexey Botchkov2017-10-301-1/+3
* | | | | Try to fix sys_vars.sysvars_debug,32bitMarko Mäkelä2017-11-021-21/+0
* | | | | Remove a type castMarko Mäkelä2017-11-021-2/+2
* | | | | Remove an unused variableMarko Mäkelä2017-11-021-1/+0
* | | | | keycache: restructure functions that are controlled by arguementsDaniel Black2017-11-021-133/+139
* | | | | Fixed compilation failuresMonty2017-11-023-5/+35
* | | | | Merge branch '10.3' of github.com:MariaDB/server into 10.3Igor Babaev2017-11-0111-8/+1077
|\ \ \ \ \
| * | | | | Added the syntax for percentile functions and median function to the sql_yacc...Varun Gupta2017-11-011-7/+29
| * | | | | Updates the tests for the percentile functionsVarun Gupta2017-11-016-291/+298
| * | | | | Update the error messages involving percentile functionsVarun Gupta2017-11-012-7/+7
| * | | | | Date-time fields are disabled currently for the result type of percentile fun...Varun Gupta2017-11-012-5/+4
| * | | | | Tests added for percentile and median functionsVarun Gupta2017-11-013-1/+383
| * | | | | Only single element order-by list is allowed for percentile functionsVarun Gupta2017-11-011-1/+3
| * | | | | Added the median function to the parser , it should behave as a percentile_co...Varun Gupta2017-11-012-5/+30
| * | | | | Added fix_fields for percentile function to check the type of argument and to...Varun Gupta2017-11-012-12/+46
| * | | | | Changes made according to the review given, mostly fixing coding style errorsVarun Gupta2017-11-015-196/+28
| * | | | | Remove has_error as a member from Item_sum and use THD::is_error() insteadVicențiu Ciorbaru2017-11-014-18/+8
| * | | | | Fixed indentation in the syntax rules for the sql_yacc.yy , also added the ru...Varun Gupta2017-11-012-7/+54
| * | | | | made changes according to the review, mostly removing unused code and fixing ...Varun Gupta2017-11-014-104/+55
| * | | | | Added more tests for the percentile functionsVarun Gupta2017-11-012-0/+166
| * | | | | Added the errorVarun Gupta2017-11-012-34/+30
| * | | | | Added the error ER_WRONG_TYPE_FOR_PERCENTILE_CONT, which ensures that the res...Varun Gupta2017-11-011-7/+4
| * | | | | Added the error ER_NOT_SINGLE_ELEMENT_ORDER_LIST for th percentile functions,...Varun Gupta2017-11-011-8/+1