ramanich1

Results 7 issues of 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;...

type/bug
sig/planner
severity/moderate
affects-5.4
affects-6.0
affects-6.1
affects-6.2
affects-6.3

## 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...

type/bug
sig/planner
severity/major
affects-5.3
affects-5.4
affects-6.0
affects-6.1
affects-6.2
affects-6.3

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.