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

fix tests for innodb engine #2526

Merged
merged 5 commits into from
Dec 9, 2016
Merged

fix tests for innodb engine #2526

merged 5 commits into from
Dec 9, 2016

Conversation

tardyp
Copy link
Member

@tardyp tardyp commented Dec 7, 2016

There is a slight behaviour difference with innodb engine which locks the table on an update until transaction end even if the update didn't change anything.

@mention-bot
Copy link

@tardyp, thanks for your PR! By analyzing the history of the files in this pull request, we identified @djmitche, @rutsky and @dzhurley to be potential reviewers.

uid is guaranteed to be unique, not to be consecutive.
For some reason  innodb will give a uid of 3 for that test.
The real test is thus to test it is different, but not to test the equality
Copy link
Contributor

@sa2ajj sa2ajj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants