summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7598 Lock user after too many password errorsbb-10.4-wlad-MDEV-7598Vladislav Vaintroub2019-01-085-0/+79
* Merge 10.3 into 10.4Marko Mäkelä2019-01-0617-78/+104
|\
| * "fix" sequence.temporary testSergei Golubchik2019-01-031-1/+1
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-01-0314-64/+76
| |\
| | * Merge branch '10.1' into 10.2mariadb-10.2.21Sergei Golubchik2018-12-309-18/+39
| | |\
| | | * Merge branch '10.0' into 10.1Sergei Golubchik2018-12-299-18/+39
| | | |\
| | | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-12-201-0/+1
| | | | |\
| | | | | * MDEV-16987 - ALTER DATABASE possible in read-only modeSergey Vojtovich2018-12-131-0/+1
| | | | * | MDEV-17720 slave_ddl_exec_mode=IDEMPOTENT does not handle DROP DATABASESachin2018-12-191-0/+6
| | | | * | MDEV-17589: Stack-buffer-overflow with indexed varchar (utf8) fieldbb-10.0-varunVarun Gupta2018-12-194-7/+23
| | | | * | Backported MDEV-11196(e4d10e09cf31) and MDEV-10360(8a8ba1949bf4) to 10.0Varun Gupta2018-12-191-5/+43
| | | | * | MDEV-6453: Assertion `inited==NONE || (inited==RND && scan)' failed in handle...Varun Gupta2018-12-161-0/+4
| | | | * | remove unsed variableSergei Golubchik2018-12-131-4/+0
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-211-2/+4
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-17975 Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&...Sergei Golubchik2018-12-201-4/+5
| | * | | | MDEV-17738 Server crashes in Item::delete_self on closing connection after un...Alexander Barkov2018-12-211-3/+5
| | * | | | MDEV-16110 ALTER with ALGORITHM=INPLACE breaks temporary table with virtual c...Sergei Golubchik2018-12-201-0/+7
| | * | | | cleanup: small simplificationSergei Golubchik2018-12-201-25/+7
| | * | | | MDEV-16429: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Nikita Malyavin2018-12-203-39/+75
| | * | | | MDEV-16903 Assertion `!auto_increment_field_not_null' failed in TABLE::init a...Sergei Golubchik2018-12-202-15/+12
| | * | | | correct table name in CHECK failures during ALTER TABLESergei Golubchik2018-12-201-1/+1
| | * | | | MDEV-17909 Problem by MariaDB Update 10.1.32 -> 10.2.19 (Incorrect informatio...Sergei Golubchik2018-12-201-1/+1
| | * | | | MDEV-15424: Unreasonable SQL Error (1356) on select from viewVarun Gupta2018-12-192-1/+5
| * | | | | MDEV-17759 Assertion `precision > 0' failed in decimal_bin_size upon CREATE T...Alexander Barkov2018-12-261-7/+3
| * | | | | MDEV-16036: Debug assertion failed in resignal on create temporary tableOleksandr Byelkin2018-12-201-4/+6
| * | | | | Merge pull request #1029 from tempesta-tech/sysprg/MDEV-17835Jan Lindström2018-12-182-6/+18
| |\ \ \ \ \
| | * | | | | DEV-17835: Remove wsrep-sst-method=xtrabackupJulius Goryavsky2018-12-172-6/+18
* | | | | | | Removed compiler warningsMichael Widenius2019-01-011-4/+0
* | | | | | | tc_contention_warning_reported transition to std::atomicSergey Vojtovich2018-12-291-3/+3
* | | | | | | XID_cache_element::m_state transition to std::atomicSergey Vojtovich2018-12-291-15/+15
* | | | | | | Master_info counters transition to Atomic_counterSergey Vojtovich2018-12-297-23/+10
* | | | | | | MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2018-12-282-2/+2
* | | | | | | "flush ssl" ASAN warnings with yasslVladislav Vaintroub2018-12-281-12/+9
* | | | | | | MDEV-17959 Assertion `opt_bootstrap || mysql_parse_status || thd->lex->select...Alexander Barkov2018-12-271-0/+1
* | | | | | | MDEV-18072 Assertion `is_null() == item->null_value || conv' failed in Timest...Alexander Barkov2018-12-251-6/+20
* | | | | | | MDEV-18072 Assertion `is_null() == item->null_value || conv' failed in Timest...Alexander Barkov2018-12-251-0/+1
* | | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-1816-60/+127
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-1813-50/+113
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | MDEV-17676: Assertion `inited==NONE || (inited==RND && scan)' failed in handl...Varun Gupta2018-12-171-0/+2
| | * | | | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-1613-49/+121
* | | | | | | MDEV-18010 Add classes Inet4 and Inet6Alexander Barkov2018-12-153-261/+325
* | | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-142-3/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-141-2/+3
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Work around the crash in MDEV-17814Marko Mäkelä2018-12-141-2/+3
| * | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-141-1/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-16278: Missing DELETE operation in COM_STMT_BULK_STMTOleksandr Byelkin2018-12-141-1/+2
* | | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-132-11/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-132-11/+12
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-131-11/+9
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Merge 10.0 into 10.1Marko Mäkelä2018-12-131-11/+9
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |