summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* "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
* | | | | | 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
* | | | | | 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.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
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Fix cmake -DWITH_PARTITION_STORAGE_ENGINE:BOOL=OFFMarko Mäkelä2018-12-131-17/+16
| | | * | | Remove space before #ifdefMarko Mäkelä2018-12-131-13/+9
| | | * | | Fix compile error when building without the partition engineVarun Gupta2018-12-131-4/+6
| * | | | | add more dbug helpers for gdbSergei Golubchik2018-12-121-0/+3
* | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-125-9/+74
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-125-9/+74
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.0 into 10.1Marko Mäkelä2018-12-125-9/+74
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-17032: Estimates are higher for partitions of a table with @@use_stat_ta...Varun Gupta2018-12-075-9/+74
* | | | | | fix handler test failures on s390xSergei Golubchik2018-12-122-2/+2
* | | | | | MDEV-17778: Alter table leads to a truncation warning with ANALYZE commandVarun Gupta2018-12-101-5/+7
* | | | | | Fix the 64-bit Windows buildMarko Mäkelä2018-12-081-2/+2
* | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-073-65/+76
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-12-073-64/+75
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-063-64/+80
| | |\ \ \ | | | |/ /
| | | * | MDEV-17898 FLUSH PRIVILEGES crashes server with segfaultSergei Golubchik2018-12-061-19/+19