diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2016-09-30 13:15:08 +0000 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2017-05-05 20:36:10 +0300 |
commit | 53a892fcfd5aa1551f0284767186632b9560d838 (patch) | |
tree | 13d1a9b472517e40228b9c1263c1caea7eac832e /sql/tztime.h | |
parent | f13bf7178d9d924634762d0bb52d658e5d341451 (diff) | |
download | mariadb-git-53a892fcfd5aa1551f0284767186632b9560d838.tar.gz |
IB: 0.2 part IV
* BEGIN_TS(), COMMIT_TS() SQL functions;
* VTQ instead of packed stores secs + usecs like my_timestamp_to_binary() does;
* versioned SELECT to IB is translated with COMMIT_TS();
* SQL fixes:
- FOR_SYSTEM_TIME_UNSPECIFIED condition compares to TIMESTAMP_MAX_VALUE;
- segfault fix #36: multiple execute of prepared stmt;
- different tables to same stored procedure fix (#39)
* Fixes of previous parts: ON DUPLICATE KEY, other misc fixes.
Diffstat (limited to 'sql/tztime.h')
-rw-r--r-- | sql/tztime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/tztime.h b/sql/tztime.h index eb7d85c48b2..d3f19fa2fd3 100644 --- a/sql/tztime.h +++ b/sql/tztime.h @@ -89,6 +89,7 @@ extern my_time_t sec_since_epoch_TIME(MYSQL_TIME *t); static const int MY_TZ_TABLES_COUNT= 4; +extern Time_zone* thd_get_timezone(THD* thd); #endif /* !defined(TESTTIME) && !defined(TZINFO2SQL) */ #endif /* TZTIME_INCLUDED */ |