Skip to content
  • Norvald H. Ryeng's avatar
    028b11e5
    WL#9059: [7/8] Hide dictionary table and rewrite tests · 028b11e5
    Norvald H. Ryeng authored
    Hide the mysql.st_spatial_reference_systems table so that it's no longer
    possible to do SELECT/INSERT/UPDATE/DELETE operations on it. All
    modification of the table has to be done through CREATE/DROP SPATIAL
    REFERENCE SYSTEM statements.
    
    Hiding the table means that all tests that create spatial reference
    systems using INSERT statements must be rewritten to use CREATE and DROP
    statements.
    
    Some test cases are removed since they now fail in CREATE SPATIAL
    REFERENCE SYSTEM instead of in each function.
    
    Change-Id: Icf906cb92bb8c57f7b3c946379e06c2810ca4995
    028b11e5
    WL#9059: [7/8] Hide dictionary table and rewrite tests
    Norvald H. Ryeng authored
    Hide the mysql.st_spatial_reference_systems table so that it's no longer
    possible to do SELECT/INSERT/UPDATE/DELETE operations on it. All
    modification of the table has to be done through CREATE/DROP SPATIAL
    REFERENCE SYSTEM statements.
    
    Hiding the table means that all tests that create spatial reference
    systems using INSERT statements must be rewritten to use CREATE and DROP
    statements.
    
    Some test cases are removed since they now fail in CREATE SPATIAL
    REFERENCE SYSTEM instead of in each function.
    
    Change-Id: Icf906cb92bb8c57f7b3c946379e06c2810ca4995
Loading