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

Add va_end to mysys/mf_iocache.c matching va_start #48

Closed
wants to merge 1 commit into from
Closed

Add va_end to mysys/mf_iocache.c matching va_start #48

wants to merge 1 commit into from

Conversation

grooverdan
Copy link

Found by cppcheck.
[mysys/mf_iocache.c:1929]: (error) va_list 'va_args' was opened but not closed by va_end().

Found by cppcheck.
[mysys/mf_iocache.c:1929]: (error) va_list 'va_args' was opened but not closed by va_end().
@grooverdan
Copy link
Author

I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Please confirm this code is submitted under the terms of the OCA (Oracle's Contribution Agreement) you have previously signed by cutting and pasting the following text as a comment:
"I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it."
Thanks

@grooverdan
Copy link
Author

I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

@mysql-oca-bot
Copy link

Hi, thank you for your contribution. Your code has been assigned to an internal queue. Please follow
bug http://bugs.mysql.com/bug.php?id=80085 for updates.
Thanks

gunnarku pushed a commit to facebook/mysql-8.0 that referenced this pull request Jul 21, 2017
…reverse CF

Summary:
Make ha_rocksdb::index_read_map() correctly handle find_flag values
HA_READ_PREFIX_LAST and HA_READ_PREFIX_LAST_OR_PREV.

Explanations how they should be handled are provided in
storage/rocksdb/rocksdb-range-access.txt

Test Plan:
mtr, mtr --gcov rocksdb_range, made sure that the new
code is all covered.

Reviewers: maykov, hermanlee4, jtolmer, yoshinorim

Reviewed By: yoshinorim

Differential Revision: https://reviews.facebook.net/D35415
gunnarku pushed a commit to facebook/mysql-8.0 that referenced this pull request Jul 25, 2017
…reverse CF

Summary:
Make ha_rocksdb::index_read_map() correctly handle find_flag values
HA_READ_PREFIX_LAST and HA_READ_PREFIX_LAST_OR_PREV.

Explanations how they should be handled are provided in
storage/rocksdb/rocksdb-range-access.txt

Test Plan:
mtr, mtr --gcov rocksdb_range, made sure that the new
code is all covered.

Reviewers: maykov, hermanlee4, jtolmer, yoshinorim

Reviewed By: yoshinorim

Differential Revision: https://reviews.facebook.net/D35415
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants