3513 Commits (d2f84ab978c596fcaa96e0d53282b57f6225e50f)

Author SHA1 Message Date
Sergei Golubchik d2f84ab978 MDEV-10352 Server crashes in Field::set_default on CREATE TABLE 9 years ago
Sergei Golubchik cf00393378 Race condition in DEFAULT() with expressions 9 years ago
Sergei Golubchik cd4dd2b62d MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4) 9 years ago
Alexander Barkov ae91690d89 MDEV-11780 Crash with PREPARE + SP out parameter + literal 9 years ago
Alexander Barkov 45e40892c5 MDEV-11134 Assertion `fixed' failed in Item::const_charset_converter(THD*, CHARSET_INFO*, bool, const char*) 9 years ago
Vicențiu Ciorbaru 1e192e901c Post merge review fixes 9 years ago
Alexander Barkov ebb8c9fb26 MDEV-11030 Assertion `precision > 0' failed in decimal_bin_size 9 years ago
Alexander Barkov 5e051bfa15 MDEV-10386 Assertion `fixed == 1' failed in virtual String* Item_func_conv_charset::val_str(String*) 9 years ago
Igor Babaev 9b27d3e86e Fixed bug mdev-11608. 9 years ago
Sergei Petrunia 268bb69bea MDEV-7691: Assertion `outer_context || !*from_field || *from_field == not_found_field' ... 9 years ago
Igor Babaev 441fa0056d Fixed bug mdev-11488. 9 years ago
Sergei Golubchik 180065ebb0 Item::print(): remove redundant parentheses 9 years ago
Sergei Golubchik 2a0f7a34d6 bugfix: non-deterministic vcols in partitioning 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 a418c99200 gcol mysql-test suite from 5.7 9 years ago
Sergei Golubchik c2b2cb8acd TABLE::update_virtual_field to compute just one vcol 9 years ago
Sergei Golubchik a632df9de0 improve Item_field::register_field_in_read_map() 9 years ago
Oleksandr Byelkin d67ef7a2fb MDEV-10663: Use of Inline table columns in HAVING clause throws 1463 Error 9 years ago
Alexander Barkov 46dee0d184 MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol*, String*) 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
Oleksandr Byelkin e2d6912609 MDEV-9114: Bulk operations (Array binding) 10 years ago
Alexey Botchkov 201c1e0f29 MDEV-9143 JSON_xxx functions. 9 years ago
Alexander Barkov 4c45b820aa MDEV-10709 Expressions as parameters to Dynamic SQL 9 years ago
Alexander Barkov 8ea2e143f0 MDEV-10772 Introduce Item_param::CONVERSION_INFO 9 years ago
Monty 7b96416f3c Use sql_mode_t for sql_mode. 9 years ago
Monty 8be53a389c MDEV-6112 multiple triggers per table 9 years ago
Vicențiu Ciorbaru 5cb568786a MDEV-10669: Crash in SELECT with window function used 9 years ago
Vicențiu Ciorbaru 2857ff3c98 MDEV-10815: Window Function Expressions Wrong Results 9 years ago
Igor Babaev 3630a00e25 Fixed bug mdev-10782. 9 years ago
Oleksandr Byelkin 9810d5ea13 Helper function for debugging. 9 years ago
Igor Babaev dc9b0924d1 More cleanup. 9 years ago
Alexander Barkov e4f6fd5e12 MDEV-10743 LDML: a new syntax to reuse sort order from another 8bit simple collation 9 years ago
Igor Babaev de02bfd373 The code that pushed conditions into derived did not 9 years ago
Igor Babaev 3b40f78ede Fixed a flaw in the implementation of condition push-down 9 years ago
Oleksandr Byelkin b9631e310b MDEV-8833 Crash of server on prepared statement with conversion to semi-join 10 years ago
Igor Babaev 4de75afb45 Fixed the previous merge to be able to build mysqld. 9 years ago
Oleksandr Byelkin a322651b8a MDEV-10017: Get unexpected `Empty Set` for correlated subquery with aggregate functions 9 years ago
Sergei Golubchik 7450cb7f69 re-fix vcols on demand, not always for every SELECT 9 years ago
Sergei Golubchik cd51c7fb60 move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD code 9 years ago
Sergei Golubchik 12d2c4fcd0 optimize constant default expressions 9 years ago
Galina Shalygina eb2c147475 The consolidated patch for mdev-9197. 10 years ago
Sreeharsha Ramanavarapu ac460e584d Bug #23280699: MYSQLD GOT SIGNAL 11 IN IS_NULL ON SELECT 9 years ago
Alexander Barkov 59ec3973aa Removing duplicate code in double-to-longlong conversion. 9 years ago
Sergei Golubchik 3687edeec9 clarify the order of evaluation for INSERT 10 years ago
Sergei Golubchik f93a2a3b3b various cleanups 10 years ago
Sergei Golubchik 0a056c9b53 better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWED 10 years ago
Sergei Golubchik ed77ee1aab cleanup: change Item::walk() to take void* not uchar* 10 years ago
Sergei Golubchik e8bdb73ade function DEFAULT(x) now works for expression defaults 10 years ago