mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Standardised on capital letters for NDBCLUSTER
This commit is contained in:
@ -9,7 +9,7 @@ t1 CREATE TABLE `t1` (
|
||||
`pk1` int(11) NOT NULL,
|
||||
`b` bit(64) default NULL,
|
||||
PRIMARY KEY (`pk1`)
|
||||
) ENGINE=ndbcluster DEFAULT CHARSET=latin1
|
||||
) ENGINE=NDBCLUSTER DEFAULT CHARSET=latin1
|
||||
insert into t1 values
|
||||
(0,b'1111111111111111111111111111111111111111111111111111111111111111'),
|
||||
(1,b'1000000000000000000000000000000000000000000000000000000000000000'),
|
||||
|
Reference in New Issue
Block a user