Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP

Loading…

Add rows_read/inserted/updated/deleted statistics #15

Closed
jonahcohen opened this Issue · 2 comments

3 participants

@jonahcohen
Collaborator
@jonahcohen
Collaborator

From @mdcallag:

Does the branch include user_stats/table_stats? If yes, then this is easy to add

@yoshinorim yoshinorim closed this
@BohuTANG

@yoshinorim
If we add "#15" to the commit, we can track the patch of this issue.

@spetrunia spetrunia referenced this issue from a commit
@spetrunia 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
Something went wrong with that request. Please try again.