1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-10 07:20:58 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
889094a23d MCOL-3536 Collation 2020-06-03 19:43:53 -05:00
9dc33c4e82 Another try to cope with warnings under gcc 8.2. 2019-04-29 11:05:03 +03:00
cbbf267e88 MCOL-537, cleanup compiler warnings. Checkpointing a bunch of fixes.
Work in progress...
2019-04-29 10:56:48 +03:00
85121060fb Merge branch 'develop-1.1' into 1.1-merge-up-2018-11-08 2018-11-08 18:39:44 +00:00
65287a0613 MCOL-1826 Fix race in FLOAT/DOUBLE to string
In the FLOAT/DOUBLE to string conversions a class global string was used
to store the result. Unfortunately it is possible for an instance of
this class to be used by multiple threads of PrimProc simultaneously.
This would cause a race and data corruption or more likely a crash.

This fix passes a string object from the caller to use instead.
2018-10-22 17:56:49 +01:00
01446d1e22 Reformat all code to coding standard 2017-10-26 17:18:17 +01:00
12516d93a7 MCOL-331: Fix position range check 2016-09-29 14:41:53 -05:00
f6afc42dd0 the begginning 2016-01-06 14:08:59 -06:00