diff options
author | konstantin@mysql.com <> | 2004-06-24 19:08:36 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-06-24 19:08:36 +0400 |
commit | a30fcdc690955b883376fe56c099c97c944ab7c8 (patch) | |
tree | 51efbaacdacd9dad5c2745e3ccb58a3614f4f608 /sql-common | |
parent | 3bcbdcb4061bbdf264c8b7d2ddd0cb7fb47fb8b4 (diff) | |
download | mariadb-git-a30fcdc690955b883376fe56c099c97c944ab7c8.tar.gz |
Fix for Bug#4030 "Client side conversion string -> date type doesn't
work (prepared statements)" and after-review fixes:
- str_to_TIME renamed to str_to_datetime to pair with str_to_time
- functions str_to_time and str_to_TIME moved to sql-common
- send_data_str now supports MYSQL_TYPE_TIME, MYSQL_TIME_DATE,
MYSQL_TIME_DATETIME types of user input buffers.
- few more comments in the client library
- a test case added.
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-common/Makefile.am b/sql-common/Makefile.am index 1f397c0ea87..6bd42d70e4f 100644 --- a/sql-common/Makefile.am +++ b/sql-common/Makefile.am @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## Process this file with automake to create Makefile.in -EXTRA_DIST = client.c pack.c +EXTRA_DIST = client.c pack.c my_time.c # Don't update the files from bitkeeper %::SCCS/s.% |