Details
-
Bug
-
Status: In Testing (View Workflow)
-
Critical
-
Resolution: Unresolved
-
N/A
-
None
Description
create table t (a blob); |
insert into t values (0),(0); |
|
|
select @x := a, count(*) from t group by 1; |
|
|
drop table t; |
|
bb-blob-monty d2622dfc6f12a4238e073cc89d3928a0ddf29792 |
create table t (a blob); |
insert into t values (0),(0); |
select @x := a, count(*) from t group by 1; |
bug.496-94a [ fail ]
|
Test ended at 2026-05-23 00:29:49 |
|
|
CURRENT_TEST: bug.496-94a
|
mysqltest: At line 4: query 'select @x := a, count(*) from t group by 1' failed: ER_DUP_ENTRY (1062): Duplicate entry '0' for key 'group_key' |
Attachments
Issue Links
- is caused by
-
MDEV-38975 BLOBs in MEMORY (HEAP)
-
- In Testing
-
- relates to
-
MDEV-39724 Server crashes in hp_is_single_rec upon query with group by and variable assignment
-
- In Testing
-