summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locksSergey Vojtovich2016-11-031-1/+2
* MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-4/+6
* MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2Alexander Barkov2016-10-101-5/+2
* MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressionsAlexander Barkov2016-10-081-0/+1
* MDEV-10585 EXECUTE IMMEDIATE statementAlexander Barkov2016-10-081-0/+5
* Allowed to use WITH clauses before SELECT in CREATE ... SELECTbb-10.2-mdev9864Igor Babaev2016-09-221-2/+4
* Don't increment 'Empty_queries' for queries with errors.Monty2016-09-151-1/+1
* MDEV-10779 Failing assertion lex->proc_list.elements == 0 or syntax error on ...Alexander Barkov2016-09-131-2/+16
* Fix assertion/hang in read_init_file()Kristian Nielsen2016-09-091-1/+12
* Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-6/+10
|\
| * MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tablesNirbhay Choubey2016-09-021-4/+3
| * Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-251-2/+5
| |\
| | * Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-08-241-0/+2
| | |\
| | * | Refs: MW-248sjaakola2016-08-211-9/+8
| | * | Refs: MW-248sjaakola2016-08-211-12/+11
| | * | Cleanup: Remove dead codeNirbhay Choubey2016-08-211-21/+0
| | * | Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-04-291-18/+27
| | |\ \
| * | \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Minor cleanupsMonty2016-08-221-0/+1
| | * | | MDEV-8569 build_table_filename() doesn't support temporary tables.Alexey Botchkov2016-07-181-0/+1
| | | |/ | | |/|
* | | | MDEV-8909 union parser cleanupAlexander Barkov2016-09-071-16/+10
* | | | Fixed length of codding of COM_MULTI parts.Oleksandr Byelkin2016-08-311-13/+24
* | | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-13/+11
* | | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-0/+14
* | | | Better SHOW PROCESSLIST for replicationMonty2016-08-291-3/+3
* | | | MDEV-10084: SQL batch united responseOleksandr Byelkin2016-07-041-0/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-20/+34
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-17/+26
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-5/+25
| | |\ \
| | | * | MDEV-9142 :Adding Constraint with no database referenceJan Lindström2016-04-231-5/+25
| | * | | MDEV-9580 SHOW GRANTS FOR <current_user> failsSergei Golubchik2016-04-241-12/+1
* | | | | More tests for "MDEV-7563 Support CHECK constraint".Alexander Barkov2016-06-301-4/+2
* | | | | MDEV-5535: Cannot reopen temporary tableNirbhay Choubey2016-06-101-10/+14
* | | | | cleanup: thread_countSergei Golubchik2016-06-041-7/+2
* | | | | MDEV-9947: COM_MULTI united responseOleksandr Byelkin2016-05-171-9/+28
* | | | | Fix of PSI & COM_MULTIOleksandr Byelkin2016-05-131-0/+8
* | | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2Monty2016-04-281-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columnsMonty2016-04-071-0/+1
* | | | | Merge ../10.2-window-funcs-r12 into 10.2Sergei Petrunia2016-04-121-4/+61
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-139/+544
| |\ \ \ \ \
| * | | | | | The class Window_spec now has pointers to the partition and order listsIgor Babaev2016-03-161-4/+16
| * | | | | | Initial patch for the implementation of window functions (MDEV-6115):Igor Babaev2016-02-121-0/+47
| * | | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-4/+2
* | | | | | | Fixed compiler warningsMichael Widenius2016-04-071-2/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-47/+15
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | MDEV-717 LP:1003679 - Wrong binlog order on concurrent DROP schema and CREATE...Alexey Botchkov2016-03-231-46/+8
| * | | | | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-03-221-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
| * | | | | | MDEV-9696: CREATE SERVER statement does not replicate in Galera ClusterNirbhay Choubey2016-03-221-0/+6
| |/ / / / /