1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-21 13:40:58 +03:00
Files
mariadb-columnstore-engine/writeengine
Patrick LeBlanc c26adc6259 MCOL-3716: Wrong min/max set for short strings
cpimport was doing unsigned comparisons for these, but initializing
max to MIN_BIGINT (0x8000000000000002), which is > than any ascii string,
so it would never get set.  Changed the init value to 0 for char
types.
2020-01-24 10:30:17 -05:00
..
2016-01-06 14:08:59 -06:00
2019-12-19 18:13:39 +01:00
2019-11-13 21:28:04 +00:00
2019-12-19 18:13:39 +01:00
2019-12-19 18:13:39 +01:00
2019-12-19 18:13:39 +01:00
2019-12-19 18:13:39 +01:00
2019-12-04 11:04:39 +00:00
2016-07-15 10:49:57 -05:00
2016-01-06 14:08:59 -06:00