Revision 9580
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/_MySQL/MySQL.data.sql.run | ||
---|---|---|
1 |
#!/bin/bash -e |
|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/table_dir.run |
|
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/sh/resume_import.sh |
|
4 |
|
|
5 |
if self_not_included; then |
|
6 |
|
|
7 |
|
|
8 |
#### import resuming |
|
9 |
|
|
10 |
table=raw_occurrence_record |
|
11 |
pkey_name=id |
|
12 |
|
|
13 |
# import_resume_pos() takes 6 min to run, with 37 iterations |
|
14 |
|
|
15 |
fi |
|
16 | 0 |
inputs/GBIF/_MySQL/GBIFPortalDB-2013-02-20.data.sql.run | ||
---|---|---|
1 |
#!/bin/bash -e |
|
2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/table_dir.run |
|
3 |
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/sh/resume_import.sh |
|
4 |
|
|
5 |
if self_not_included; then |
|
6 |
|
|
7 |
|
|
8 |
#### import resuming |
|
9 |
|
|
10 |
table=raw_occurrence_record |
|
11 |
pkey_name=id |
|
12 |
|
|
13 |
# import_resume_pos() takes 6 min to run, with 37 iterations |
|
14 |
|
|
15 |
fi |
|
0 | 16 |
Also available in: Unified diff
bugfix: inputs/GBIF/_MySQL/MySQL.data.sql.run: moved to GBIFPortalDB-2013-02-20.data.sql.run since it's actually the raw input file, not the ANSI export of it, that needs to be imported