Homec4science

global: removal of INSERT DELAYED SQL statements

Authored by Samuele Kaplun <samuele.kaplun@cern.ch> on Sep 10 2014, 13:15.

Description

global: removal of INSERT DELAYED SQL statements

  • No longer uses INSERT DELAYED, since, beginning with MySQL 5.5.7, INSERT DELAYED is always handled as a simple INSERT (that is, without the DELAYED option) whenever the value of binlog_format is STATEMENT or MIXED. (In the latter case, the statement no longer triggers a switch to row-based logging, and so is logged using the statement-based format.) (closes #2268) (PR #2269)

Signed-off-by: Samuele Kaplun <samuele.kaplun@cern.ch>
Reported-by: Thorsten Schwander <thorsten.schwander@gmail.com>
Reviewed-by: Tibor Simko <tibor.simko@cern.ch>

Details

Committed
Tibor Simko <tibor.simko@cern.ch>Jan 14 2015, 17:01
Parents
R3600:2ad9e80b1832: BibClassify: ontology cache check improvement
Branches
Unknown
Tags
Unknown

Event Timeline

Tibor Simko <tibor.simko@cern.ch> committed R3600:386ac9d5ef10: global: removal of INSERT DELAYED SQL statements (authored by Samuele Kaplun <samuele.kaplun@cern.ch>).Jan 14 2015, 17:01