mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
A fix (bug #2335: Inconsistancy with handling of Years and NOW() function).
The test might fail if one runs it at 23:59:59 Dec 31
This commit is contained in:
@@ -600,6 +600,7 @@ public:
|
||||
longlong val_int(void);
|
||||
String *val_str(String*,String *);
|
||||
void sql_type(String &str) const;
|
||||
bool store_for_compare() { return 1; }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user