Exception: Scenic::Adapters::Mysql::ConcurrentRefreshesNotSupportedError

Inherits:
MaterializedViewsNotSupportedError show all
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

Constructor Details

#initializeConcurrentRefreshesNotSupportedError

Returns a new instance of ConcurrentRefreshesNotSupportedError.



19
20
21
# File 'lib/scenic/adapters/mysql/errors.rb', line 19

def initialize
  super
end