Method: Myreplicator::SqlCommands.mysql_flags

Defined in:
lib/exporter/sql_commands.rb

.mysql_flagsObject

Default flags for mysql export



264
265
266
267
268
269
# File 'lib/exporter/sql_commands.rb', line 264

def self.mysql_flags
  {"column-names" => false,
    "quick" => true,
    "reconnect" => true
  }    
end