mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 05:35:31 +02:00
Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into mysql.com:/misc/mysql/31990/50-31990 mysql-test/r/cast.result: Auto merged mysql-test/r/type_date.result: Auto merged mysql-test/t/cast.test: Auto merged sql/field.cc: Auto merged sql/field.h: Auto merged sql/item_timefunc.cc: Auto merged sql/item_timefunc.h: Auto merged mysql-test/t/type_date.test: manual merge
This commit is contained in:
commit
8ba2819f96
4 changed files with 21 additions and 0 deletions
|
|
@ -5195,6 +5195,13 @@ String *Field_date::val_str(String *val_buffer,
|
|||
}
|
||||
|
||||
|
||||
bool Field_date::get_time(MYSQL_TIME *ltime)
|
||||
{
|
||||
bzero((char *)ltime, sizeof(MYSQL_TIME));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int Field_date::cmp(const char *a_ptr, const char *b_ptr)
|
||||
{
|
||||
int32 a,b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue