summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 to 10.2Marko Mäkelä2017-01-051-2/+5
|\
| * MDEV-7955 WSREP() appears on radar in OLTP ROSachin Setiya2017-01-031-1/+1
| * MDEV-11016 wsrep_node_is_ready() check is too strictSachin Setiya2017-01-031-1/+4
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-15/+6
|\ \ | |/
| * MDEV-11479 Improved wsrep_dirty_readsSachin Setiya2016-12-141-3/+6
| * Revert "MDEV-11016 wsrep_node_is_ready() check is too strict"Sachin Setiya2016-12-141-4/+1
| * Merge branch 'bb-mdev-11016' into 10.1SachinSetiya2016-11-221-1/+4
| |\
| | * MDEV-11016 wsrep_node_is_ready() check is too strictSachinSetiya2016-10-281-1/+4
| * | MDEV-11152: wsrep_replicate_myisam: SELECT gets replicated using TONirbhay Choubey2016-11-021-0/+4
| * | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-12/+0
| |\ \ | | |/ | |/|
| | * Merge tag 'mariadb-10.0.28' into 10.0-galeraNirbhay Choubey2016-10-281-12/+0
| | |\
| | | * Removed duplicate open_strategy assignmentsSergey Vojtovich2016-10-261-12/+0
* | | | MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLESSergey Vojtovich2016-12-211-14/+62
* | | | MDEV-11152: wsrep_replicate_myisam: SELECT gets replicatedNirbhay Choubey2016-12-191-0/+4
* | | | MDEV-5800 InnoDB support for indexed vcolsSergei Golubchik2016-12-121-12/+3
* | | | cleanup: fix a commentSergei Golubchik2016-12-121-2/+2
* | | | 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