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.1-opt
into mysql.com:/misc/mysql/31990/51-31990 mysql-test/r/type_date.result: Auto merged mysql-test/t/cast.test: Auto merged mysql-test/t/type_date.test: Auto merged sql/field.cc: Auto merged sql/field.h: Auto merged sql/item_timefunc.cc: Auto merged
This commit is contained in:
commit
3a13408f85
4 changed files with 21 additions and 0 deletions
|
|
@ -5636,6 +5636,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 uchar *a_ptr, const uchar *b_ptr)
|
||||
{
|
||||
int32 a,b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue