# File lib/active_record/connection_adapters/mysql2_adapter.rb, line 417
      def charset
        show_variable 'character_set_database'
      end