session_close_cursors aborts because cursor->internal_uri is set to NULL for tiered cursor.
It looks like it should get copied from cursor->uri which should get copied from tiered->name, which isn't initialized.
session_close_cursors aborts because cursor->internal_uri is set to NULL for tiered cursor.
It looks like it should get copied from cursor->uri which should get copied from tiered->name, which isn't initialized.