File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
2.Function/2.1_manager_cmd Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
shardingNode值支持` dn$1-4 ` 这种形式。
9
9
10
- 当所包含的shardingNode至少有一个不在配置文件当中时,返回错误 :shardingNode $Name does not exists.
10
+ 当所包含的shardingNode至少有一个不在配置文件当中时,或者配置的shardingNode未被引用时,均会返回错误 :shardingNode $Name does not exists.
11
11
12
12
否则会对所有 shardingNode 执行 create database if not exists $databaseName,执行完成之后返回OK。
13
13
@@ -20,4 +20,4 @@ shardingNode值支持`dn$1-4`这种形式。
20
20
21
21
当所包含的shardingNode至少有一个不在配置文件当中时,返回错误:shardingNode $Name does not exists.
22
22
23
- 否则会对所有 shardingNode 执行 drop database if exists $databaseName,执行完成之后返回OK。若在执行过程中发生错误,会将show @@shardingNode 里面的SCHEMA_EXISTS置为false,需要用户人工确认下是否物理库已删除成功。
23
+ 否则会对所有 shardingNode 执行 drop database if exists $databaseName,执行完成之后返回OK。若在执行过程中发生错误,会将show @@shardingNode 里面的SCHEMA_EXISTS置为false,需要用户人工确认下是否物理库已删除成功。
You can’t perform that action at this time.
0 commit comments