Exception: Scenic::Adapters::Mysql::ConcurrentRefreshesNotSupportedError
- Inherits:
-
MaterializedViewsNotSupportedError
- Object
- StandardError
- MaterializedViewsNotSupportedError
- Scenic::Adapters::Mysql::ConcurrentRefreshesNotSupportedError
- Defined in:
- lib/scenic/adapters/mysql/errors.rb
Overview
Raised when attempting a concurrent materialized view refresh on a database version that does not support that.
Materialized views are not supported on Mysql.
Instance Method Summary collapse
-
#initialize ⇒ ConcurrentRefreshesNotSupportedError
constructor
A new instance of ConcurrentRefreshesNotSupportedError.
Constructor Details
#initialize ⇒ ConcurrentRefreshesNotSupportedError
Returns a new instance of ConcurrentRefreshesNotSupportedError.
19 20 21 |
# File 'lib/scenic/adapters/mysql/errors.rb', line 19 def initialize super end |