Revision 9569
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/resume_import.sh | ||
---|---|---|
15 | 15 |
mk_table_esc |
16 | 16 |
use_local_remote |
17 | 17 |
data_only=1 mysql_ANSI \ |
18 |
<<<"SELECT COUNT(*) FROM $table_esc WHERE $pkey_name = $pkey" |
|
18 |
<<<"SELECT COUNT(*) FROM $table_esc WHERE $pkey_name = $pkey"|echo_stdout
|
|
19 | 19 |
} |
20 | 20 |
|
21 | 21 |
func_override is_pkey_imported__int__no_cache |
Also available in: Unified diff
lib/sh/resume_import.sh: is_pkey_imported__int(): use echo_stdout so the user can see the result of the > function in each iteration