| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-12-29 | 1 | -0/+1 |
|\ |
|
| * | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-12-11 | 1 | -0/+1 |
| |\ |
|
| | * | MDEV-11533: Roles with trailing white spaces are not cleared correctly | Vicențiu Ciorbaru | 2016-12-10 | 1 | -0/+1 |
* | | | Item_func_like: print a not like b instead of !(a like b) | Sergei Golubchik | 2016-12-12 | 1 | -3/+1 |
* | | | cleanup: unpack_vcol_info_from_frm | Sergei Golubchik | 2016-12-12 | 1 | -2/+8 |
* | | | rename Virtual_column_info::expr_item | Sergei Golubchik | 2016-12-12 | 1 | -1/+1 |
* | | | store/show vcols as item->print() | Sergei Golubchik | 2016-12-12 | 1 | -34/+9 |
* | | | cleanup: FOREIGN_KEY_INFO | Sergei Golubchik | 2016-12-12 | 1 | -10/+10 |
* | | | cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... ) | Sergei Golubchik | 2016-12-12 | 1 | -2/+1 |
* | | | cleanup: parser: s/USER/USER_SYM/ | Sergei Golubchik | 2016-12-12 | 1 | -12/+12 |
* | | | cleanup: Item_func_opt_neg::negate() | Sergei Golubchik | 2016-12-12 | 1 | -4/+2 |
* | | | don't convert WEEK(x) to WEEK(x, @@default_week_format) | Sergei Golubchik | 2016-12-12 | 1 | -9/+1 |
* | | | MDEV-11440 JSON has become a reserved word in MariaDB. | Alexey Botchkov | 2016-12-06 | 1 | -2/+4 |
* | | | MDEV-11359 Implement IGNORE for bulk operation | Oleksandr Byelkin | 2016-11-29 | 1 | -0/+6 |
* | | | MDEV-11360 Dynamic SQL: DEFAULT as a bind parameter | Alexander Barkov | 2016-11-27 | 1 | -1/+1 |
* | | | Merge pull request #244 from hholzgra/hartmut-MDEV-726 | Alexander Barkov | 2016-11-19 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | MDEV-726 - CREATE and ALTER SERVER need to lowercase host name | Hartmut Holzgraefe | 2016-10-08 | 1 | -0/+1 |
* | | | | MDEV-9143 JSON_xxx functions. | Alexey Botchkov | 2016-11-15 | 1 | -3/+4 |
* | | | | MDEV-9143 JSON_xxx functions. | Alexey Botchkov | 2016-10-19 | 1 | -2/+2 |
* | | | | MDEV-7145: Delayed replication | Kristian Nielsen | 2016-10-16 | 1 | -0/+13 |
|\ \ \ \ |
|
| * | | | | MDEV-7145: Delayed replication, intermediate commit. | Kristian Nielsen | 2016-10-14 | 1 | -0/+13 |
| | |/ /
| |/| | |
|
* | | | | MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2 | Alexander Barkov | 2016-10-10 | 1 | -4/+1 |
* | | | | MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressions | Alexander Barkov | 2016-10-08 | 1 | -10/+10 |
* | | | | MDEV-10585 EXECUTE IMMEDIATE statement | Alexander Barkov | 2016-10-08 | 1 | -0/+8 |
| |/ /
|/| | |
|
* | | | MDEV-10709 Expressions as parameters to Dynamic SQL | Alexander Barkov | 2016-10-08 | 1 | -6/+10 |
* | | | MDEV-6112 multiple triggers per table | Monty | 2016-10-05 | 1 | -5/+44 |
* | | | Fixed bug mdev-10933. | Igor Babaev | 2016-09-30 | 1 | -2/+2 |
* | | | Implement LEAD and LAG and NTH_VALUE functions | Vicențiu Ciorbaru | 2016-09-24 | 1 | -2/+48 |
* | | | Implement first_value and last_value as window functions | Vicențiu Ciorbaru | 2016-09-24 | 1 | -2/+32 |
* | | | Allowed to use WITH clauses before SELECT in CREATE ... SELECTbb-10.2-mdev9864 | Igor Babaev | 2016-09-22 | 1 | -8/+18 |
* | | | MDEV-8348: Add catchall to all table partitioning for list partitions | Oleksandr Byelkin | 2016-09-07 | 1 | -0/+21 |
* | | | MDEV-8909 union parser cleanup | Alexander Barkov | 2016-09-07 | 1 | -51/+6 |
* | | | MDEV-10421 duplicate CHECK CONSTRAINTs. | Alexey Botchkov | 2016-09-06 | 1 | -1/+6 |
* | | | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATE | Oleksandr Byelkin | 2016-09-04 | 1 | -0/+2 |
* | | | Merge 10.2 into 10.2-mdev9864. | Igor Babaev | 2016-08-30 | 1 | -926/+592 |
|\ \ \ |
|
| * \ \ | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -764/+348 |
| |\ \ \
| | |/ / |
|
| | * | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2016-06-28 | 1 | -53/+50 |
| | |\ \
| | | |/ |
|
| | | * | Merge branch '5.5' into bb-10.0 | Sergei Golubchik | 2016-06-21 | 1 | -49/+46 |
| | | |\ |
|
| | | | * | MDEV-8328 Evaluation of two "!" operators depends on space in beetween | Sergei Golubchik | 2016-06-14 | 1 | -40/+37 |
| | * | | | MDEV-9949 Connect Engine: long SRCDEF leads to broken table | Sergei Golubchik | 2016-05-05 | 1 | -0/+12 |
| | * | | | small parser cleanup | Sergei Golubchik | 2016-05-05 | 1 | -753/+303 |
| * | | | | revert second lookahead in the lexer | Sergei Golubchik | 2016-06-30 | 1 | -15/+1 |
| * | | | | various cleanups | Sergei Golubchik | 2016-06-30 | 1 | -16/+9 |
| * | | | | fix grammar for "DEFAULT (SELECT 1)" not be a syntax error | Sergei Golubchik | 2016-06-30 | 1 | -27/+29 |
| * | | | | Adding a comment why we need column_default_non_parenthesized_expr | Alexander Barkov | 2016-06-30 | 1 | -0/+28 |
| * | | | | Use default character set for expressions | Michael Widenius | 2016-06-30 | 1 | -67/+102 |
| * | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL Standard | Michael Widenius | 2016-06-30 | 1 | -50/+111 |
| * | | | | parse negative numbers into one item | Sergei Golubchik | 2016-06-30 | 1 | -1/+1 |
| * | | | | General spell fixing in comments and strings | Otto Kekäläinen | 2016-06-08 | 1 | -7/+7 |
| * | | | | MDEV-10101 Wrong error message of SELECT 1 UNION (SELECT 1 FROM t1 GROUP BY 1... | Alexander Barkov | 2016-06-01 | 1 | -7/+0 |