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:
@ -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
|
||||
(
|
||||
|
Reference in New Issue
Block a user