Skip to content
Snippets Groups Projects
Commit fde95615 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2478413 by typhonius: Remove an extra comment space in the MySQL Connection class

parent 5c30cf27
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -211,7 +211,7 @@ public function nextId($existing_id = 0) {
public function nextIdDelete() {
// While we want to clean up the table to keep it up from occupying too
// much storage and memory, we must keep the highest value in the table
// because InnoDB uses an in-memory auto-increment counter as long as the
// because InnoDB uses an in-memory auto-increment counter as long as the
// server runs. When the server is stopped and restarted, InnoDB
// reinitializes the counter for each table for the first INSERT to the
// table based solely on values from the table so deleting all values would
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment