midenok / mariadb

MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
GNU General Public License v2.0
0 stars 0 forks source link

Add timezone modifier to timestamp literal #40

Open midenok opened 6 years ago

midenok commented 6 years ago

Related issue MDEV-16026: Global system_versioning_asof must not be used if client sessions can have non-default time zone

set session system_versioning_asof= @@global.system_versioning_asof;

nikitamalyavin [14:09] ну оно работать будет не так, как ожидается. но это, наверное, и не исправить простыми путями

потому что присвоится не значение в unix time, а как раз timestamp (edited) можно порекомендоваать в документации написать, что правильно такое делать через convert_tz так и сделаю