mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
correction of result file
This commit is contained in:
parent
7e42f6b430
commit
4bd99ef371
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ ENGINE=NDB;
|
|||
ERROR HY000: Can't create table 'test.t1' (errno: 138)
|
||||
SHOW WARNINGS;
|
||||
Level Code Message
|
||||
Error 1466 Table storage engine 'ndbcluster' does not support the create option 'Row format FIXED incompatible with variable sized attributes'
|
||||
Error 1466 Table storage engine 'ndbcluster' does not support the create option 'Row format FIXED incompatible with variable sized attribute'
|
||||
Error 1005 Can't create table 'test.t1' (errno: 138)
|
||||
CREATE TABLE t1
|
||||
( a INT KEY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue