From: Rich Prohaska Date: June 7 2012 9:49pm Subject: possible overactive assert in pfs.cc line 3701 List-Archive: http://lists.mysql.com/internals/38524 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello, Some of our tests assert when running on the MySQL 5.6.6 labs june release, =A0The assert is at pfs.cc line 3701. =A0In our case, state->m_index =3D=3D 0 and table->m_share->m_key_count =3D=3D 0, so the assert fires. =A0Is this assert correct? Thanks Rich Prohaska