Skip to content

Commit 8362c3a

Browse files
LeopProIANTHEREAL
LeopPro
authored andcommitted
fix ddlchekcer-readme (pingcap#127)
1 parent 431b781 commit 8362c3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ddl_checker/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ SETMOD usage: SETMOD <MODCODE>; MODCODE = ["Auto", "Prompt", "Offline"] (case in
4242
[DDLChecker] SQL execution succeeded
4343
4444
[Auto] > SETMOD PROMPT;
45-
[Query] > ALTER TABLE table_name MODIFY column_1 int(11) NOT NULL;
45+
[Prompt] > ALTER TABLE table_name MODIFY column_1 int(11) NOT NULL;
4646
[DDLChecker] Do you want to synchronize table [table_name] from MySQL and drop table [] in ExecutableChecker?(Y/N)y
4747
[DDLChecker] Syncing Table table_name
4848
[DDLChecker] SQL execution succeeded
4949
50-
[Query] > setmod manual;
51-
[Manual] > ALTER TABLE table_name MODIFY column_1 int(11) NOT NULL;
50+
[Prompt] > setmod offline;
51+
[Offline] > ALTER TABLE table_name MODIFY column_1 int(11) NOT NULL;
5252
[DDLChecker] SQL execution failed: [schema:1146]Table 'test.table_name' doesn't exist
5353
5454
```

0 commit comments

Comments
 (0)