mirror of
https://github.com/MariaDB/server.git
synced 2025-09-13 13:47:59 +03:00
merge with mysql-5.5.21
This commit is contained in:
@@ -419,6 +419,7 @@ public:
|
||||
decimals= args[0]->decimals;
|
||||
set_if_smaller(decimals, TIME_SECOND_PART_DIGITS);
|
||||
max_length=17 + (decimals ? decimals + 1 : 0);
|
||||
maybe_null= 1;
|
||||
}
|
||||
void find_num_type() { hybrid_type= decimals ? DECIMAL_RESULT : INT_RESULT; }
|
||||
double real_op() { DBUG_ASSERT(0); return 0; }
|
||||
|
Reference in New Issue
Block a user