1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix wrong memory allocation in SHOW OPEN TABLES

This commit is contained in:
monty@hundin.mysql.fi
2001-11-08 00:43:27 +02:00
parent 55180ca1b3
commit 29c527cf8d
4 changed files with 12 additions and 5 deletions

View File

@ -818,6 +818,12 @@ a
1
2
4
alter table t1 add b int;
select * from t1;
a b
1 NULL
2 NULL
4 NULL
drop table t1;
create table t1
(