~percona-dev/percona-xtradb-cluster/galera-25.2.x

« back to all changes in this revision

Viewing changes to galerautils/src/gu_config.hpp

  • Committer: Raghavendra D Prabhu
  • Date: 2013-11-12 17:40:58 UTC
  • mfrom: (95.3.12 2.x)
  • Revision ID: raghavendra.prabhu@percona.com-20131112174058-t48nvve98oquq21f
Merge galera revision upto revno 165

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * @file
5
5
 * Configuration management class
6
6
 *
7
 
 * $Id: gu_config.hpp 3035 2013-04-07 17:27:51Z alex $
 
7
 * $Id: gu_config.hpp 3369 2013-11-10 18:49:53Z alex $
8
8
 */
9
9
 
10
10
#ifndef _gu_config_hpp_
54
54
        case 1: return overflow_char  (ret);
55
55
        case 2: return overflow_short (ret);
56
56
        case 4: return overflow_int   (ret);
 
57
        case 8: ; // can't detect an overflow
57
58
        }
58
59
 
59
60
        return ret;