Bohu

Results 255 comments of Bohu

当参数--slave-info的时候, 日志会打印一条: ``` MySQL binlog position: filename 'mysql-bin.000002', position '154', GTID of the last change 'xx'```

Hello, What's your command of the compiling? There is a guide here: https://github.com/XeLabs/tokudb/wiki/How-to-build We can use the lazy way by: ``` cd xelabs bash build.sh ```

> Are the fields `bytes_spilled_to_local_storage` and `bytes_spilled_to_remote_storage` the same as `bytes_from_local_disk` and `bytes_from_remote_disk`? If so, why add these two redundant fields? After a spill, the read may not occur or...

When upgrading, the service rolling and start less than 60s, it seems the client not retry(all failure is timeout in 1m 0.5s)? cc @drmingdrmer

Another requirement is the ability to insert multiple CTEs( can we rewrite it into merge into?): ``` WITH x as ({first_Select}), y as ({second_select_uses_x}), z as ({third_select_uses_x_and_y}) INSERT INTO table...

@inviscid We're currently in the middle of the May Day holiday and will need next week to make progress.

It seems this PR breaking something, many tests failed.