summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 to 10.5Marko Mäkelä2020-10-221-5/+13
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-10-221-4/+5
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-10-221-2/+2
| | |\
| | | * Fix the constants namesOleksandr Byelkin2020-10-151-2/+2
| | * | MDEV-23968 CREATE TEMPORARY TABLE .. LIKE (system versioned table) returns er...Aleksey Midenkov2020-10-201-2/+3
| * | | MDEV-20945: BACKUP UNLOCK + FTWRL assertion failureRinat Ibragimov2020-10-221-1/+8
* | | | MDEV-23691 S3 storage engine: delayed slave can drop the tableMonty2020-10-211-0/+1
* | | | Merge branch '10.4' into 10.5Sujatha2020-09-291-1/+8
|\ \ \ \ | |/ / /
| * | | Added asssert to init_of_queries() to make it more safeMonty2020-09-251-1/+5
| * | | MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-251-0/+3
* | | | MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-08-141-0/+7
* | | | MDEV-23330 Server crash or ASAN negative-size-param in my_strnncollsp_binary ...Sergei Golubchik2020-08-071-1/+2
* | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2020-08-041-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-1/+1
| |\ \ \ | | |/ /
| | * | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-011-7/+14
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-311-7/+14
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-311-2/+9
| | |\ \ | | | |/
| | | * fix c++98 buildNikita Malyavin2020-07-211-3/+3
| | | * MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-211-3/+10
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-07-021-1/+5
| | | |\
| | | | * Revert "Fix result of merge."Marko Mäkelä2020-07-021-1/+5
| | | * | Merge 10.1 into 10.2bb-10.2-mergeMarko Mäkelä2020-07-011-5/+1
| | | |\ \ | | | | |/
| | | | * Fix result of merge.Oleksandr Byelkin2020-06-231-5/+1
| | | | * MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...Varun Gupta2020-06-071-0/+3
| * | | | MDEV-21910 Deadlock between BF abort and manual KILL commandsjaakola2020-06-261-1/+2
* | | | | MDEV-23216: LONGTEXT column with collation doesn't sortVarun Gupta2020-07-231-0/+1
* | | | | Remove String::lex_string() and String::lex_cstring()Monty2020-07-231-2/+1
* | | | | MDEV-21910 Deadlock between BF abort and manual KILL commandbb-10.5-MDEV-21910sjaakola2020-07-221-1/+2
* | | | | MDEV-23154 Add a data type my_repertoire_tAlexander Barkov2020-07-131-2/+2
* | | | | fix compilation with gcc-10Eugene Kosov2020-07-091-0/+8
* | | | | Added THD::binlog_table_should_be_logged() to simplify some codeMonty2020-06-191-0/+1
* | | | | MDEV-16470: switch off user variables (and fixes of its support)bb-10.5-MDEV-22550Oleksandr Byelkin2020-06-121-0/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-4/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-291-2/+3
| | |\ \ \ | | | |/ /
| | | * | bugfix: use THD::main_mem_root for kill error messageSergei Golubchik2020-05-271-1/+2
| * | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-261-3/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-251-3/+7
| | |\ \ \ | | | |/ /
| | | * | Fixed deadlock with LOCK TABLES and ALTER TABLEMonty2020-05-231-3/+7
* | | | | Update galera to work with independent sub transactionsMonty2020-05-231-0/+1
* | | | | Aria will now register it's transactionsMonty2020-05-231-0/+37
* | | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-16/+20
* | | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-1/+1
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-1/+1
* | | | | Added support for more functions when using partitioned S3 tablesMonty2020-04-191-1/+2
* | | | | Don't try to open temporary tables if there are no temporary tables.Monty2020-04-191-1/+1
* | | | | Handle errors from external_unlock & mysql_unlock_tablesMonty2020-04-191-2/+2
* | | | | MDEV-21889 IF EXISTS clause does not work for RENAME COLUMN and RENAME INDEXAleksey Midenkov2020-04-041-4/+5