From 293d7c8313ba8faa41f39d06617a542e337d8883 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 25 Oct 2000 14:11:27 -0400 Subject: [PATCH] manual.texi Add new TZ-capable date type to TODO list Docs/manual.texi: Add new TZ-capable date type to TODO list BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- BitKeeper/etc/logging_ok | 1 + Docs/manual.texi | 3 +++ 2 files changed, 4 insertions(+) diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index a0e2c737434..fd6e2466e56 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -3,3 +3,4 @@ mwagner@evoq.home.mwagner.org paul@central.snake.net sasha@mysql.sashanet.com serg@serg.mysql.com +tim@threads.polyesthetic.msg diff --git a/Docs/manual.texi b/Docs/manual.texi index 0b5cc0c23a7..16b5458afc2 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -42622,6 +42622,9 @@ can gracefully recover if the index file gets full. If you perform an @code{ALTER TABLE} on a table that is symlinked to another disk, create temporary tables on this disk. @item +Implement a date/datetime type that handles time zone information properly, +so that dealing with dates in different time zones is easier. +@item FreeBSD and MIT-pthreads; Do sleeping threads take CPU? @item Check if locked threads take any CPU.