method
max_allowed_packet
v7.1.3.2 -
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 81
def max_allowed_packet
@max_allowed_packet ||= show_variable("max_allowed_packet")
end