Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.0.15-FusionIO, 10.1.1
Description
We need to disallow creating page compressed table with row_format=redundant.
We need to disallow creating page compressed table with row_format=redundant.
commit b432c7bc4226af87a0de1ea3b4dc5a5accbfee0a
Author: Jan Lindström <jan.lindstrom@skysql.com>
Date: Wed Nov 19 14:58:48 2014 +0200
MDEV-7133: InnoDB: Assertion failure in dict_tf_is_validProblem is that page compressed tables currently require atomic_blobs and
that feature is not availabe currently for row_format=redundant.
Fix: Disallow page compressed create option if table row_format=redundant.