Project

General

Profile

« Previous | Next » 

Revision 9580

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

View differences:

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