Details
-
Bug
-
Status: Needs Feedback (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6.19
-
None
-
None
-
RHEL8, VMWare
Description
Create a table w/o primary key. The database crashed with internal error 1173 as seen from MariaDB error log file.
Attachments
Issue Links
- relates to
-
MDEV-35898 Create table w/o pkey crashed DB w/ internal error 1173
-
- Closed
-
Presuming you don't use Mroonga, this could happen if you have enabled @@innodb_force_primary_key=1 on the slave, but not on the master. And created an InnoDB table without a primary key on the master. A slave, naturally, won't be able to replicate such a CREATE TABLE statement.