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

Loading…
Add rows_read/inserted/updated/deleted statistics #15
Closed
jonahcohen opened this Issue
· 2 comments
Collaborator
jonahcohen
commented
Collaborator
jonahcohen
commented
From @mdcallag:
Does the branch include user_stats/table_stats? If yes, then this is easy to add
BohuTANG
commented
@yoshinorim
If we add "#15" to the commit, we can track the patch of this issue.
|
|
spetrunia |
Issue #15: SIGSEGV from reading in blob data
…
- convert_record_from_storage_format(buf) worked incorrectly when buf != table->record[0]. Length bytes were written to table->record[0] still. Moved field->move_field_offset() call earlier to prevent that. - Also, added comments and free() calls to free the retrieved blobs (the API is undocumented so we copy what InnoDB does). |
0213bca
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @yoshinorim