1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

SQL, Tests: temporal_current_timestamp for setting default AS OF timestamp [closes #117]

This commit is contained in:
kevg
2017-02-27 16:31:37 +03:00
committed by Aleksey Midenkov
parent fc7da4dd4f
commit b8bfc06b26
6 changed files with 98 additions and 0 deletions

View File

@ -175,6 +175,7 @@ extern char *opt_backup_history_logname, *opt_backup_progress_logname,
*opt_backup_settings_name;
extern const char *log_output_str;
extern const char *log_backup_output_str;
extern char *temporal_current_timestamp;
extern char *mysql_home_ptr, *pidfile_name_ptr;
extern MYSQL_PLUGIN_IMPORT char glob_hostname[FN_REFLEN];
extern char mysql_home[FN_REFLEN];