()
| 21 | ) |
| 22 | |
| 23 | func getTestTableName() string { |
| 24 | return fmt.Sprintf("`%s`.`%s`", testMysqlDatabase, testMysqlTableName) |
| 25 | } |
| 26 | |
| 27 | func getTestGhostTableName() string { |
| 28 | return fmt.Sprintf("`%s`.`_%s_gho`", testMysqlDatabase, testMysqlTableName) |
no outgoing calls
searching dependent graphs…