Fix MEMORY storage engine test
The current testcase was inserting the same value in a SERIAL column, which is an ALIAS for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE. Duplicate values are not allowed.
The current testcase was inserting the same value in a SERIAL column, which is an ALIAS for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE. Duplicate values are not allowed.