mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
ndb_basic.test:
corrected typo mysql-test/t/ndb_basic.test: corrected typo
This commit is contained in:
@@ -546,7 +546,6 @@ drop table t1;
|
||||
# first a table with _many_ fragments per node group
|
||||
# then a table with just one fragment per node group
|
||||
#
|
||||
set @a= show status like 'Ndb_number_of_storage_nodes';
|
||||
create table t1
|
||||
(a bigint, b bigint, c bigint, d bigint,
|
||||
primary key (a,b,c,d))
|
||||
|
||||
Reference in New Issue
Block a user