skylover

Results 4 issues of skylover

## Issue Related issue: https://github.com/github/gh-ost/issues/1119 That's is an issue, describing a data-loss case caused by decimal-type column in chunk-key. We also describe how to reproduce the case and how to...

Hello: We tried to recycle data-free space by `alter table tab engine = innodb` from a table. After gh-ost executed, no error coccurs, but data is lost: ``` gh-ost version...

data-integrity

I want to parser sql from oracle. and get some information, for example: db/table/column/index and so on. then I refer to some introduction from web like following, as expected, some...

plsql
target:go

if string is a constant expr not containing any variable, the result is wrong for example ``` rawYQL = "3>1" result, err = yql.Match(rawYQL, map[string]interface{}{}) fmt.Println(rawYQL, "is ", result, "err:...

bug