diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2013-05-27 12:38:15 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2013-05-27 12:38:15 +0400 |
commit | d9f90dc0ccef2fca12a1aa5ad41118b8ddf13bf7 (patch) | |
tree | 0bf065c1d6f59e99c5e8f405637b224536112315 /include/mysql | |
parent | 73d62e2cb158811157b66b82501d42ef3dda0613 (diff) | |
download | mariadb-git-d9f90dc0ccef2fca12a1aa5ad41118b8ddf13bf7.tar.gz |
Fixing ABI template, to take into account the latest change in
the thd_time_zone_service.
modified:
include/mysql/plugin_audit.h.pp
Diffstat (limited to 'include/mysql')
-rw-r--r-- | include/mysql/plugin_audit.h.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/plugin_audit.h.pp b/include/mysql/plugin_audit.h.pp index 8592eb9f852..8648bd6383d 100644 --- a/include/mysql/plugin_audit.h.pp +++ b/include/mysql/plugin_audit.h.pp @@ -105,7 +105,7 @@ extern struct thd_timezone_service_st { my_time_t (*thd_TIME_to_gmt_sec)(void* thd, const MYSQL_TIME *ltime, unsigned int *errcode); void (*thd_gmt_sec_to_TIME)(void* thd, MYSQL_TIME *ltime, my_time_t t); } *thd_timezone_service; -my_time_t thd_TIME_to_gmt_sec(void* thd, const MYSQL_TIME *ltime, uint *errcode); +my_time_t thd_TIME_to_gmt_sec(void* thd, const MYSQL_TIME *ltime, unsigned int *errcode); void thd_gmt_sec_to_TIME(void* thd, MYSQL_TIME *ltime, my_time_t t); struct st_mysql_xid { long formatID; |