summaryrefslogtreecommitdiff
path: root/sql/protocol.cc
diff options
context:
space:
mode:
authorgluh@gluh.mysql.r18.ru <>2003-07-08 15:06:05 +0500
committergluh@gluh.mysql.r18.ru <>2003-07-08 15:06:05 +0500
commit5709ed20ab031e1ed2366e9c210d2da01c60cf14 (patch)
treea979e1c2c78c95f85202f78b6dd431c7f083b46b /sql/protocol.cc
parente6eef74812dcb16293aa91f6cb6f2509fd421f86 (diff)
downloadmariadb-git-5709ed20ab031e1ed2366e9c210d2da01c60cf14.tar.gz
SAPDB date/time finctions
Diffstat (limited to 'sql/protocol.cc')
-rw-r--r--sql/protocol.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/protocol.cc b/sql/protocol.cc
index 3d214e6f86d..1b9256c7723 100644
--- a/sql/protocol.cc
+++ b/sql/protocol.cc
@@ -823,6 +823,13 @@ bool Protocol_simple::store(Field *field)
}
+/*
+ TODO:
+ Second_part format ("%06") needs to change when
+ we support 0-6 decimals for time.
+*/
+
+
bool Protocol_simple::store(TIME *tm)
{
#ifndef DEBUG_OFF
@@ -863,6 +870,12 @@ bool Protocol_simple::store_date(TIME *tm)
}
+/*
+ TODO:
+ Second_part format ("%06") needs to change when
+ we support 0-6 decimals for time.
+*/
+
bool Protocol_simple::store_time(TIME *tm)
{
#ifndef DEBUG_OFF