summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MW-265 Add support for wsrep_max_ws_rowsDaniele Sciascia2016-07-194-3/+41
* Merge tag 'mariadb-10.0.26' into 10.0-galeraNirbhay Choubey2016-06-2432-174/+390
|\
| * 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-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
|\ \ \ \ | |/ / /
| * | | Fix crash due to heap corruption in main.shmmariadb-10.0.25Vladislav Vaintroub2016-04-281-1/+1
| * | | MDEV-9988 - Insert cast to suppress -Wdynamic-class-memaccessSergey Vojtovich2016-04-282-5/+6
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-2623-158/+239
| |\ \ \ | | |/ /
| | * | MDEV-9987 - gen_lex_hash leaks memory, making LeakSanitizer builds failSergey Vojtovich2016-04-261-0/+2
| | * | MDEV-9986 Full-text search of the utf8mb4 column causes crashSergei Golubchik2016-04-261-0/+2
| | * | MDEV-7775 Wrong error message (Unknown error) when idle sessions are killed a...Sergei Golubchik2016-04-251-1/+2
| | * | MDEV-9142 :Adding Constraint with no database referenceJan Lindström2016-04-233-7/+28
| | * | MDEV-9372 select 100 between 1 and 9223372036854775808 returns falseAlexander Barkov2016-04-221-2/+9
| | * | Merge branch 'bb-5.5-serg' into 5.5mariadb-5.5.49Sergei Golubchik2016-04-2015-74/+153
| | |\ \
| | | * | use consistent error messaging for IGNORESergei Golubchik2016-04-204-54/+11
| | | * | trivial optimizationSergei Golubchik2016-04-201-2/+4
| | | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-2013-59/+170
| | | |\ \ | | | | |/
| | | | * BUG#20574550 MAIN.MERGE TEST CASE FAILS IF BINLOG_FORMAT=ROWVenkatesh Duggirala2016-02-262-3/+31
| | | | * (no commit message)Arun Kuruvila2016-02-231-8/+8