We have two python processes using SQLAlchemy to communicate with a MySQL database using InnoDB tables.<BR><BR>However, the changes made to the database (such as an INSERT) are not seen by the other ...