method
max_allowed_packet
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::MySQL::DatabaseStatements
max_allowed_packet()private
No documentation available.
# File activerecord/lib/active_record/connection_adapters/mysql/database_statements.rb, line 162
def max_allowed_packet
@max_allowed_packet ||= show_variable("max_allowed_packet")
end