Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It fails with this error:
mysqltest: At line 1692: query 'create table t1 (a int, b text, c varchar(400), Primary Key(a),
|
Key(b(2255))) engine=rocksdb' succeeded - should have failed with errno 1071...
|
The expected execution is:
create table t1 (a int, b text, c varchar(400), Primary Key(a), Key(b(2255))) engine=rocksdb;
|
...
|
SET sql_mode = 'strict_all_tables';
|
ERROR 42000: Specified key was too long; max key length is 2048 bytes
|
The difference is that MariaDB produces a warning, not an error.
Attachments
Issue Links
- is part of
-
MDEV-9658 Make MyRocks in MariaDB stable
- Closed