Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locks | Sergey Vojtovich | 2016-11-03 | 1 | -1/+2 |
* | MDEV-9114: Bulk operations (Array binding) | Oleksandr Byelkin | 2016-11-02 | 1 | -4/+6 |
* | MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2 | Alexander Barkov | 2016-10-10 | 1 | -5/+2 |
* | MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressions | Alexander Barkov | 2016-10-08 | 1 | -0/+1 |
* | MDEV-10585 EXECUTE IMMEDIATE statement | Alexander Barkov | 2016-10-08 | 1 | -0/+5 |
* | Allowed to use WITH clauses before SELECT in CREATE ... SELECTbb-10.2-mdev9864 | Igor Babaev | 2016-09-22 | 1 | -2/+4 |
* | Don't increment 'Empty_queries' for queries with errors. | Monty | 2016-09-15 | 1 | -1/+1 |
* | MDEV-10779 Failing assertion lex->proc_list.elements == 0 or syntax error on ... | Alexander Barkov | 2016-09-13 | 1 | -2/+16 |
* | Fix assertion/hang in read_init_file() | Kristian Nielsen | 2016-09-09 | 1 | -1/+12 |
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-09-09 | 1 | -6/+10 |
|\ | |||||
| * | MDEV-10545: Server crashed in my_copy_fix_mb on querying I_S and P_S tables | Nirbhay Choubey | 2016-09-02 | 1 | -4/+3 |
| * | Merge branch '10.0-galera' into bb-10.1-serg | Nirbhay Choubey | 2016-08-25 | 1 | -2/+5 |
| |\ | |||||
| | * | Merge branch '10.0' into 10.0-galera | Nirbhay Choubey | 2016-08-24 | 1 | -0/+2 |
| | |\ | |||||
| | * | | Refs: MW-248 | sjaakola | 2016-08-21 | 1 | -9/+8 |
| | * | | Refs: MW-248 | sjaakola | 2016-08-21 | 1 | -12/+11 |
| | * | | Cleanup: Remove dead code | Nirbhay Choubey | 2016-08-21 | 1 | -21/+0 |
| | * | | Merge branch '10.0' into 10.0-galera | Nirbhay Choubey | 2016-04-29 | 1 | -18/+27 |
| | |\ \ | |||||
| * | \ \ | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-08-25 | 1 | -0/+2 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Minor cleanups | Monty | 2016-08-22 | 1 | -0/+1 |
| | * | | | MDEV-8569 build_table_filename() doesn't support temporary tables. | Alexey Botchkov | 2016-07-18 | 1 | -0/+1 |
| | | |/ | | |/| | |||||
* | | | | MDEV-8909 union parser cleanup | Alexander Barkov | 2016-09-07 | 1 | -16/+10 |
* | | | | Fixed length of codding of COM_MULTI parts. | Oleksandr Byelkin | 2016-08-31 | 1 | -13/+24 |
* | | | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -13/+11 |
* | | | | MDEV-8931: (server part of) session state tracking | Oleksandr Byelkin | 2016-08-31 | 1 | -0/+14 |
* | | | | Better SHOW PROCESSLIST for replication | Monty | 2016-08-29 | 1 | -3/+3 |
* | | | | MDEV-10084: SQL batch united response | Oleksandr Byelkin | 2016-07-04 | 1 | -0/+1 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -20/+34 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-05-04 | 1 | -17/+26 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-04-26 | 1 | -5/+25 |
| | |\ \ | |||||
| | | * | | MDEV-9142 :Adding Constraint with no database reference | Jan Lindström | 2016-04-23 | 1 | -5/+25 |
| | * | | | MDEV-9580 SHOW GRANTS FOR <current_user> fails | Sergei Golubchik | 2016-04-24 | 1 | -12/+1 |
* | | | | | More tests for "MDEV-7563 Support CHECK constraint". | Alexander Barkov | 2016-06-30 | 1 | -4/+2 |
* | | | | | MDEV-5535: Cannot reopen temporary table | Nirbhay Choubey | 2016-06-10 | 1 | -10/+14 |
* | | | | | cleanup: thread_count | Sergei Golubchik | 2016-06-04 | 1 | -7/+2 |
* | | | | | MDEV-9947: COM_MULTI united response | Oleksandr Byelkin | 2016-05-17 | 1 | -9/+28 |
* | | | | | Fix of PSI & COM_MULTI | Oleksandr Byelkin | 2016-05-13 | 1 | -0/+8 |
* | | | | | Merge commit 'd5822a3ad0657040114cdc185c6387b9eb3a12b2' into 10.2 | Monty | 2016-04-28 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-9621 INSERT DELAYED fails on insert for tables with many columns | Monty | 2016-04-07 | 1 | -0/+1 |
* | | | | | Merge ../10.2-window-funcs-r12 into 10.2 | Sergei Petrunia | 2016-04-12 | 1 | -4/+61 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch '10.2' into bb-10.2-mdev9543 | Sergei Petrunia | 2016-03-28 | 1 | -139/+544 |
| |\ \ \ \ \ | |||||
| * | | | | | | The class Window_spec now has pointers to the partition and order lists | Igor Babaev | 2016-03-16 | 1 | -4/+16 |
| * | | | | | | Initial patch for the implementation of window functions (MDEV-6115): | Igor Babaev | 2016-02-12 | 1 | -0/+47 |
| * | | | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646 | Igor Babaev | 2016-02-09 | 1 | -4/+2 |
* | | | | | | | Fixed compiler warnings | Michael Widenius | 2016-04-07 | 1 | -2/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-03-23 | 1 | -47/+15 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | MDEV-717 LP:1003679 - Wrong binlog order on concurrent DROP schema and CREATE... | Alexey Botchkov | 2016-03-23 | 1 | -46/+8 |
| * | | | | | Merge branch 'bb-10.1-serg' into 10.1 | Sergei Golubchik | 2016-03-22 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-03-21 | 1 | -1/+1 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | * | | | | Fix spelling: occurred, execute, which etc | Otto Kekäläinen | 2016-03-04 | 1 | -1/+1 |
| * | | | | | | MDEV-9696: CREATE SERVER statement does not replicate in Galera Cluster | Nirbhay Choubey | 2016-03-22 | 1 | -0/+6 |
| |/ / / / / |