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