Fix a bug of omitting to set res type length for lob exprs

This commit is contained in:
obdev
2023-04-13 08:40:19 +00:00
committed by ob-robot
parent 475b0fa975
commit 3926fdba2f
8 changed files with 37 additions and 4 deletions

View File

@ -8,7 +8,7 @@ set @@session.explicit_defaults_for_timestamp=off;
connect (obsys,$OBMYSQL_MS0,admin,$OBMYSQL_PWD,test,$OBMYSQL_PORT);
connection obsys;
use information_schema;
select * from views order by table_name desc;
select * from views where table_schema = 'mysql' order by table_name desc ;
select table_schema, table_name from views order by table_name desc;
--source mysql_test/include/show_create_table_old_version_replica2.inc
show create view views;