Fixes bug Sync S + D : only S - ID: 2981127
If a table is not in the target db and I ask to synchronize Structure and D
ata, only Structure is done. Then I come back and ask for D and it works.
done small changes "server_synchronization.lib" file in the function "PMA_populateTargetTables"
to remove my_sql error "Commands out of sync; you can't run this command now in mysql php ".
Thanks, merged for 3.3.3. Please do not use tab characters, just spaces. Also watch for proper spacing, for example instead of
$insert_query.=');';
use
$insert_query .= ');';