зеркало из https://github.com/github/vitess-gh.git
Removed extraneous log
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
This commit is contained in:
Родитель
1d5eab1031
Коммит
3caa0ea90f
|
@ -333,7 +333,6 @@ func printTimestamp(v uint32) *bytes.Buffer {
|
|||
// many bytes it takes. It only uses the querypb.Type value for the
|
||||
// signed flag.
|
||||
func CellValue(data []byte, pos int, typ byte, metadata uint16, styp querypb.Type) (sqltypes.Value, int, error) {
|
||||
fmt.Printf("CellValue typ %v styp %v\n", typ, styp)
|
||||
switch typ {
|
||||
case TypeTiny:
|
||||
if sqltypes.IsSigned(styp) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче