Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL)
-
None
Description
Justification is different between Columnstore
To reproduce:
connect with mysql client.
|
Columnstore 1.1 |
|
MariaDB [(none)]> select 'blub',sum(3454435+43244); |
+------+--------------------+
|
| blub | sum(3454435+43244) | |
+------+--------------------+
|
| blub | 3497679 | |
|
MariaDB 10.1 |
|
MariaDB [mysql]> select 'blub',sum(3454435+43244); |
+------+--------------------+
|
| blub | sum(3454435+43244) | |
+------+--------------------+
|
| blub | 3497679 | |
+------+--------------------+
|
Attachments
Issue Links
- duplicates
-
MDEV-15459 Window Functions seems to return string instead of numbers
- Closed