[MDEV-7812] ANALYZE FORMAT=JSON UPDATE/DELETE doesnt print the r_total_time_ms Created: 2015-03-21 Updated: 2015-03-29 Resolved: 2015-03-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | analyze-stmt, verified | ||
| Issue Links: |
|
||||||||
| Description |
|
Create test data (the below is not necessarily minimal):
Note that
Here is the SELECT for comparison:
|
| Comments |
| Comment by Elena Stepanova [ 2015-03-21 ] |
I suppose it should read "we can NOT have 0.5% selectivity"? |
| Comment by Sergei Petrunia [ 2015-03-23 ] |
|
Right, "we can NOT have 0.5% selectivity". |
| Comment by Sergei Petrunia [ 2015-03-25 ] |
|
This should be fixed in bb-10.1-explain-analyze (or, in the main branch if commit f42064a172e062e04243ed4e4c2113b93bfc9136 is merged into it) Problem#1:
Problem#2: Problem#3: r_filtered was not multiplied by 100 somewhere. These all need to be fixed |
| Comment by Oleksandr Byelkin [ 2015-03-26 ] |
|
revision-id: da36b92a122cb0e35ed75eff8869bc39dacf1583
Tracking total time added in UPDATE/DELETE |
| Comment by Sergei Petrunia [ 2015-03-26 ] |
|
Ok to push. |