-
Georgi Kodinov authored
RETURN RESULT When converting MYSQL_TYPE_DATE parameter values to integer they were treated as a MYSQL_TYPE_DATETIME and thus converted to a much higher number than they should have been. Fixed by distinguishing between MYSQL_TYPE_DATE and MYSQL_TYPE_DATETIME. C API and mysqltest test cases added.
Georgi Kodinov authoredRETURN RESULT When converting MYSQL_TYPE_DATE parameter values to integer they were treated as a MYSQL_TYPE_DATETIME and thus converted to a much higher number than they should have been. Fixed by distinguishing between MYSQL_TYPE_DATE and MYSQL_TYPE_DATETIME. C API and mysqltest test cases added.
Loading