mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@@ -538,7 +538,7 @@ a b
|
||||
insert into t2 values(1);
|
||||
select a,b from t2;
|
||||
a b
|
||||
12 1
|
||||
NULL 1
|
||||
drop table t1,t2;
|
||||
create table t1 (a int invisible, b int, c int);
|
||||
create table t2 (a int, b int, d int);
|
||||
|
Reference in New Issue
Block a user