summaryrefslogtreecommitdiff
path: root/sql/sql_admin.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-311-9/+32
|\
| * Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-311-9/+32
| |\
| | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-311-9/+32
| | |\
| | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-9/+32
| | | |\
| | | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-3/+3
| | | | |\
| | | | | * MDEV-30323 Some DDLs like ANALYZE can complete on parallel slave out of orderbb-10.3-andreiAndrei2023-01-241-3/+3
| | | | * | MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-6/+29
* | | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-02-041-56/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-56/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-56/+8
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-53/+9
| | | |\ \ \ | | | | |/ /
| | | | * | MDEV-25538 Crash on REPAIR VIEW that was created from IS tablebb-10.4-MDEV-25538Daniele Sciascia2022-01-191-53/+9
* | | | | | Make tests passSergei Petrunia2022-01-191-1/+2
* | | | | | Fix histogram memory managementSergei Petrunia2022-01-191-0/+1
|/ / / / /
* | | | | Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-2/+1
|/ / / /
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-09-171-7/+8
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-09-171-7/+8
| |\ \ \ | | |/ /
| | * | MDEV-26053 : TRUNCATE on table with Foreign Key Constraint no longer replicat...bb-10.4-truncateJan Lindström2021-09-171-7/+8
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-09-061-13/+37
|\ \ \ \ | |/ / /
| * | | Added support for ANALYZE TABLE to S3 tablesMonty2021-09-011-25/+55
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-2/+2
| | |\ \ | | | |/
| | | * Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-2/+2
| | | |\
| | | | * MDEV-18249 ASSERT_COLUMN_MARKED_FOR_READ failed in ANALYZE TABLENikita Malyavin2021-07-121-2/+2
* | | | | MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-16/+34
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-021-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-021-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-021-0/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-021-0/+1
| | | |\ \ | | | | |/
| | | | * MDEV-25730 fixup: GCC -Og -Wmaybe-uninitializedMarko Mäkelä2021-06-021-0/+1
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-011-2/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-011-2/+7
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-011-2/+7
| | | |\ \ | | | | |/
| | | | * MDEV-25730: maria.repair test fails with valgrindSergei Golubchik2021-05-251-2/+7
* | | | | compilation error with -Werror -OgSergei Golubchik2021-05-201-1/+1
* | | | | MDEV-22530 Aborting OPTIMIZE TABLE still logs in binary log and replicates to...Sergei Golubchik2021-05-191-2/+7
* | | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-1/+33
* | | | | Reduce usage of strlen()Monty2021-05-191-55/+75
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-4/+4
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-4/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-181-41/+36
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-181-41/+36
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-05-181-41/+36
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3, except MDEV-25682Marko Mäkelä2021-05-181-35/+31
| | | |\ \ | | | | |/
| | | | * MDEV-22530: Aborting OPTIMIZE TABLE still logs in binary log and replicates t...Sujatha2021-05-171-1/+9
| | | | * MDEV-17515: GTID Replication in optimistic mode deadlockSujatha2021-05-171-34/+21
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-081-5/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-081-5/+6
| |\ \ \ \ | | |/ / /
| | * | | MDEV-24956: ALTER TABLE not replicated with Galera in MariaDB 10.5.9bb-10.4-MDEV-25226mkaruza2021-04-051-5/+6