mariadb/libmysqld
dlenev@brandersnatch.localdomain 09ba29e539 WL#1264 "Per-thread time zone support infrastructure".
Added basic per-thread time zone functionality (based on public
domain elsie-code). Now user can select current time zone
(from the list of time zones described in system tables).
All NOW-like functions honor this time zone, values of TIMESTAMP
type are interpreted as values in this time zone, so now
our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH
LOCAL TIME ZONE (or proper PostgresSQL type).
  
WL#1266 "CONVERT_TZ() - basic time with time zone conversion 
function".
  
Fixed problems described in Bug #2336 (Different number of warnings 
when inserting bad datetime as string or as number). This required
reworking of datetime realted warning hadling (they now generated 
at Field object level not in conversion functions).
  
Optimization: Now Field class descendants use table->in_use member
instead of current_thd macro.
2004-06-18 10:11:31 +04:00
..
examples CXX linker specified for client_test with libmysqld 2004-05-14 21:00:29 +05:00
copyright Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
emb_qcache.cc Removing VC++ compiler warnings 2004-05-10 22:25:51 -03:00
emb_qcache.h SCRUM 2003-12-01 17:19:10 +04:00
embedded_priv.h Proposed fix for #3744 (embedded server, wrong error message if database is 2004-05-17 12:05:57 +05:00
lib_sql.cc WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
libmysqld.c After merge fixes 2004-05-27 02:50:42 +03:00
libmysqld.def Update version number 2004-06-01 22:29:46 +03:00
Makefile.am WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00