You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
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
This commit is contained in:
committed by
GitHub
parent
1c8d5ec04e
commit
78c1b5034d
@ -9,6 +9,7 @@ set(we_bulk_STAT_SRCS
|
||||
we_bulkload.cpp
|
||||
we_bulkloadbuffer.cpp
|
||||
we_bulkstatus.cpp
|
||||
we_cmdargs.cpp
|
||||
we_colopbulk.cpp
|
||||
we_colbuf.cpp
|
||||
we_colbufcompressed.cpp
|
||||
@ -28,7 +29,7 @@ set(we_bulk_STAT_SRCS
|
||||
add_definitions(-D_FILE_OFFSET_BITS=64)
|
||||
|
||||
columnstore_static_library(we_bulk ${we_bulk_STAT_SRCS})
|
||||
columnstore_link(we_bulk ${NETSNMP_LIBRARIES} loggingcpp)
|
||||
columnstore_link(we_bulk ${NETSNMP_LIBRARIES} loggingcpp boost_program_options)
|
||||
|
||||
remove_definitions(-D_FILE_OFFSET_BITS=64)
|
||||
|
||||
|
Reference in New Issue
Block a user