method
max_allowed_packet
v6.1.3.1 -
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 147
def max_allowed_packet
@max_allowed_packet ||= show_variable("max_allowed_packet")
end