Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-01-10 | 1 | -0/+3 |
|\ | |||||
| * | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-01-10 | 1 | -0/+3 |
| |\ | |||||
| | * | MDEV-9084 Calling a stored function from a nested select from temporary table... | Dmitry Lenev | 2017-01-06 | 1 | -0/+3 |
| * | | Merge 10.0 into 10.1 | Marko Mäkelä | 2017-01-05 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATE | Oleksandr Byelkin | 2017-01-04 | 1 | -0/+1 |
* | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -3/+19 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-12-11 | 1 | -3/+19 |
| |\ \ | | |/ | |||||
| | * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2016-12-09 | 1 | -3/+19 |
| | |\ | |||||
| | | * | MDEV-10776: Server crash on query | Oleksandr Byelkin | 2016-12-06 | 1 | -2/+18 |
| | | * | MDEV-11171 Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' fa... | Alexander Barkov | 2016-11-28 | 1 | -1/+1 |
* | | | | bugfix: remove broken insert t values () optimization | Sergei Golubchik | 2016-12-12 | 1 | -1/+0 |
* | | | | bugfix: table->get_fields_in_item_tree=true | Sergei Golubchik | 2016-12-12 | 1 | -1/+0 |
* | | | | bugfix: multi-UPDATE, vcols, const tables | Sergei Golubchik | 2016-12-12 | 1 | -0/+9 |
* | | | | cleanup: remove now-unused TABLE::merge_keys | Sergei Golubchik | 2016-12-12 | 1 | -1/+0 |
* | | | | Removing LEX::interval_list, as it's not used since parser cleanups10.2-MDEV9069 | Alexander Barkov | 2016-10-27 | 1 | -1/+0 |
* | | | | MDEV-6112 multiple triggers per table | Monty | 2016-10-05 | 1 | -1/+3 |
* | | | | Another attempt to fix bug mdev-10785 + cleanup for the previous attempt. | Igor Babaev | 2016-09-14 | 1 | -0/+1 |
* | | | | Fixed bug mdev-10785. | Igor Babaev | 2016-09-14 | 1 | -0/+1 |
* | | | | Merge branch '10.2' into bb-10.2-mdev9864 | Igor Babaev | 2016-09-07 | 1 | -9/+1 |
|\ \ \ \ | |||||
| * | | | | MDEV-10729: Server crashes in st_select_lex::set_explain_type | Sergei Petrunia | 2016-09-07 | 1 | -1/+1 |
| * | | | | MDEV-8909 union parser cleanup | Alexander Barkov | 2016-09-07 | 1 | -8/+0 |
* | | | | | Merge branch '10.2' into 10.2-mdev9197 | Igor Babaev | 2016-09-04 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATE | Oleksandr Byelkin | 2016-09-04 | 1 | -0/+1 |
* | | | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/server | Igor Babaev | 2016-08-31 | 1 | -0/+188 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | The consolidated patch for mdev-9197. | Galina Shalygina | 2016-08-23 | 1 | -0/+188 |
* | | | | | Merge 10.2 into 10.2-mdev9864. | Igor Babaev | 2016-08-30 | 1 | -21/+19 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -13/+16 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-06-28 | 1 | -13/+16 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Merge branch '5.5' into bb-10.0 | Sergei Golubchik | 2016-06-21 | 1 | -13/+16 |
| | | |\ \ \ | | | | | |/ | | | | |/| | |||||
| | | | * | | MDEV-8328 Evaluation of two "!" operators depends on space in beetween | Sergei Golubchik | 2016-06-14 | 1 | -13/+16 |
| * | | | | | revert second lookahead in the lexer | Sergei Golubchik | 2016-06-30 | 1 | -69/+4 |
| * | | | | | Use default character set for expressions | Michael Widenius | 2016-06-30 | 1 | -1/+1 |
| * | | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard | Michael Widenius | 2016-06-30 | 1 | -10/+71 |
| * | | | | | MDEV-3944: Allow derived tables in VIEWS | Oleksandr Byelkin | 2016-05-28 | 1 | -2/+1 |
* | | | | | | MDEV-10372: EXPLAIN fixes for recursive CTEs, including FORMAT=JSON | Sergei Petrunia | 2016-08-08 | 1 | -2/+23 |
* | | | | | | Fixed the following problem: | Igor Babaev | 2016-07-26 | 1 | -0/+14 |
* | | | | | | Merge branch '10.2' into 10.2-mdev986410.2-test1234 | Galina Shalygina | 2016-05-25 | 1 | -2/+0 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | MDEV-10102 Disallow CREATE VIEW .. PROCEDURE ANALYSE() syntactically | Alexander Barkov | 2016-05-23 | 1 | -2/+0 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Fixed bug mdev-9937. | Igor Babaev | 2016-04-20 | 1 | -0/+1 |
| * | | | | Merge branch '10.2' into bb-10.2-mdev9543 | Sergei Petrunia | 2016-03-28 | 1 | -81/+317 |
| |\ \ \ \ | |||||
| * | | | | | Changed the base class for Item_window_func from Item_result_field to | Igor Babaev | 2016-03-23 | 1 | -0/+1 |
| * | | | | | Initial patch for the implementation of window functions (MDEV-6115): | Igor Babaev | 2016-02-12 | 1 | -0/+9 |
| * | | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646 | Igor Babaev | 2016-02-09 | 1 | -14/+25 |
* | | | | | | Fixed many problems in the code of With_element::check_unrestricted_recursive(). | Galina Shalygina | 2016-05-19 | 1 | -0/+3 |
* | | | | | | Main patch for mdev-9864 | Galina Shalygina | 2016-05-09 | 1 | -0/+1 |
* | | | | | | Merge branch '10.2' into 10.2-mdev9864 | Galina Shalygina | 2016-05-08 | 1 | -14/+36 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-03-23 | 1 | -20/+12 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invali... | Oleksandr Byelkin | 2016-03-18 | 1 | -20/+12 |
| * | | | | MDEV-9641 MDEV-9644 NULLIF assertions | Sergei Golubchik | 2016-03-05 | 1 | -1/+1 |
* | | | | | Manual merge of branch 'bb-10.2-mdev8789' into 10.2 | Igor Babaev | 2016-03-21 | 1 | -0/+41 |
|\ \ \ \ \ |