5344 Commits (985d2d393c285ecd4539cb579b680f7b91fdaa1a)

Author SHA1 Message Date
Marko Mäkelä 40bf5c951b Fix a Bison warning about semantic type clash in default action 8 years ago
Vicențiu Ciorbaru 8cee2f136d MDEV-13384: "window" seems like a reserved column name but it's not listed as one 8 years ago
Alexander Barkov 9b53e541f0 MDEV-13788 Server crash when issuing bad SQL partition syntax 8 years ago
Andrei Elkin aae4932775 MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain ID 8 years ago
Sergei Golubchik d76f5774fe MDEV-13459 Warnings, when compiling with gcc-7.x 8 years ago
Vladislav Vaintroub dc93ce8dea Windows : Fix truncation warnings in sql/ 8 years ago
Vladislav Vaintroub 7354dc6773 MDEV-13384 - misc Windows warnings fixed 8 years ago
Sergei Golubchik d07daa3125 MDEV-13313 JSON type alias is insufficiently compatible 8 years ago
Sergei Golubchik 87f39bf824 MDEV-8659 Conflicting declaration is accepted: INT SIGNED ZEROFILL 8 years ago
Sergei Golubchik 1ea3c93fda MDEV-9144 JSON data type 8 years ago
Sergei Golubchik a6bef22cda reduce grammar duplication 8 years ago
Sergei Golubchik 5c30fcfa2f cleanup: C++ comments 8 years ago
Marko Mäkelä 71cd205956 Silence bogus GCC 7 warnings -Wimplicit-fallthrough 9 years ago
Marko Mäkelä 7972da8aa1 Silence bogus GCC 7 warnings -Wimplicit-fallthrough 9 years ago
Sergei Golubchik 22d8bb2706 MDEV-12421 Check constraint with query crashes server and renders DB unusable 9 years ago
Marko Mäkelä 8805fe0d5c Use %pure-parser instead of the deprecated %pure_parser. 9 years ago
Alexey Botchkov fdeeab01c0 MDEV-6390 CONVERT TO CHARACTER SET utf8 doesn't change DEFAULT CHARSET. 9 years ago
Sergei Golubchik 6f6d0531dc MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to work 9 years ago
Sergei Golubchik e1f0f0dd06 Revert "MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to work" 9 years ago
Sergei Golubchik 1f372cf1de MDEV-11439 No data type JSON, but CAST(something AS JSON) pretends to work 9 years ago
Sergei Golubchik 239790d92f MDEV-11604 Assertion `!check_datetime_range(ltime)' failed in TIME_to_longlong_datetime_packed 9 years ago
Sergei Golubchik 1afb11074e MDEV-11582 InnoDB: Failing assertion: !((field)->vcol_info && !(field)->stored_in_db()) 9 years ago
Igor Babaev 8481c70ede Fixed bug mdev-11867. 9 years ago
Igor Babaev 9073f9fd7d Fixed bug mdev-9976. 9 years ago
Alexander Barkov 1d96b09890 MDEV-9979 Keywords UNBOUNDED, PRECEDING, FOLLOWING, TIES, OTHERS should be non-reserved 9 years ago
Oleksandr Byelkin bc4cac358e MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATE 9 years ago
Sergei Golubchik ec6d8dadc0 reduce code duplication a little 9 years ago
Sergei Golubchik 8c876adfb6 Item_func_like: print a not like b instead of !(a like b) 9 years ago
Sergei Golubchik 6b0f4c24ab cleanup: unpack_vcol_info_from_frm 9 years ago
Sergei Golubchik a72f1deb2d rename Virtual_column_info::expr_item 9 years ago
Sergei Golubchik a411d7f4f6 store/show vcols as item->print() 9 years ago
Sergei Golubchik a3614d33e8 cleanup: FOREIGN_KEY_INFO 9 years ago
Sergei Golubchik 590d473760 cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... ) 9 years ago
Sergei Golubchik 0ed291e61c cleanup: parser: s/USER/USER_SYM/ 9 years ago
Sergei Golubchik a721dcab8e cleanup: Item_func_opt_neg::negate() 9 years ago
Sergei Golubchik fd0044041b don't convert WEEK(x) to WEEK(x, @@default_week_format) 9 years ago
Vicențiu Ciorbaru eb4f2e063c MDEV-11533: Roles with trailing white spaces are not cleared correctly 9 years ago
Alexey Botchkov 486079d159 MDEV-11440 JSON has become a reserved word in MariaDB. 9 years ago
Oleksandr Byelkin 098dff10ba MDEV-11359 Implement IGNORE for bulk operation 9 years ago
Alexander Barkov 9bfde897c3 MDEV-11360 Dynamic SQL: DEFAULT as a bind parameter 9 years ago
Alexey Botchkov ebe5ebba16 MDEV-9143 JSON_xxx functions. 9 years ago
Alexey Botchkov 27025221fe MDEV-9143 JSON_xxx functions. 9 years ago
Kristian Nielsen 19abe79fd1 MDEV-7145: Delayed replication, intermediate commit. 9 years ago
Alexander Barkov 5058ced5df MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2 9 years ago
Hartmut Holzgraefe 3234fafebf MDEV-726 - CREATE and ALTER SERVER need to lowercase host name 9 years ago
Alexander Barkov 46dc7bdf1d MDEV-10866 Extend PREPARE and EXECUTE IMMEDIATE to understand expressions 9 years ago
Alexander Barkov e1a212ebbc MDEV-10585 EXECUTE IMMEDIATE statement 9 years ago
Alexander Barkov 4c45b820aa MDEV-10709 Expressions as parameters to Dynamic SQL 9 years ago
Monty 8be53a389c MDEV-6112 multiple triggers per table 9 years ago
Igor Babaev 3b314ec633 Fixed bug mdev-10933. 9 years ago