1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-27 16:01:57 +03:00
Files
mariadb-columnstore-engine/writeengine/bulk
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-05-31 16:40:30 -05:00
2016-05-31 16:40:30 -05:00
2019-12-04 11:04:39 +00:00
2016-01-06 14:08:59 -06:00
2016-05-31 16:40:30 -05:00
2016-01-06 14:08:59 -06:00
2016-05-31 16:40:30 -05:00
2016-05-31 16:40:30 -05:00
2016-05-31 16:40:30 -05:00
2016-01-06 14:08:59 -06:00
2019-11-21 13:52:53 +00:00