We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Hunter issue tidb-challenge-program/bug-hunting-issue#61
create table t (a int primary key auto_random)
Drainer can create table on mysql without auto_random , with hint or other ways, but not block.
drainer exit.
tidb-server -V
select tidb_version();
TiDB Version: v4.0.0-rc
[2020/04/23 17:25:42.496 +08:00] [INFO] [version.go:50] ["Welcome to Drainer"] ["Release Version"=v4.0.0-rc] ["Git Commit Hash"=b9af7839b97cfb26a71307a8b6334f2269b60a95] ["Build TS"="2020-04-08 07:55:27"] ["Go Version"=go1.13] ["Go OS/Arch"=linux/amd64]
The text was updated successfully, but these errors were encountered:
PTAL @tangenta
Sorry, something went wrong.
This should be fixed in #16157.
No branches or pull requests
Bug Hunter issue tidb-challenge-program/bug-hunting-issue#61
Bug Report
1. What did you do?
create table t (a int primary key auto_random)
2. What did you expect to see?
Drainer can create table on mysql without auto_random , with hint or other ways, but not block.
3. What did you see instead?
drainer exit.
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)The text was updated successfully, but these errors were encountered: