IsSkipCreateSQL returns whether we need skip create schema and tables in restore.
()
| 1415 | |
| 1416 | // IsSkipCreateSQL returns whether we need skip create schema and tables in restore. |
| 1417 | func (rc *SnapClient) IsSkipCreateSQL() bool { |
| 1418 | return rc.noSchema |
| 1419 | } |
| 1420 | |
| 1421 | // EnsureNoUserTables returns error if target cluster contains user tables. |
| 1422 | // However, user may have created some db users or made other changes. |
no outgoing calls
no test coverage detected