mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-20351 Window function BIT_OR() OVER (..) return a wrong data type
This commit is contained in:
@@ -1282,7 +1282,7 @@ public:
|
||||
|
||||
bool fix_length_and_dec()
|
||||
{
|
||||
decimals = window_func()->decimals;
|
||||
Type_std_attributes::set(window_func());
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user