826 Commits (1356b77011df38af9b3c31a4fe57647aa281de8a)

Author SHA1 Message Date
Monty 1356b77011 Simple optimization: Remove JOIN::set_group_rpa as it is not needed 4 years ago
Monty f887fb1243 Added 'records_out' and join_type to POSITION 4 years ago
Monty 3f3c51ec3e Update row and key fetch cost models to take into account data copy costs 4 years ago
Monty 38058c04a4 MDEV-26585 Wrong query results when `using index for group-by` 4 years ago
Igor Babaev 0041265671 MDEV-27510 Query returns wrong result when using split optimization 4 years ago
Monty cc125bebfe Fix all warnings given by UBSAN 5 years ago
Monty db9398ba5e Improved code comment and removed nop test 5 years ago
Monty 08bc062e3c Remove some usage of Check_level_instant_set and Sql_mode_save 5 years ago
Monty be093c81a7 MDEV-24089 support oracle syntax: rownum 5 years ago
Monty 30f0a246a0 Added override to all releveant methods in Item (and a few other classes) 5 years ago
Michael Widenius 3105c9e7a5 Change bitfields in Item to an uint16 5 years ago
Sergei Petrunia 2820f30dde MDEV-23723: Crash when test_if_skip_sort_order() is checked for derived ... 5 years ago
Vicențiu Ciorbaru 299b935320 MDEV-23908: Implement SELECT ... OFFSET ... FETCH ... 5 years ago
Alexey Botchkov e9fd327ee3 MDEV-17399 Add support for JSON_TABLE. 5 years ago
Monty 031f11717d Fix all warnings given by UBSAN 5 years ago
Nikita Malyavin 21809f9a45 MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 5 years ago
Nikita Malyavin e25623e78a MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 5 years ago
Sergei Golubchik 00f54b56b1 cleanup: RAII helper for changing thd->count_cuted_rows 5 years ago
Alexander Barkov 080522dcd7 MDEV-23825 Join select_handler and Pushdown_select + XPand changes 5 years ago
Varun Gupta 1e31d74833 MDEV-17066: Bytes lost or Assertion `status_var.local_memory_used == 0 after DELETE with subquery with ROLLUP 5 years ago
Varun Gupta 7148b84673 MDEV-13694: Wrong result upon GROUP BY with orderby_uses_equalities=on 5 years ago
Varun Gupta 648b54746c MDEV-22399: Remove multiple calls to enable and disable Handler::keyread and perform it after the plan refinement phase is done 5 years ago
Varun Gupta 4a6b28c7b9 MDEV-22461: JOIN::make_aggr_tables_info(): Assertion `select_options & (1ULL << 17)' failed. 6 years ago
Eugene Kosov fb74de9728 MDEV-22006 runtime error: null pointer passed as argument 2, which is declared to never be null in JOIN::copy_ref_ptr_array() 6 years ago
Sergei Golubchik 0d837e8153 perfschema table io instrumentation related changes 6 years ago
Sergei Golubchik 7c58e97bf6 perfschema memory related instrumentation changes 6 years ago
Sergei Golubchik 2ac3121af2 perfschema - various collateral cleanups and small changes 6 years ago
Varun Gupta 891609b571 MDEV-21318: Wrong results with window functions and implicit grouping 6 years ago
Sergei Golubchik a4a025f5d1 cleanup: don't pass wild_num to setup_wild() 6 years ago
Sergei Petrunia c8dc866fde MDEV-20371: Invalid reads at plan refinement stage: join->positions... 6 years ago
Igor Babaev 9380850d87 MDEV-15777 Use inferred IS NOT NULL predicates in the range optimizer 6 years ago
Aleksey Midenkov 6dd3f24090 MDEV-19740 Debug build of 10.3.15 FTBFS 6 years ago
Alexander Barkov afe6eb499d Revert "MDEV-20342 Turn Field::flags from a member to a method" 6 years ago
Alexander Barkov e86010f909 MDEV-20342 Turn Field::flags from a member to a method 6 years ago
Alexander Barkov ac93d7d674 MDEV-19593 Split create_schema_table() into virtual methods in Type_handler 7 years ago
Vicențiu Ciorbaru 5543b75550 Update FSF Address 7 years ago
Galina Shalygina ae15f91f22 MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_int 7 years ago
Sergei Golubchik f1134d5676 post-merge: gcc 8 warnings 7 years ago
Sergei Golubchik 3d2d060b62 fix gcc 8 compiler warnings 7 years ago
Igor Babaev 8f4de38f65 MDEV-18467 Server crashes in fix_semijoin_strategies_for_picked_join_order 7 years ago
Galina Shalygina 7a77b221f1 MDEV-7486: Condition pushdown from HAVING into WHERE 7 years ago
Igor Babaev 16327fc2e7 MDEV-17096 Pushdown of simple derived tables to storage engines 7 years ago
Igor Babaev 658128af43 MDEV-16188 Use in-memory PK filters built from range index scans 7 years ago
Sergei Petrunia 3b6d903852 MDEV-17493: Partition pruning doesn't work for nested outer joins 7 years ago
Galina Shalygina 8d5a11122c MDEV-16188: Use in-memory PK filters built from range index scans 7 years ago
Alexander Barkov 637af78383 MDEV-16309 Split ::create_tmp_field() into virtual methods in Item 8 years ago
Sergei Golubchik 28dbdf3d79 MDEV-14551 Can't find record in table on multi-table update with ORDER BY 8 years ago
Sergei Golubchik e17e798599 cleanup: simplify multi-update's juggling with positions 8 years ago
Sergei Golubchik c368878fac cleanup: comments and whitespaces 8 years ago
Galina Shalygina d3ff133390 MDEV-12387 Push conditions into materialized subqueries 8 years ago