class Scenic::Adapters::Mysql::ConcurrentRefreshesNotSupportedError
Raised when attempting a concurrent materialized view refresh on a database version that does not support that.
Materialized views are not supported on Mysql.
Public Class Methods
new()
click to toggle source
Calls superclass method
Scenic::Adapters::Mysql::MaterializedViewsNotSupportedError::new
# File lib/scenic/adapters/mysql/errors.rb, line 19 def initialize super end