1
0
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:
Sergey Glukhov
2008-12-17 17:23:21 +04:00
parent d566770bf5
commit aae00014e2
7 changed files with 174 additions and 12 deletions

View File

@ -28,7 +28,7 @@ Table Op Msg_type Msg_text
test.t1 check status OK
DROP TABLE t1;
drop table if exists t1;
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;