summaryrefslogtreecommitdiff
path: root/sql/protocol.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.10 into 10.11Marko Mäkelä2023-02-161-1/+1
|\
| * Merge 10.5 into 10.6Marko Mäkelä2023-02-101-1/+1
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2023-02-101-1/+1
| | |\
| | | * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
| | * | Added support for ANALYZE TABLE to S3 tablesMonty2021-09-011-0/+4
* | | | MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global var...Anel Husakovic2022-10-211-0/+1
|/ / /
* | | MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-4/+0
* | | cleanup: rename Protocol::store() to Protocol::store_datetime()Sergei Golubchik2021-06-111-4/+4
* | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-5/+0
* | | Reduce usage of strlen()Monty2021-05-191-1/+10
* | | MDEV-19237 Skip sending metadata when possible for binary protocol.Vladislav Vaintroub2020-11-231-1/+1
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2020-09-021-56/+41
|\ \ \ | |/ /
| * | MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-08-141-12/+12
| * | MDEV-23162: Fix clang -Winconsistent-missing-overrideMarko Mäkelä2020-08-141-2/+2
| * | MDEV-23162 Improve Protocol performance for numeric dataAlexander Barkov2020-08-141-0/+4
| * | Revert "MDEV-23162 Improve Protocol performance for numeric data"Alexander Barkov2020-08-141-36/+16
| * | MDEV-23270 Remove a String parameter from Protocol::store(double/float)Alexander Barkov2020-08-141-8/+9
* | | Merge 10.5 into 10.6Marko Mäkelä2020-08-121-69/+73
|\ \ \ | |/ /
| * | Merge mariadb-10.5.5Marko Mäkelä2020-08-101-69/+72
| |\ \
| | * | fixup 58e759a9393f76e558c016a3f84656401b9de1ce: clang -Winconsistent-missing-...Marko Mäkelä2020-08-071-43/+44
| | * | Added 'final' to some classes to improve generated codeMichael Widenius2020-08-041-25/+27
| * | | MDEV-23435 Functions do not convert numbers to character_set_resultsAlexander Barkov2020-08-101-0/+1
| |/ /
* | | Merge 10.5 into 10.6Marko Mäkelä2020-08-041-16/+63
|\ \ \ | |/ /
| * | Remove String::lex_string() and String::lex_cstring()Monty2020-07-231-6/+13
| * | MDEV-23162 Improve Protocol performance for numeric dataAlexander Barkov2020-07-151-11/+28
| * | Preparatory changes for MDEV-23162 Improve Protocol performance for numeric dataAlexander Barkov2020-07-151-12/+38
| * | MDEV-23157 Remove redundant virtual Protocol::store()Alexander Barkov2020-07-131-4/+1
* | | MDEV-21612 - remove COM_MULTI from server and C/CVladislav Vaintroub2020-07-141-1/+1
|/ /
* | MDEV-8844 Unreadable control characters printed as is in warningsAlexander Barkov2019-12-061-0/+1
* | MDEV-19599 Change db_name, table_name to LEX_CSTRING in Item_ident and Send_f...Alexander Barkov2019-05-261-5/+0
|/
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | MDEV-19125 Change Send_field::type from enum_field_types to Type_handler*Alexander Barkov2019-04-021-1/+7
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-49/+18
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-49/+18
| |\ \ \ | | |/ /
| | * | MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-121-6/+1
| | * | cleanup: miscSergei Golubchik2019-03-121-43/+17
* | | | MDEV-18408 Assertion `0' failed in Item::val_native_result / Timestamp_or_zer...Alexander Barkov2019-02-251-3/+28
|/ / /
* | | MDEV-9947: COM_MULTI united responseOleksandr Byelkin2016-05-171-1/+1
|/ /
* | Remove THD argment from Log_event->net_send() and Protocol::pack_info() asMichael Widenius2015-10-221-4/+1
* | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-0/+4
* | MDEV-6702: analyze_stmt test fails in --embedded 10.1Sergei Petrunia2014-10-101-0/+41
* | MDEV-406: ANALYZE $stmt: get ANALYZE work for subqueriesSergei Petrunia2014-06-241-0/+36
* | 5.5 mergeSergei Golubchik2014-05-091-2/+6
|\ \ | |/
| * MDEV-5138 Numerous test failures in "mtr --ps --embedded".Alexey Botchkov2014-04-151-2/+6
* | MWL#182: Explain running statements: address review feedbackSergey Petrunya2012-07-101-14/+0
* | MWL#182: SHOW EXPLAIN: Merge 5.3->5.5Sergey Petrunya2012-05-161-0/+19
|\ \ | |/ |/|
| * MWL#182: Explain running statements: merge with 5.3-main (needs fixing)Sergey Petrunya2012-01-031-0/+19
| |\