mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
post review changes 2
sql/event_parse_data.cc: don't use "not_used" variable sql/item_timefunc.cc: Item_temporal_func::fix_length_and_dec() and other changes sql/item_timefunc.h: introducing Item_timefunc::fix_length_and_dec() sql/share/errmsg.txt: don't say "column X" in the error message that used not only for columns
This commit is contained in:
@ -27,6 +27,9 @@ show create table t1;
|
||||
--query_vertical select * from t1
|
||||
drop table t1;
|
||||
|
||||
select sec_to_time(3020399.99999), sec_to_time(3020399.999999), sec_to_time(3020399.9999999);
|
||||
select sec_to_time(-3020399.99999), sec_to_time(-3020399.999999), sec_to_time(-3020399.9999999);
|
||||
select 20010101000203.000000004 + interval 1 day;
|
||||
#
|
||||
# precision of expressions
|
||||
#
|
||||
|
Reference in New Issue
Block a user