Bohu

Results 97 issues of Bohu

Really nice project! I didn't go far to fastdiv, can the operations(DIV/MOD) be used in big.Int(math/big)? If so, some elliptic curves(such as secp256k1) in go code would be more faster....

# Summary Xenon is an autopilot tool and now only works with MySQL. We need a MariaDB handler like https://github.com/radondb/xenon/blob/master/src/mysql/mysql57.go to autopilot MariaDB.

type: feature
P1

## Summary Chech the json config first when xenon start.

type: feature
P0

## Summary For go(>=1.8) , it's clean for xrpc to return err instead of RetCode.

type: feature
type: refactoring
P1

## Summary Add MySQL 8.0 support.

type: feature
P0

# Summary Now, the code coverage is 73% from the codecov.io. [![codecov.io](https://codecov.io/gh/radondb/xenon/graphs/badge.svg)](https://codecov.io/gh/radondb/xenon/branch/master) We should improve it to 80%+.

type: qa

## Summary ``` create table test(tag string, metrics) Engine=TimeStore ```

type: feature
P0

## Summary implement timestamp data type

type: feature
P0

## Summary Syntax: ``` CASE WHEN THEN [ WHEN THEN ] ... [ ELSE ] END ``` For example: ``` SELECT CustomerName, City, Country FROM Customers ORDER BY (CASE WHEN...

type: feature
P1

## Summary implement cancel protocol in tcp server: call ctx.Cancel()

type: feature
P0