| 964 | } |
| 965 | |
| 966 | type gtidNextStatementImpl struct { |
| 967 | sid []byte |
| 968 | gno uint64 |
| 969 | } |
| 970 | |
| 971 | func (s *gtidNextStatementImpl) String(database string) (sql string, err error) { |
| 972 | // This statement sets a session local variable defining what the next transaction ID is. It |
nothing calls this directly
no outgoing calls
no test coverage detected