Signed-off-by: Rohit Nayak <rohit@planetscale.com>
This commit is contained in:
Rohit Nayak 2020-03-21 22:07:41 +01:00
Родитель 1d5eab1031
Коммит 3caa0ea90f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: BA0A4E9168156524
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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) {