mariadb/libmysql
unknown 0c58737ad6 A fix and test case for Bug#4231 "Wrong result with MYSQL_TIME
parameters": when unpacking binary time recieved from client, handle
the case when length is 0: it means all MYSQL_TIME members are zero.


include/my_time.h:
  Declaration for set_zero_time: a tiny piece of code, which I
  see no reason to not reuse.
libmysql/libmysql.c:
  set_zero_time implementation is now shared between client and
  server.
sql-common/my_time.c:
  set_zero_time implementation added.
sql/sql_prepare.cc:
  A fix for Bug#4231 "Wrong result with MYSQL_TIME parameters": 
  when unpacking binary time recieved from client, handle the
  case when length is 0: it means all MYSQL_TIME members are zero.
tests/client_test.c:
  Test case for bug#4231 "Wrong result with MYSQL_TIME parameters"
2004-09-02 20:16:01 +04:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
acinclude.m4 Import changeset 2000-07-31 21:29:14 +02:00
client_settings.h Fix for BUG#5038 "Cannot disable LOAD DATA LOCAL INFILE from client" 2004-08-17 17:33:21 +02:00
conf_to_src.c manually merged 2004-08-18 19:57:55 +02:00
dll.c manually merged 2004-08-18 19:57:55 +02:00
errmsg.c manually merged 2004-08-18 19:57:55 +02:00
get_password.c - rename: EXCEPTIONS->EXCEPTIONS-CLIENT 2004-08-05 17:05:11 +02:00
libmysql.c A fix and test case for Bug#4231 "Wrong result with MYSQL_TIME 2004-09-02 20:16:01 +04:00
libmysql.def - fixed tabbing and added several missing symbols (required for 2004-07-13 13:50:06 +02:00
Makefile.am manually merged 2004-08-18 19:57:55 +02:00
Makefile.shared manually merged 2004-08-18 19:57:55 +02:00
manager.c manually merged 2004-08-18 19:57:55 +02:00