summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Print thread_id instead of pthread_self to error logMichael Widenius2017-08-241-4/+4
* Optimize make_lex_string() to not call alloc_root twice.Michael Widenius2017-08-241-4/+18
* Simplify test if we can use table in query cacheMichael Widenius2017-08-247-62/+53
* Added sql_alloc.hMichael Widenius2017-08-247-50/+66
* Fix compilation warnings in pluginsSergei Golubchik2017-08-241-1/+1
* Enusure that my_global.h is included firstMichael Widenius2017-08-24228-238/+232
* Added copyright message to some filesMichael Widenius2017-08-246-2/+95
* Use microsecond_interval_timer() instead of my_time() in replicaitonMonty2017-08-242-11/+8
* Compile mariabackup with its own copy of net_serv.ccSergei Golubchik2017-08-231-26/+33
* fix compile errorsVladislav Vaintroub2017-08-231-2/+2
* MDEV-11159 Server proxy protocol supportVladislav Vaintroub2017-08-229-56/+687
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-223-6/+86
|\
| * Corrected the function compare_order_elements() to make itIgor Babaev2017-08-191-1/+2
| * This patch complements the patch for mdev-10855.Igor Babaev2017-08-193-5/+84
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-184-50/+156
|\ \ | |/
| * MDEV-13581 ROW TYPE OF t1 and t1%ROWTYPE for routine parametersAlexander Barkov2017-08-184-50/+156
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-171-2/+4
|\ \ | |/
| * MDEV-13555 Assertion `!item->null_value' failed in Type_handler::Item_send_strAlexander Barkov2017-08-171-2/+4
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-1512-119/+176
|\ \ | |/
| * MDEV-13533 Remove the THD parameter from sp_head::init_sp_name()Alexander Barkov2017-08-154-7/+7
| * MDEV-13531 Add Database_qualified_name::copy()Alexander Barkov2017-08-153-8/+14
| * MDEV-13529 Add class Sql_cmd_callAlexander Barkov2017-08-157-67/+119
| * MDEV-13528 Add LEX::sp_body_finalize_{procedure|function}Alexander Barkov2017-08-154-38/+37
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-156-33/+49
|\ \ | |/
| * MDEV-13527 Crash when EXPLAIN SELECT .. INTO row_sp_variable.fieldAlexander Barkov2017-08-152-2/+2
| * MDEV-13526 Add Type_handler::Item_val_bool()Alexander Barkov2017-08-154-31/+47
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-08-1524-222/+771
|\ \ | |/
| * Changed the function my_set_bits() to return uint64 instead of uint32.Igor Babaev2017-08-141-1/+1
| * MDEV-13500 sql_mode=ORACLE: can't create a virtual column with function MODAlexander Barkov2017-08-141-1/+1
| * Implemented condition pushdown into derived tables / viewsIgor Babaev2017-08-124-12/+49
| * MDEV-13003 - Oracle compatibility : Replace functionhalfspawn2017-08-117-10/+71
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexey Botchkov2017-08-115-9/+19
| |\
| | * MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-115-143/+199
| | * MDEV-13439: Database permissions are not enough to run a subquery with GROUP ...Oleksandr Byelkin2017-08-102-4/+8
| | * MDEV-13300 Query cache doesn't take in account CLIENT_DEPRECATE_EOF capabilityOleksandr Byelkin2017-08-092-2/+9
| * | MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-115-142/+198
| * | This is a modification of the first patch committed for mdev-13369Igor Babaev2017-08-103-8/+31
| * | This first patch prepared for the task MDEV-13369:Igor Babaev2017-08-1010-49/+411
* | | MDEV-13014 Typos in ER_WRONG_INSERT_INTO_SEQUENCEElena Stepanova2017-08-141-1/+1
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Marko Mäkelä2017-08-0924-292/+869
|\ \ \ | |/ /
| * | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-08-094-20/+167
| |\ \ | | |/
| | * A followup to MDEV-13470: remove the code that is now uselessSergei Petrunia2017-08-091-3/+0
| | * MDEV-13470 DELETE IGNORE should not ignore deadlocks (again)Marko Mäkelä2017-08-081-0/+6
| | * MDEV-12789 JSON_KEYS returns duplicate keys twice.Alexey Botchkov2017-08-081-4/+46
| | * MDEV-12732 json.json_no_table fails with valgrind in buildbot andAlexey Botchkov2017-08-081-1/+2
| | * MDEV-12604 Comparison of JSON_EXTRACT result differs with Mysql.Alexey Botchkov2017-08-083-12/+112
| * | Get rid of valgrind warning for sql_sequence tests.Monty2017-08-071-0/+6
| * | MDEV-13393 SEQUENCE related crash when running concurrent I_S.TABLES and FLUS...Monty2017-08-072-9/+8
| * | Fixed compiler warningMonty2017-08-071-0/+1
| * | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-08-079-48/+445
| |\ \ | | |/