summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix linking: move the inline functionsSergei Petrunia2015-03-244-38/+37
* Merge branch 'bb-10.1-explain-analyze' into 10.1Sergei Petrunia2015-03-2413-39/+249
|\
| * MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-2412-157/+117
| * Better commentsSergei Petrunia2015-03-241-4/+39
| * MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-0712-3/+218
* | MDEV-7677 my_charset_handler_filename has a wrong "ismbchar" memberAlexander Barkov2015-03-233-2/+24
* | MDEV-7813 analyze_stmt fails with --embedded flag set10.1-MDEV-7813Vicențiu Ciorbaru2015-03-214-87/+89
* | MDEV-7797: file_key_management_plugin uses static IV for a keyJan Lindström2015-03-202-296/+282
* | A preparatory patch for MDEV-7284 INDEX: CREATE OR REPLACE.Alexander Barkov2015-03-206-28/+30
* | Refactoring in sql_yacc.yy. A pre-requirement patch forAlexander Barkov2015-03-203-133/+150
* | MDEV-5214 Status variables for number of global/db/table/column/role grantsVicențiu Ciorbaru2015-03-201-0/+1
* | Update galera.global_suppressions with galera warnings.Nirbhay Choubey2015-03-191-0/+2
* | MDEV-5214 Status variables for number of global/db/table/column/role grantsVicențiu Ciorbaru2015-03-195-0/+224
* | MDEV-6069: Remove old logic for 3.23-to-higher upgrades from upgrade SQL scriptsNirbhay Choubey2015-03-195-800/+39
* | MDEV-7803: Encryption metadata (crypt_data) is written to InnoDB file space p...Jan Lindström2015-03-194-14/+60
* | Introduce two debug crash points while writing crypt data to testJan Lindström2015-03-192-0/+12
* | 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