633 Commits (3b0c7ac1f9d64afc933ce0354037c709366b7dff)

Author SHA1 Message Date
Otto Kekäläinen 1777fd5f55 Fix spelling: occurred, execute, which etc 10 years ago
Oleksandr Byelkin 6c414fcf89 MDEV-5542: GROUP_CONCAT truncate output to 65.536 chars when using DISTINCT or ORDER BY 10 years ago
Vicențiu Ciorbaru 3c5c04bd2b MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init 10 years ago
Sergei Golubchik 8dff1aa5dc bug: move one_storage_engine checking loop 10 years ago
Sergei Golubchik c93ac0a1c6 cleanups and simplifications 10 years ago
Sergei Golubchik 7ca8b4bbfa move internal API out from group_by_handler 10 years ago
Sergei Golubchik e8daa41885 typos in comments, minor stylistic edits 10 years ago
Monty cf50e13fbd MDEV-6080: Allowing storage engine to shortcut group by queries 10 years ago
Monty 1bae0d9e56 Stage 2 of MDEV-6152: 10 years ago
Sergey Vojtovich 31e365efae MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) 10 years ago
Sergei Petrunia 9b475ee3c1 MDEV-8289: Semijoin inflates number of rows in query result 10 years ago
Monty 7332af49e4 - Renaming variables so that they don't shadow others (After this patch one can compile with -Wshadow and get much fewer warnings) 10 years ago
Monty 86377d078e Fixes done while working on MDEV-4119: 10 years ago
Monty 2e941fe9fc Fixed crashing bug when using ONLY_FULL_GROUP_BY in a stored procedure/trigger that is repeatedly executed. 10 years ago
Sergey Vojtovich 45f41b52e8 MDEV-8199 - first_breadth_first_tab() takes 0.07% in OLTP RO 11 years ago
Alexander Barkov 632f2307f7 MDEV-7950 Item_func::type() takes 0.26% in OLTP RO 11 years ago
Sergey Vojtovich 4d1ccc4289 MDEV-7951 - sql_alloc() takes 0.25% in OLTP RO 11 years ago
Sergei Petrunia 4938b82263 MDEV-7836: ANALYZE FORMAT=JSON should provide info about GROUP/ORDER BY 11 years ago
Sergei Petrunia 2af935c8ec MDEV-7899: 10.1 is 3% slower than 10.0 in OLTP RO 11 years ago
Oleksandr Byelkin a220905083 MDEV-7833:ANALYZE FORMAT=JSON and Range checked for each record 11 years ago
Sergei Petrunia 9b8f86f895 Better comments 11 years ago
Sergei Petrunia c020d362b6 MDEV-7474: Semi-Join's DuplicateWeedout strategy skipped ... 11 years ago
Sergey Vojtovich 18e9c314e4 MDEV-6650 - LINT_INIT emits code in non-debug builds 11 years ago
Sergei Petrunia 1626e0d3d4 MDEV-7648: Extra data in ANALYZE FORMAT=JSON $stmt 11 years ago
Vicențiu Ciorbaru ec4ff9a2e7 MDEV-7586: Merged derived tables/VIEWs increment created_tmp_tables 11 years ago
Monty fb7a504ee1 Pushed files missing in last commit 11 years ago
Jan Lindström c5ae630582 Merge Google encryption 11 years ago
Sergei Golubchik 47c844f236 MDEV-7219 SQL_CALC_FOUND_ROWS yields wrong result 11 years ago
Sergey Vojtovich 8fb2c80fdb Fixed valgrind warnings in delete_dynamic(). 11 years ago
Monty 78564373fe my_alloc.c 11 years ago
Sergei Petrunia 0b5d989c89 EXPLAIN FORMAT=JSON: Add support for non-merged semi-joins 11 years ago
Sergei Petrunia d5fbfb9a93 EXPLAIN FORMAT=JSON: Add support for single-table UPDATE/DELETE. 11 years ago
Sergei Petrunia 305dd8e5fb Better comments 11 years ago
Igor Babaev 3c4bb0e872 MDEV-334: Backport of UNION ALL optimization from mysql-5.7. 11 years ago
Sergey Petrunya 6b353dd1de MDEV-6289 : Unexpected results when querying information_schema 11 years ago
Sergei Petrunia 68bf3c5052 Code cleanup 11 years ago
Sergei Petrunia 7711999d8b MDEV-406: ANALYZE $stmt: add support for BNL join buffering 11 years ago
Sergei Petrunia c08de06246 MDEV-406: ANALYZE $stmt: get ANALYZE work for subqueries 11 years ago
Sergei Golubchik 2510f9c606 cleanup: remove special case from store_key::store_key(), add Field_blob::new_key_field 12 years ago
Sergei Golubchik fde6ee61bb revert the fix for MDEV-5898, restore the fix for MDEV-5549. 12 years ago
Sergei Petrunia 5621aa3230 MDEV-406: ANALYZE $stmt 12 years ago
Sergei Petrunia 5cfd3270ec MDEV-6109: EXPLAIN JSON 12 years ago
Sergei Petrunia eaba1ba4a5 Re-commit in git: 12 years ago
Sergei Golubchik 9418bd9c21 MDEV-5898 FOUND_ROWS() return incorrect value when using DISTINCT 12 years ago
Igor Babaev 06ef0bdad2 Fixed bug mdev-5191. 12 years ago
Sergey Vojtovich d12c7adf71 MDEV-5314 - Compiling fails on OSX using clang 12 years ago
Sergey Petrunya 8c9b2f3429 MDEV-5581: Server crashes in in JOIN::prepare on 2nd execution of PS with materialization+semijoin 12 years ago
Sergei Golubchik ba26b71d31 MDEV-5549 Wrong row counter in found_rows() result 12 years ago
timour@askmonty.org 883af99e7d MDEV-5104 crash in Item_field::used_tables with broken order by 12 years ago
timour@askmonty.org afed809297 MDEV-5123 Remove duplicated conditions pushed both to join_tab->select_cond and join_tab->cache_select->cond for blocked joins. 12 years ago