Revision 9777
Added by Aaron Marcuse-Kubitza over 11 years ago
resume_import.sh | ||
---|---|---|
15 | 15 |
|
16 | 16 |
mk_table_esc |
17 | 17 |
use_local_remote |
18 |
data_only=1 mysql_ANSI \
|
|
18 |
data_only=1 mysql \ |
|
19 | 19 |
<<<"SELECT COUNT(*) FROM $table_esc WHERE $pkey_name = $pkey"|echo_stdout |
20 | 20 |
} |
21 | 21 |
|
Also available in: Unified diff
*{.sh,run}: use mysql instead of mysql_ANSI because mysql is now an alias to mysql_ANSI (since ANSI mode still supports key MySQL features, like `` quotes)