summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* encryption cleanup: small changesSergei Golubchik2015-04-052-4/+3
* MDEV-6819 st_mysql_show_var::value should be void* not char*Sergei Golubchik2015-04-051-11/+11
* MDEV-7904: ANALYZE FORMAT=JSON doesn't print r_rows for union outputSergei Petrunia2015-04-041-0/+17
* MDEV-7833:ANALYZE FORMAT=JSON and Range checked for each recordOleksandr Byelkin2015-04-034-13/+140
* MDEV-7284 INDEX: CREATE OR REPLACEAlexander Barkov2015-04-033-16/+34
* MDEV-7867: Add binlog header to GRA_.log fileNirbhay Choubey2015-04-016-10/+84
* Merge MDEV-7847 and MDEV-7882 into 10.0.Kristian Nielsen2015-03-303-19/+28
|\
| * MDEV-7847: "Slave worker thread retried transaction 10 time(s) in vain, givin...Kristian Nielsen2015-03-303-10/+25
| * MDEV-7882: Excessive transaction retry in parallel replicationKristian Nielsen2015-03-301-3/+28
* | Removing Item_string::m_cs_specified andAlexander Barkov2015-03-301-28/+6
* | MDEV-7812: ANALYZE FORMAT=JSON UPDATE/DELETE doesnt print the r_total_time_msOleksandr Byelkin2015-03-294-3/+12
* | Better commentsSergei Petrunia2015-03-272-5/+47
* | Preparatory refactoring for:Alexander Barkov2015-03-263-90/+108
* | MDEV-7834: ANALYZE FORMAT=JSON output column should be named ANALYZEOleksandr Byelkin2015-03-252-4/+7
* | Merge branch 'bb-10.1-explain-analyze' into 10.1Sergei Petrunia2015-03-2511-21/+198
|\ \
| * | Fix valgrind failure: correclty clean up handler::trackerSergei Petrunia2015-03-251-0/+1
| * | Fix linking: move the inline functionsSergei Petrunia2015-03-244-38/+37
| * | Merge branch 'bb-10.1-explain-analyze' into 10.1Sergei Petrunia2015-03-2411-39/+216
| |\ \
| | * | MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-248-109/+117
| | * | Better commentsSergei Petrunia2015-03-241-4/+39
| | * | MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmtSergei Petrunia2015-03-076-3/+137
* | | | MDEV-7831 Bad warning for DATE_ADD(timestamp_column, INTERVAL 10 SECOND)Alexander Barkov2015-03-251-1/+1
* | | | MDEV-7825: Parallel replication race condition on gco->flags, possibly result...Kristian Nielsen2015-03-242-5/+7
|/ / /
* | | 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-193-0/+52
* | | MDEV-7661 Unexpected result for: CAST(0xHHHH AS CHAR CHARACTER SET xxx)Alexander Barkov2015-03-187-84/+170
* | | Merge MDEV-6981 and MDEV-6981 (from danblack) into MariaDB 10.1Kristian Nielsen2015-03-175-2/+32
|\ \ \
| * \ \ Merge MDEV-7198: status variable for Slave_skipped_errorsKristian Nielsen2015-03-163-2/+9
| |\ \ \
| | * | | Add Slave_skipped_errors to global statusDaniel Black2015-03-123-2/+9
| * | | | MDEV-6981: feature request MASTER_GTID_WAIT status variablesKristian Nielsen2015-03-162-5/+7
| * | | | Merge branch 'mdev-6981-master_gtid_wait-status-variables' of https://github....Kristian Nielsen2015-03-163-0/+21
| |\ \ \ \
| | * | | | Add Master_gtid_wait_{count,time,timeouts} statusDaniel Black2015-03-123-0/+21
| | |/ / /
* | | | | 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-166-21/+137
* | | | | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-166-112/+236
|/ / / /
* | | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-1627-103/+49
* | | | Moving the conversion code from String::well_formed_copy()Alexander Barkov2015-03-162-72/+6
* | | | MDEV-7512 GIS: ST_ synonyms for functions are not consistent.Alexey Botchkov2015-03-151-0/+12
* | | | MDEV-7529 GIS: ST_Relate returns unexpected results for POINT relations.Alexey Botchkov2015-03-152-7/+9
* | | | MDEV-7514 GIS: PointOnSurface returns NULL instead of the point.Alexey Botchkov2015-03-151-1/+1
* | | | MDEV-6954: SET STATEMENT rand_seedX = ...FOR ... makes the next rand() to ret...Oleksandr Byelkin2015-03-141-6/+10
* | | | MDEV-6997: SET STATEMENT last_insert_id FOR ... does not affect the value wri...Oleksandr Byelkin2015-03-132-1/+13
* | | | MDEV-6566 Different INSERT behaviour on bad bytes with and without character ...Alexander Barkov2015-03-131-2/+2
* | | | MDEV-7510 GIS: IsRing returns false for a primitive triangle.Alexey Botchkov2015-03-131-4/+12
* | | | MDEV-6989 BINARY and COLLATE xxx_bin comparisions are not used for optimizati...Alexander Barkov2015-03-134-77/+127
* | | | Adding "const" qualifier to Item::compare_collation()Alexander Barkov2015-03-134-13/+14
* | | | MDEV-6990 GROUP_MIN_MAX optimization is not applied in some cases when it couldAlexander Barkov2015-03-124-30/+73
* | | | MDEV-7334 valgrind warning "unitialized bytes" in 10.1.Alexey Botchkov2015-03-121-0/+1
* | | | MDEV-6858: enforce_storage_engine optionJan Lindström2015-03-127-1/+35