• Alexander Barkov's avatar
    Adding the timezone plugin service, to convert between · 32bd0c7d
    Alexander Barkov authored
    MYSQL_TIME and my_time_t and back.
    
    Using the new service instead of direct access to thd.
    
    added:
      include/mysql/service_thd_timezone.h
      libservices/thd_timezone_service.c
    modified:
      include/my_time.h
      include/mysql.h.pp
      include/mysql/plugin.h
      include/mysql/plugin_audit.h.pp
      include/mysql/plugin_auth.h.pp
      include/mysql/plugin_ftparser.h.pp
      include/mysql/services.h
      include/mysql_time.h
      include/service_versions.h
      libservices/CMakeLists.txt
      sql/sql_class.cc
      sql/sql_plugin_services.h
      storage/connect/value.cpp
    32bd0c7d
service_thd_timezone.h 2.25 KB