~teemu-ollakka/kewpie/causal-reads

« back to all changes in this revision

Viewing changes to lib/opts/defaults.py

  • Committer: Patrick Crews
  • Date: 2012-02-06 18:37:56 UTC
  • Revision ID: gleebix@gmail.com-20120206183756-zz1stpfzagj7rolu
Fixes to kewpie.py and how it uses config files.  Minor tweaks to various internal libraries to increase robustness when handling errors.  Added debug output on server failure when detecting innodb version

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
               , 'xtrabackuppath': None 
52
52
               , 'innobackupexpath': None 
53
53
               , 'tar4ibdpath': None 
54
 
               , 'wsrep_provider_path':'/usr/lib/galera/libgalera_smm.so'
 
54
               , 'wsrep_provider_path':None
55
55
               }
56
56
 
57
57
    if project_name == 'percona-xtradb-cluster':