MySQLOnRocksDB/mysql-5.6
forked from facebook/mysql-5.6

Loading…
Assertion `buf == table->record[0]' fails in virtual int ha_rocksdb::delete_row(const uchar*) #76
Closed
elenst opened this Issue
· 2 comments
elenst
commented
Owner
yoshinorim
commented
Thanks for the bug report. Verified as described with debug build.
Collaborator
spetrunia
commented
|
|
spetrunia |
Issue #76: Assertion `buf == table->record[0]' fails ...
…
Summary: The parameter in ha_rocksdb::delete_row() can point to either table->record[0] or to table->record[1]. Remove the unneeded assert. Test Plan: Run mtr Reviewers: maykov, jtolmer, yoshinorim, hermanlee4 Reviewed By: hermanlee4 Differential Revision: https://reviews.facebook.net/D40779 |
635cf46
|
|
|
spetrunia |
Issue #76: Assertion `buf == table->record[0]' fails ...
…
Summary: The parameter in ha_rocksdb::delete_row() can point to either table->record[0] or to table->record[1]. Remove the unneeded assert. Test Plan: Run mtr Reviewers: maykov, jtolmer, yoshinorim, hermanlee4 Reviewed By: hermanlee4 Differential Revision: https://reviews.facebook.net/D40779 |
9b19379
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test case
Stack trace from commit fe4820c