summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-9602 crash in st_key::actual_rec_per_key when group by constantMonty2016-04-281-1/+11
* MDEV-9792 Backport MDEV-8713 to 10.1.Alexey Botchkov2016-04-271-1/+2
* MDEV-9383: Server fails to read master.info after upgrade 10.0 -> 10.1Kristian Nielsen2016-04-081-33/+48
* MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-075-8/+26
* Followup for 2783fc7: return an error to the caller if mysql.proc cannot be o...mariadb-10.1.13Oleksandr Byelkin2016-03-241-0/+1
* MDEV-717 LP:1003679 - Wrong binlog order on concurrent DROP schema and CREATE...Alexey Botchkov2016-03-234-82/+82
* MDEV-9604 crash in Item::save_in_field with empty enum valueAlexander Barkov2016-03-232-1/+32
* MDEV-9443: Add REVOKE <role> as a command to PREPAREVicențiu Ciorbaru2016-03-221-0/+1
* MDEV-9443: Roles aren't supported in prepared statementsVicențiu Ciorbaru2016-03-221-0/+3
* MDEV-6058 MySQL Bug #11766693: LOG-SLOW-ADMIN-STATEMENTS ANDAlexey Botchkov2016-03-223-8/+22
* Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-03-2241-80/+90
|\
| * MDEV-9737 Duplicate error in replication with slave triggers and auto incrementSergei Golubchik2016-03-221-0/+1
| * MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"Sergei Golubchik2016-03-211-2/+2
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-03-2140-78/+83
| |\
| | * Merge branch '5.5' into 10.0Sergei Golubchik2016-03-211-1/+1
| | |\
| | | * MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"Sergei Golubchik2016-03-181-1/+1
| | * | typo in a commentSergei Golubchik2016-03-211-1/+1
| | * | fix extension_based_table_discovery for partitioned tablesSergei Golubchik2016-03-211-1/+1
| | * | MDEV-9698 Buffer overflow in extension_based_table_discovery()Sergei Golubchik2016-03-211-1/+2
| | * | MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0Sergei Golubchik2016-03-212-4/+7
| | * | Update sponsorsiangilfillan2016-03-151-4/+4
| | * | Update AskMonty and Atlassian references to MariaDBiangilfillan2016-03-082-4/+4
| | * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-0436-64/+64
| | * | MDEV-9595: Shutdown takes forever with many replication channelsKristian Nielsen2016-03-031-0/+1
| * | | MDEV-9629 Disappearing PRI from Key column after creating a triggerSergei Golubchik2016-03-191-0/+1
| * | | MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Dia...Sergei Golubchik2016-03-191-0/+3
* | | | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2016-03-221-1/+1
|\ \ \ \
| * \ \ \ Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2016-03-221-1/+1
| |\ \ \ \
| | * | | | MDEV-9401: wsrep_forced_binlog_format with binlog causes crashNirbhay Choubey2016-03-181-2/+1
* | | | | | MDEV-9598: Donor's rsync SST script hangs if FTWRL failsNirbhay Choubey2016-03-221-1/+1
* | | | | | MDEV-9696: CREATE SERVER statement does not replicate in Galera ClusterNirbhay Choubey2016-03-221-0/+6
* | | | | | MDEV-9516 type error when setting session variableAlexander Barkov2016-03-222-3/+5
* | | | | | MDEV-9590: Always print "Engine-independent statistic" warnings and might be ...Oleksandr Byelkin2016-03-211-43/+51
* | | | | | MDEV-9369 IN operator with ( num, NULL ) gives inconsistent resultAlexander Barkov2016-03-213-66/+150
| |_|/ / / |/| | | |
* | | | | MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invali...Oleksandr Byelkin2016-03-183-21/+28
* | | | | MDEV-9653 Assertion `length || !scale' failed in uint my_decimal_length_to_pr...Alexander Barkov2016-03-184-109/+51
* | | | | MDEV-9656 Assertion `0' failed in Item_sum_field::get_tmp_table_field().Alexander Barkov2016-03-161-1/+0
* | | | | MDEV-9682 Assertion `0' failed in Item_cache_row::illegal_method_call on 2nd ...Sergei Golubchik2016-03-051-0/+1
* | | | | MDEV-9641 MDEV-9644 NULLIF assertionsSergei Golubchik2016-03-057-31/+52
* | | | | MDEV-9637 select nullif(count(col1),0) gives wrong result if in a viewSergei Golubchik2016-03-051-1/+2
* | | | | MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT o...Oleksandr Byelkin2016-03-019-101/+142
* | | | | MDEV-9598: Donor's rsync SST script hangs if FTWRL failsNirbhay Choubey2016-02-261-39/+89
* | | | | Fix to ensure updates in gtid_slave_state table do not get binlogged.Nirbhay Choubey2016-02-247-11/+22
* | | | | MDEV-8988: Apparently valid SQL query gives wrong result (nested WHERE)mariadb-10.1.12Sergei Petrunia2016-02-241-1/+1
* | | | | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-02-2444-466/+695
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-02-2411-51/+186
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2016-02-231-1/+14
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-9577: sys_vars.ignore_db_dirs_basic fails under Valgrindmariadb-galera-5.5.48Nirbhay Choubey2016-02-171-1/+14
| | | * | | Merge tag 'mariadb-5.5.48' into 5.5-galeraNirbhay Choubey2016-02-1331-272/+357
| | | |\ \ \
| | | * | | | refs codership/mysql-wsrep#226 Limit binlog recovery to found wsrep positionTeemu Ollakka2016-02-103-2/+55