Comment 3 for bug 684350

Revision history for this message
Caspar Clemens Mierau (leitmedium) wrote :

Hey,

this is the mysqldump call from bashup:

${MYSQLDUMP_PROGRAM:-mysqldump} -u ${MYSQL_USER} ${MYSQL_PASSWORD:+-p${MYSQL_PASSWORD}} ${MYSQL_HOST:+-h ${MYSQL_HOST}} ${MYSQLDUMP_OPTIONS} $options 2> $stderr

As you can see, "MYSQLDUMP_OPTIONS" is added at the very end before "options".

You example does not contain a MYSQLDUMP_OPTIONS definition. Can you please add this and try (and show) again?

Best,

ccm.