File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,16 @@ The following variables are available on all hooks:
58
58
- ` GH_OST_DATABASE_NAME `
59
59
- ` GH_OST_TABLE_NAME `
60
60
- ` GH_OST_GHOST_TABLE_NAME `
61
- - ` GH_OST_OLD_TABLE_NAME `
61
+ - ` GH_OST_OLD_TABLE_NAME ` - the name the original table will be renamed to at the end of operation
62
62
- ` GH_OST_DDL `
63
- - ` GH_OST_ELAPSED_SECONDS `
63
+ - ` GH_OST_ELAPSED_SECONDS ` - total runtime
64
+ - ` GH_OST_ELAPSED_COPY_SECONDS ` - row-copy time (excluding startup, row-count and postpone time)
65
+ - ` GH_OST_ESTIMATED_ROWS ` - estimated total rows in table
66
+ - ` GH_OST_COPIED_ROWS ` - number of rows copied by ` gh-ost `
64
67
- ` GH_OST_MIGRATED_HOST `
65
68
- ` GH_OST_INSPECTED_HOST `
66
69
- ` GH_OST_EXECUTING_HOST `
67
- - ` GH_OST_HOOKS_HINT `
70
+ - ` GH_OST_HOOKS_HINT ` - copy of ` --hooks-hint ` value
68
71
69
72
The following variable are available on particular hooks:
70
73
You can’t perform that action at this time.
0 commit comments