|
When I filed Bug#39197 replication breaks with large load with InnoDB, flush logs, and slave stop/start, I genuinely thought that it was a serious problem. I was a bit puzzled, to tell the truth, because the scenario that I was using seemed common enough for this bug to be found already. |
Anyway, it was verified independently, but there was a catch. The
script in the master was using SET
storage_engine=InnoDB
to create the tables necessary for
the test. That looked good enough to me. The script was indeed
creating InnoDB tables on the master. The trouble was that the
"SET" command is not replicated. Thus the …