mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
post-review changes 1
include/my_time.h: remove duplicate defines. cast to ulonglong to avoid overflow sql/field.cc: perform sign extension when reading packed TIME values sql/item_cmpfunc.cc: when converting a string to a date for the purpose of comparing it with another date, we should ignore strict sql mode. sql/item_timefunc.cc: better error message sql/item_timefunc.h: limit decimals appropriately sql/share/errmsg.txt: don't refer to an object as a "column" in error messages that are used not only for columns.
This commit is contained in:
@@ -89,6 +89,7 @@ select * from v1;
|
||||
show columns from v1;
|
||||
create table t2 select * from v1;
|
||||
show create table t2;
|
||||
select * from t2;
|
||||
|
||||
drop view v1;
|
||||
drop table t1, t2;
|
||||
|
Reference in New Issue
Block a user