summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* fix ALTER TABLE .. DROP CONSTRAINT IF NOT EXISTSmariadb-10.2.1Sergei Golubchik2016-07-021-1/+1
* clarify ER_CANT_DROP_FIELD_OR_KEYSergei Golubchik2016-07-023-31/+29
* don't save vcol flags in frmSergei Golubchik2016-07-013-11/+6
* cannot use item->const_item() in open_table_from_share()Sergei Golubchik2016-07-012-2/+6
* Removing the "thd" argument from Item::create_field_for_create_select().Alexander Barkov2016-07-017-12/+11
* MDEV-8989 ORDER BY optimizer ignores equality propagationSergei Golubchik2016-07-013-9/+36
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-3074-1281/+1676
|\
| * MDEV-10054 Secure login fails when CIPHER is requiredSergei Golubchik2016-06-281-0/+3
| * Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-06-281-0/+4
| |\
| | * Merge tag 'mariadb-10.0.26' into 10.0-galeraNirbhay Choubey2016-06-2432-174/+390
| | |\
| | * | MDEV-9083: Slave IO thread does not handle autoreconnect to restarting Galera...Nirbhay Choubey2016-06-121-0/+4
| | * | Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-04-2961-305/+433
| | |\ \
| * | \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-06-2833-215/+441
| |\ \ \ \
| | * \ \ \ Merge branch '5.5' into 10.0Sergei Golubchik2016-06-282-42/+50
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | MDEV-10050: Crash in subselectOleksandr Byelkin2016-06-242-42/+50
| | * | | | MDEV-9728 - Hard crash in metadata_lock_infoSergey Vojtovich2016-06-231-1/+1
| | * | | | MDEV-8638: REVOKE ALL PRIVILEGES, GRANT OPTION FROM CURRENT_ROLE breaks repli...Vicențiu Ciorbaru2016-06-221-2/+17
| | * | | | [MDEV-9614] Roles and Users longer than 6 charactersIgor Pashev2016-06-221-7/+5
| | * | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-06-2220-133/+200
| | |\ \ \ \
| | | * | | | Fixed for failures in buildbot: ReplicationSergei Golubchik2016-06-221-2/+5
| | | * | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-06-2120-131/+195
| | | |\ \ \ \
| | | | * \ \ \ Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-2120-131/+195
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes uponSergey Vojtovich2016-06-201-26/+7
| | | | | * | | MDEV-8328 Evaluation of two "!" operators depends on space in beetweenSergei Golubchik2016-06-143-56/+53
| | | | | * | | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-1410-43/+104
| | | | | |\ \ \
| | | | | | * | | Bug#23251517: SEMISYNC REPLICATION HANGINGmysql-5.5.50Sujatha Sivakumar2016-05-165-101/+21
| | | | | | * | | BUG#23135731: INSERT WITH DUPLICATE KEY UPDATE REPORTSNisha Gopalakrishnan2016-04-221-7/+16
| | | | | | * | | BUG#22286421: NULL POINTER DEREFERENCEKarthik Kamath2016-04-191-3/+4
| | | | | | * | | Bug#22897202: RPL_IO_THD_WAIT_FOR_DISK_SPACE HAS OCCASIONALSujatha Sivakumar2016-04-191-0/+8
| | | | | | * | | Bug #18740222: CRASH IN GET_INTERVAL_INFO WITH WEIRDOSreeharsha Ramanavarapu2016-03-032-10/+11
| | | | | | * | | Bug#20685029: SLAVE IO THREAD SHOULD STOP WHEN DISK ISSujatha Sivakumar2016-03-015-26/+98
| | | | | | * | | BUG#17018343 SLAVE CRASHES WHEN APPLYING ROW-BASED BINLOG ENTRIES IN CASCADINGVenkatesh Duggirala2016-03-012-20/+78
| | | | | * | | | MDEV-10218 - rpl.rpl_binlog_errors fails in buildbot with valgrind warnings -Sergey Vojtovich2016-06-131-2/+4
| | | | | * | | | MDEV-8402 Bug #77473 Truncated data with subquery & UTF8Alexander Barkov2016-06-101-4/+3
| | | | | * | | | MDEV-10181 Illegal mix of collation for a field and an ASCII string as a view...Alexander Barkov2016-06-103-11/+17
| | | | | * | | | MDEV-9972 Least function retuns date in date time formatAlexander Barkov2016-06-081-2/+3
| | | | | * | | | MDEV-10052 Illegal mix of collations with DAYNAME(date_field)<>varchar_fieldAlexander Barkov2016-05-102-4/+4
| | * | | | | | | revert part of 69f1a32Sergei Golubchik2016-06-223-7/+7
| | * | | | | | | MDEV-9524 Cannot load from mysql.event when sql_mode is set to PAD_CHAR_TO_FU...Alexander Barkov2016-06-212-19/+26
| | * | | | | | | Replace dynamic loading of mysqld.exe data for plugins, replace with MYSQL_PL...Vladislav Vaintroub2016-06-214-8/+8
| | * | | | | | | MDEV-5973: MySQL Bug#11757486:49539: NON-DESCRIPTIVE ERR (ERROR 0 FROM STORA...Oleksandr Byelkin2016-06-211-1/+1
| | * | | | | | | MDEV-9728 - Hard crash in metadata_lock_infoSergey Vojtovich2016-06-212-3/+3
| | |/ / / / / /
| | * | | | | | MDEV-10020 InnoDB NOT IN Query Crash When One Item Is NULLAlexander Barkov2016-06-201-1/+1
| | * | | | | | MDEV-8633: information_schema.index_statistics doesn't deleteJan Lindström2016-06-203-1/+105
| | * | | | | | MDEV-9969 mysql_install_db error processing ignore_db_dirs.Alexey Botchkov2016-06-161-3/+21
| | |/ / / / /
| | * | | | | Update sponsorsiangilfillan2016-05-271-1/+1
| | * | | | | MDEV-10118 : do not suggest upgrade from MySQL 5.7 to MariaDB 10.x in the ins...Vladislav Vaintroub2016-05-241-3/+10
| | | |_|_|/ | | |/| | |
| * | | | | MDEV-9428 NO_AUTO_VALUE_ON_ZERO is ignored when a trigger before insert is de...Sergei Golubchik2016-06-281-1/+2
| * | | | | MDEV-10236 Where expression with NOT function gives incorrect resultAlexander Barkov2016-06-281-1/+1
| * | | | | MDEV-10161: wsrep_sync_wait not enabled when set to 1 in config fileNirbhay Choubey2016-06-274-4/+17