xufei
xufei
`Type not supported by Cura` means some types that are not supported by Cura, for example, `Decimal` is not supported by Cura now.
It is the same as #51109, cast(float as char) get wrong result in TiKV. The case can be simplified to ``` mysql> desc aaa; +-------+-------+------+------+---------+-------+ | Field | Type |...
Can we lower the severity to major @jebter
Hi @wjhuang2016 I can not reproduce this bug in latest nightly version( 134d2bfbe0002b24177155873038188d4544e538), can you provide more information about this bug? For example, the query plan when for the panic...
I can reproduce it after analyze, thanks.
It should be a bug in encoding, the index `idx_7` contains 3 columns(col_10, col_6, col_9), but looks like if length(col_9) == 0, the decode result of the key contains only...
Have some debugs, the correct result should be ``` +------+------+ | pkey | c6 | +------+------+ | 1 | NULL | +------+------+ ``` However, for the first sql, the plan...
cc @chrysan @fixdb
@winoros we don't get false positive result for `(((ref_0.c6 is null) and false) and null) xor (true or ('111' >= the subquery col)))`. First of all, we have a bug...
> > @winoros we don't get false positive result for `(((ref_0.c6 is null) and false) and null) xor (true or ('111' >= the subquery col)))`. First of all, we have...