Morgan Tocker
Morgan Tocker
### What problem does this PR solve? This reopens https://github.com/pingcap/tipocket/pull/411 I discussed it with others, and there is a limitation in ticases in that it's not possible to change the...
This issue is to track what is required to move from MySQL 5.7 to [MySQL 8.0](https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html) compatibility. See [the complete list](https://mysqlserverteam.com/the-complete-list-of-new-features-in-mysql-8-0/). ## Essential - [x] Common Table Expressions (regular and...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. I imported 1 80GiB...
## Feature Request **Is your feature request related to a problem? Please describe:** Currently lightning requires a lot of configuration: * tikv-importer address * mydumper data-source-dir * tidb host *...
### What is changed, added or deleted? (Required) This auto-generates the system variables documentation by using the TiDB server's source code. The advantage of doing this is that system-variables will...
## Change Request Please answer the following questions before submitting your issue. Thanks! 1. Describe what you find is inappropriate or missing in the existing docs. On https://docs.pingcap.com/tidb/stable/mysql-compatibility It claims...
## Change Request 1. Describe what you find is inappropriate or missing in the existing docs. This error was reported by @alkaagr81 On https://docs.pingcap.com/tidb/stable/import-example-data The step to `LOAD DATA INFILE`...
## Bug Report Credit for this bug report goes to @Alkaagr81 1. What did you do? ```sql create table t1 (c1 int, c2 char(6), c3 int); create table t2 (c1...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? `tiup client` does not accept input on STDIN. This makes it hard to...
MySQL 8.0 has a lot more reserved words than prior versions (the rationale was to peek ahead at the standard and add them all at once). They are also all...