Skip to content
New issue

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

information_schema.TABLES shows AUTO_INCREMENT=2 #63

Open
federico-razzoli opened this issue Sep 9, 2020 · 0 comments
Open

information_schema.TABLES shows AUTO_INCREMENT=2 #63

federico-razzoli opened this issue Sep 9, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@federico-razzoli
Copy link

mysql> SELECT TABLE_NAME, ENGINE, AUTO_INCREMENT FROM information_schema.TABLES WHERE TABLE_NAME= 't' ;
+------------+--------+----------------+
| TABLE_NAME | ENGINE | AUTO_INCREMENT |
+------------+--------+----------------+
| t          | WARP   |              2 |
+------------+--------+----------------+

In my tests, the value is always 2.

I don't think this matters for users. I report it because it could be an indicator of something wrong in the code.

@greenlion greenlion added the bug Something isn't working label Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants