1
0
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:
Alexander Barkov
2019-08-15 10:32:42 +04:00
parent c23a5e0e5e
commit 841294cfaa
3 changed files with 59 additions and 1 deletions

View File

@@ -1282,7 +1282,7 @@ public:
bool fix_length_and_dec()
{
decimals = window_func()->decimals;
Type_std_attributes::set(window_func());
return FALSE;
}