[MDEV-710] LP:903169 - Created_tmp_tables is incremented with derived_merge=ON Created: 2011-12-12 Updated: 2015-02-18 Resolved: 2015-02-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 5.3.12, 5.5.36, 10.0.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Sergei Petrunia | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Created_tmp_tables is incremented even when derived_merge=ON, when temp.tables should not be created.
|
| Comments |
| Comment by Sergei Petrunia [ 2011-12-12 ] |
|
Re: Created_tmp_tables is incremented with derived_merge=ON |
| Comment by Sergei Petrunia [ 2011-12-12 ] |
|
Re: Created_tmp_tables is incremented with derived_merge=ON When derived_merge=ON, we still get calls like this: create_tmp_table (thd=0x9ed6fa8, param=0x9f3d6a0, fields=..., group=0x0, distinct=false, save_sum_fields=true, select_options=2416204288, rows_limit=18446744073709551615, table_alias=0x9f3d1d0 "T", do_not_open=true) note that do_not_open==TRUE. I think such calls should not be counted. |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-21 ] |
|
Launchpad bug id: 903169 |
| Comment by Sergei Petrunia [ 2015-02-18 ] |
|
Closing as duplicate of |