summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A stub performing name resolution of window functions in simplest queries.bb-10.1-mdev6115Igor Babaev2015-06-117-2/+53
* Addressed issues raised the first review of the initial patch for window func...Igor Babaev2015-06-086-72/+90
* Initial patch for the implementation of window functions (MDEV-6115).Igor Babaev2015-05-299-5/+583
* MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx)Alexander Barkov2015-03-1831-121/+1805
* Fixed innodb and innodb_bug59641 failures on PPC64.Sergey Vojtovich2015-03-183-2/+3
* Replace static usage of AES_CTR with current encryption algorithm.Jan Lindström2015-03-171-1/+9
* Installation fix.Alexey Botchkov2015-03-171-0/+2
* MDEV-7515 GIS: No AddGeometryColumn or DropGeometryColumn in the tree.Alexey Botchkov2015-03-174-4/+79
* Test result fixed.Alexey Botchkov2015-03-171-0/+772
* Merge MDEV-6981 and MDEV-6981 (from danblack) into MariaDB 10.1Kristian Nielsen2015-03-1710-3/+109
|\
| * MDEV-6981: feature request MASTER_GTID_WAIT status variablesKristian Nielsen2015-03-161-0/+1
| * Merge MDEV-7198: status variable for Slave_skipped_errorsKristian Nielsen2015-03-165-2/+17
| |\
| | * additional slave_skip_errors statusDaniel Black2015-03-162-0/+4
| | * Complete test for status slave_skipped_errorsDaniel Black2015-03-163-1/+4
| | * Add Slave_skipped_errors to global statusDaniel Black2015-03-124-2/+10
| * | MDEV-6981: feature request MASTER_GTID_WAIT status variablesKristian Nielsen2015-03-164-15/+26
| * | Merge branch 'mdev-6981-master_gtid_wait-status-variables' of https://github....Kristian Nielsen2015-03-165-3/+82
| |\ \
| | * | Add Master_gtid_wait_{count,time,timeouts} statusDaniel Black2015-03-125-3/+82
| | |/
* | | MDEV-7772: SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundledJan Lindström2015-03-1713-24/+35
* | | MDEV-6069: Remove old logic for 3.23-to-higher upgrades from upgrade SQL scriptsNirbhay Choubey2015-03-161-412/+15
* | | 32 bit test fixOleksandr Byelkin2015-03-162-302/+323
* | | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-161-5/+6
* | | MDEV-6572 "USE dbname" with a bad sequence erroneously connects to a wrong da...Alexander Barkov2015-03-1613-21/+232
* | | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-162-2/+19
* | | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-1613-125/+247
|/ /
* | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-1659-214/+87
* | Test results fixed.Alexey Botchkov2015-03-162-2/+2
* | Moving the conversion code from String::well_formed_copy()Alexander Barkov2015-03-164-72/+117
* | InnoDB cleanup. Remove empty statements i.e. extra ; characters.Jan Lindström2015-03-168-8/+8
* | MDEV-7512 GIS: ST_ synonyms for functions are not consistent.Alexey Botchkov2015-03-151-0/+12
* | Test result fixed.Alexey Botchkov2015-03-151-772/+0
* | MDEV-7529 GIS: ST_Relate returns unexpected results for POINT relations.Alexey Botchkov2015-03-154-9/+38
* | MDEV-7514 GIS: PointOnSurface returns NULL instead of the point.Alexey Botchkov2015-03-153-1/+12
* | MDEV-6954: SET STATEMENT rand_seedX = ...FOR ... makes the next rand() to ret...Oleksandr Byelkin2015-03-1410-80/+114
* | MDEV-6997: SET STATEMENT last_insert_id FOR ... does not affect the value wri...Oleksandr Byelkin2015-03-136-5/+167
* | MDEV-6566 Different INSERT behaviour on bad bytes with and without character ...Alexander Barkov2015-03-1342-252/+1899
* | MDEV-7510 GIS: IsRing returns false for a primitive triangle.Alexey Botchkov2015-03-133-5/+28
* | MDEV-6989 BINARY and COLLATE xxx_bin comparisions are not used for optimizati...Alexander Barkov2015-03-138-81/+227
* | Adding "const" qualifier to Item::compare_collation()Alexander Barkov2015-03-134-13/+14
* | MDEV-7770: Online DDL progress output contains incorrectly printed index namesJan Lindström2015-03-132-8/+26
* | MDEV-6990 GROUP_MIN_MAX optimization is not applied in some cases when it couldAlexander Barkov2015-03-126-30/+163
* | MDEV-7334 valgrind warning "unitialized bytes" in 10.1.Alexey Botchkov2015-03-123-2/+47
* | MDEV-6858: enforce_storage_engine optionJan Lindström2015-03-1216-2/+351
* | Clean-up:Alexander Barkov2015-03-128-16/+23
* | MDEV-7006 MDEV-7007: SET STATEMENT and slow logOleksandr Byelkin2015-03-1214-40/+314
* | MDEV-6956:SET STATEMENT default_master_connection = ... has no effectOleksandr Byelkin2015-03-129-11/+124
* | MDEV-7759 NULLIF(x,y) is not equal to CASE WHEN x=y THEN NULL ELSE x ENDAlexander Barkov2015-03-125-32/+93
* | MDEV-7671: Cache VIEW definitions in the TDCOleksandr Byelkin2015-03-1117-213/+141
* | Merge branch '10.1' of github.com:MariaDB/server into 10.1Oleksandr Byelkin2015-03-113-21/+17
|\ \
| * | MY_CHECK_AND_SET_COMPILER_FLAG changesAlexey Botchkov2015-03-112-7/+2