Revision 13979
Added by Aaron Marcuse-Kubitza over 10 years ago
import_all | ||
---|---|---|
31 | 31 |
|
32 | 32 |
make schemas/$version/reinstall |
33 | 33 |
|
34 |
local hidden_srcs=1; . "$selfDir/with_all" Source/import by_col=1 "$@"
|
|
34 |
local hidden_srcs=1; . "$selfDir/with_all" Source/import "$@" |
|
35 | 35 |
# note that this isn't affected by $import_source |
36 | 36 |
wait # wait for asynchronous commands |
37 | 37 |
unset hidden_srcs |
Also available in: Unified diff
fix: bin/import_all: Source/import: don't use by_col=1 for this because it's slower for small #s of rows. by_col mode is no longer needed for metadata-only tables because these tables now have a single empty row so that they also work in row-based mode.