mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Write information about restart in .result
Idea comes from MySQL which does something similar
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
alter table mysql.time_zone_name engine=InnoDB;
|
||||
create table envois3 (starttime datetime) engine=InnoDB;
|
||||
insert envois3 values ('2008-08-11 22:43:00');
|
||||
# restart
|
||||
select convert_tz(starttime,'UTC','Europe/Moscow') starttime from envois3;
|
||||
starttime
|
||||
2008-08-12 02:43:00
|
||||
|
Reference in New Issue
Block a user