~codership/galera/3.x

« back to all changes in this revision

Viewing changes to galera/src/wsrep_provider.cpp

  • Committer: Alexey Yurchenko
  • Date: 2014-02-06 19:27:50 UTC
  • mfrom: (153.2.15 2.x)
  • Revision ID: alexey.yurchenko@codership.com-20140206192750-n9to0wtjevl69gok
Tags: release_25.3.3(percona)
References lp:1260193 - all supported parameters are now registered before parsing the initial options string, so unrecognized options can be detected.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
 
// Copyright (C) 2010-2013 Codership Oy <info@codership.com>
 
2
// Copyright (C) 2010-2014 Codership Oy <info@codership.com>
3
3
//
4
4
 
5
5
#include "key_data.hpp"
42
42
    {
43
43
        log_error << e.what();
44
44
    }
 
45
    catch (gu::NotFound& e)
 
46
    {
 
47
        /* Unrecognized parameter (logged by gu::Config::set()) */
 
48
    }
45
49
#ifdef NDEBUG
46
50
    catch (...)
47
51
    {