summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25919: Lock tables before acquiring dict_sys.latchMarko Mäkelä2021-08-311-1/+1
* Merge 10.5 into 10.6Marko Mäkelä2021-08-311-4/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-08-311-4/+1
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-08-311-4/+1
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-08-311-3/+1
| | | |\
| | | | * MDEV-26504 THD::copy_db_to() fails to return true if THD::db is nullMarko Mäkelä2021-08-301-3/+1
* | | | | Merge 10.5 to 10.6Marko Mäkelä2021-08-191-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MENT-977 log priv host / priv user.bb-10.5-hfAlexey Botchkov2021-08-101-0/+2
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-15/+20
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-16/+20
| |\ \ \ \ | | |/ / /
| | * | | MDEV-23080: desync and pause node on BACKUP STAGE BLOCK_DDLLeandro Pacheco2021-07-271-0/+3
| | * | | cleanup: move thread_count to THD_count::value()Sergei Golubchik2021-07-241-16/+17
* | | | | errors after altering a table has finished aren't fatalSergei Golubchik2021-07-021-0/+19
* | | | | MDEV-16708: fixed assert firing in the method THD::reset_for_the_next_commandDmitry Shulga2021-06-171-0/+27
* | | | | MDEV-16708: Fixed the failed test main.set_statementDmitry Shulga2021-06-171-1/+1
* | | | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-7/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-2/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-3/+2
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-7/+6
| | | |\ \ | | | | |/
| | | | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-4/+5
| | | | * MDEV-25462: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-05-201-1/+1
| | * | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-4/+4
| * | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igorIgor Babaev2021-05-251-4/+4
* | | | | MDEV-25078: ALTER INDEX is inconsistent with ADD/DROP/RENAME indexSergei Petrunia2021-05-241-2/+4
* | | | | MDEV-24576 Atomic CREATE TABLEMonty2021-05-191-2/+7
* | | | | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-0/+5
* | | | | MDEV-24089 support oracle syntax: rownumMonty2021-05-191-4/+6
* | | | | Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-1/+2
* | | | | Reduce usage of strlen()Monty2021-05-191-1/+2
* | | | | Added ErrConvString.lex_cstring() to simplify codeMonty2021-05-191-3/+3
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-1/+1
* | | | | Renamed Type_all_attributes::set_maybe_null() to set_type_maybe_null()Monty2021-05-191-1/+1
* | | | | Added typedef decimal_digits_t (uint16) for number of digits in mostMonty2021-05-191-1/+1
* | | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-2/+9
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-181-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-181-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-05-181-1/+2
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3, except MDEV-25682Marko Mäkelä2021-05-181-1/+2
| | | |\ \ | | | | |/
| | | | * MDEV-17515: GTID Replication in optimistic mode deadlockSujatha2021-05-171-1/+2
| | | | * MDEV-21603 Crashing SHOW TABLES with derived table in WHERE conditionSergei Golubchik2021-05-041-4/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-4/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-4/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-4/+0
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2021-05-041-4/+0
| | | |\ \
| | | | * | MDEV-21603 Crashing SHOW TABLES with derived table in WHERE conditionmariadb-10.2.38Sergei Golubchik2021-05-041-4/+0
| | | | |/
| | | | * MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-1/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-041-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-031-1/+2
| |\ \ \ \ | | |/ / /
| | * | | MDEV-22227 Assertion `state_ == s_exec' failed in wsrep::client_state::start_...bb-10.4-MDEV-22227mkaruza2021-04-281-0/+1