saml_sp_request_tracking_cache is a table that was removed in saml_sp_update_7207 but it's still in saml_sp_schema.

This can be an issue when using the site_test module since it tries to clone every table in hook_schema by selecting from the table and inserting into a copy. There is no source table since it was dropped in 7207.

Having the table in saml_sp_schema() also means new installs of the module get the table, but it might not hurt anything if it's not used.

CommentFileSizeAuthor
#2 3050877-2.patch468 bytestravis-bradbury

Comments

tbradbury created an issue. See original summary.

travis-bradbury’s picture

Status: Active » Needs review
StatusFileSize
new468 bytes

This removes the table from saml_sp_schema.

  • jrglasgow committed d6c8767 on 7.x-3.x authored by tbradbury
    Issue #3050877 by tbradbury: Remove saml_sp_request_tracking_cache from...

  • jrglasgow committed 1454c91 on 7.x-2.x authored by tbradbury
    Issue #3050877 by tbradbury: Remove saml_sp_request_tracking_cache from...
jrglasgow’s picture

Status: Needs review » Fixed

thanks for pointing this out

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.