mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#24289 Status Variable "Questions" gets wrong values with Stored Routines(for 5.1)
This commit is contained in:
@ -38,7 +38,7 @@ DROP TABLE t1;
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
create table t1(f1 int, f2 varchar(255));
|
||||
create table t1(f1 int, f2 char(255));
|
||||
insert into t1 values(1, 'foo'), (2, 'bar');
|
||||
insert into t1 select * from t1;
|
||||
insert into t1 select * from t1;
|
||||
|
Reference in New Issue
Block a user