summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / /
* | | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2Igor Babaev2016-03-211-0/+4
|\ \ \ \
| * | | | MDEV-8789 Implement non-recursive common table expressionsGalina Shalygina2015-12-181-0/+4
* | | | | MDEV-9058: protocol: COM_MULTI command (post-post-review changes)Oleksandr Byelkin2016-03-211-7/+2
* | | | | MDEV-9058: protocol: COM_MULTI command (part 2)Oleksandr Byelkin2016-03-181-29/+177
* | | | | MDEV-9058: protocol: COM_MULTI command (part 1)Oleksandr Byelkin2016-03-181-33/+266
* | | | | [MDEV-7978] Updated syntax for SHOW CREATE USERVicențiu Ciorbaru2016-03-081-1/+6
* | | | | [MDEV-7978] Update grammar for new syntaxVicențiu Ciorbaru2016-03-081-1/+9
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-9/+48
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-02-241-9/+48
| |\ \ \ \
| | * \ \ \ Merge tag 'mariadb-10.0.24' into 10.0-galeraNirbhay Choubey2016-02-231-0/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | refs codership/mysql-wsrep#228Daniele Sciascia2016-02-231-0/+20
| | * | | | refs codership/mysql-wsrep#201Daniele Sciascia2016-02-221-0/+6
| | * | | | Bug#1421360: Add Percona Server specific FLUSH statements.Nirbhay Choubey2016-02-221-1/+5
| | * | | | refs codership/mysql-wsrep#198 fixed merge issuesTeemu Ollakka2016-02-221-12/+3
| | * | | | Bug#1421360: Add Percona Server specific FLUSH statements.Raghavendra D Prabhu2016-02-221-6/+28
| | * | | | PXC-391: Avoid Total Order Isolation (TOI) for LOCAL sql admin commands.Raghavendra D Prabhu2016-02-221-1/+1
| | * | | | refs codership/galera#308Daniele Sciascia2016-02-221-3/+0
| | * | | | Merge tag 'mariadb-10.0.23' into 10.0-galeraNirbhay Choubey2015-12-191-0/+19
| | |\ \ \ \
* | | | | | | Changed my_thread_id to int64 to fix compilation problem withMonty2016-02-081-10/+17
* | | | | | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-7/+6
* | | | | | | Merge branch '10.1' into 10.2Monty2016-02-061-4/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-01-251-0/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Cleanup of slave code:Monty2016-01-031-0/+1
| | | |/ / / | | |/| | |
| * | | | | cleanup: create LEX_USER::reset_auth()Sergei Golubchik2016-01-251-4/+2
* | | | | | MDEV-9117: Client Server capability negotiation for MariaDB specific function...Oleksandr Byelkin2016-02-021-1/+1
| |_|_|_|/ |/| | | |
* | | | | MDEV-8491 - On shutdown, report the user and the host executed that.Sergey Vojtovich2015-12-291-2/+2
| |_|_|/ |/| | |
* | | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-4/+4
* | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-1/+1
* | | | Changing %type of opt_place from <NONE> to <const_simple_string>.Alexander Barkov2015-11-241-7/+0
|/ / /
* | | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-11-191-0/+20
|\ \ \ | | |/ | |/|
| * | Merge tag 'mariadb-10.0.22' into 10.0-galeraNirbhay Choubey2015-10-311-16/+31
| |\ \
| * \ \ Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-09-251-18/+2
| |\ \ \
| | * | | Cleanup: remove dead code which could also lead to race.Nirbhay Choubey2015-09-211-18/+2
| * | | | Bug#1421360: Add 'FLUSH TABLES' to Total Order Isolation execution.Raghavendra D Prabhu2015-09-091-0/+19