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.
Please register or sign in to comment
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.