[MDEV-3724] LP:800184 - Use_count: Wrong count for key error in maria-5.3 Created: 2011-06-21 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Igor Babaev |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Not repeatable in maria-5.2, mysql-5.1, mysql-5.5. See also mysql bug #58731. It is best that all such errors are assertions in debug mode. In the error log: 110621 16:06:04 [Note] Use_count: Wrong count for key at 0x1cdd37f0, 0 should be 1 test case: CREATE TABLE t1 ( f1 int NOT NULL , f2 int, f3 int, KEY (f3,f2), PRIMARY KEY (f1)) ; SELECT * explain: id select_type table type possible_keys key key_len ref rows Extra bzr version-info: optimizer_switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=off,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=on,mrr_cost_based=off,mrr_sort_keys=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on |
| Comments |
| Comment by Timour Katchaounov (Inactive) [ 2011-06-21 ] |
|
Re: Use_count: Wrong count for key error in maria-5.3 CREATE TABLE t1 ( f1 int NOT NULL , f2 int, f3 int, KEY (f3,f2), PRIMARY KEY (f1)) ; SELECT * FROM t1, t2 |
| Comment by Timour Katchaounov (Inactive) [ 2011-06-21 ] |
|
Re: Use_count: Wrong count for key error in maria-5.3 CREATE TABLE t1 ( f1 int NOT NULL , f2 int, f3 int, KEY (f3,f2), PRIMARY KEY (f1)) ; SELECT * FROM t1 WHERE (t1.f1 > 238 OR t1.f2 NOT BETWEEN 238 AND 238 ) AND t1.f3 != 'y' AND t1.f2 BETWEEN 238 AND 238 AND ( t1.f3 = 'u' OR t1.f1 = 245 ); |
| Comment by Timour Katchaounov (Inactive) [ 2011-06-21 ] |
|
Re: Use_count: Wrong count for key error in maria-5.3 revno: 2643.116.1 |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 800184 |