summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | remove Aria-only handler flagSergei Golubchik2015-04-081-1/+0
| * | | | | | table->keep_row_order no longer need to force DYNAMIC_RECORDSergei Golubchik2015-04-081-8/+3
| * | | | | | remove get_iv() from the key management plugin APISergei Golubchik2015-04-082-10/+1
| * | | | | | move debug_use_static_encryption_keys and debug_encryption_key_version to a p...Sergei Golubchik2015-04-083-57/+0
| * | | | | | remove old my_aes_encrypt/decryptSergei Golubchik2015-04-082-52/+51
| * | | | | | 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
* | | | | | | MergeSergei Petrunia2015-04-128-40/+57
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | MDEV-7835: ANALYZE FORMAT=JSON should show buffer sizesOleksandr Byelkin2015-04-095-0/+27
| * | | | | | MDEV-7856: EXPLAIN FORMAT=JSON should show partitionsOleksandr Byelkin2015-04-097-40/+52
* | | | | | | MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BYSergei Petrunia2015-04-1218-165/+721
|/ / / / / /
* | | | | | MDEV-7860: EXPLAIN FORMAT=JSON crashes for loose scan querySergei Petrunia2015-04-081-2/+8
* | | | | | MDEV-7888, MDEV-7929: Parallel replication hangs sometimes on ANALYZE TABLE o...Kristian Nielsen2015-04-081-1/+2
* | | | | | Merge MDEV-7888 and MDEV-7929 into 10.1.Kristian Nielsen2015-04-085-3/+79
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | MDEV-7888, MDEV-7929: Parallel replication hangs sometimes on ANALYZE TABLE o...Kristian Nielsen2015-04-085-3/+79
| | |_|_|/ | |/| | |
* | | | | MDEV-7927: Server crashes in in Time_and_counter_tracker::incr_loopsSergei Petrunia2015-04-081-1/+3
* | | | | MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP ROSergei Petrunia2015-04-0710-70/+105
* | | | | MDEV-7919: main.explain_json* fail in buildbot with valgrindSergei Petrunia2015-04-061-3/+3
| |/ / / |/| | |
* | | | 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