ramanich1
ramanich1
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql set @str1 = 100; select count(*) from ( select @str1:=200) a;...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```sql drop table if exists t1; CREATE TABLE t1(a TINYINT SIGNED,b TINYINT...
Tester is not failing when error message is expected and following command is not resulting error.
build.sh changes to support gbk
Row_count() is displayed as 0 Sample code : --disable_warnings drop table if exists t1; --enable_warnings create table t1 (id int primary key, data int); insert into t1 values (1, 1),...
Warning should be tracked in result file.