1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
05bbfcae57 One more try to fix autobake build 2025-07-16 06:59:55 +04:00
11e0492561 chore(build): replace contains method of map with count for gcc 8.5 2025-07-15 23:54:46 +04:00
1ce46b5e0b feature(cpimport): MCOL-5164 ignore all errors (-e all) 2025-07-15 20:52:29 +04:00
7dca1da8f2 fix(cpimport): MCOL-4882 fix -L arg default value 2025-07-13 21:33:59 +04:00
78c1b5034d Feature/mcol 4882 cpimport skip rows (#3594)
* feat(cpimport): MCOL-4882 add a parameter to skip header rows

* chore(cpimport): MCOL-4882 Use boost::program_options to arguments parsing

* feat(cpimport.bin): MCOL-4882 Add missing changes

* add test

* fix clang

* add missing cmdline argument

* fix bug

* Fix double lines skipping

* Fix incorrect --silent (-N) parsing

* fix default --max-errors processing

* fix overwriting default username

* move initialization to members declaration
2025-07-11 23:35:43 +04:00