~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-security

« back to all changes in this revision

Viewing changes to storage/xtradb/srv/srv0srv.c

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2014-08-27 21:12:36 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140827211236-se41hwfe4xy0hpef
* d/control: Removed Provides: libmysqlclient-dev (Closes: #759309)
* d/control: Removed Provides: libmysqld-dev with same motivation
* Re-introduced tha HPPA build patch as the upstream fix wasn't complete
* Fixed all kFreeBSD build and test suite issues
* Added Italian translation (Closes: #759813)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Copyright (c) 1995, 2013, Oracle and/or its affiliates. All Rights Reserved.
4
4
Copyright (c) 2008, 2009 Google Inc.
5
5
Copyright (c) 2009, Percona Inc.
 
6
Copyright (c) 2013, 2014, SkySQL Ab. All Rights Reserved.
6
7
 
7
8
Portions of this file contain modifications contributed and copyrighted by
8
9
Google, Inc. Those modifications are gratefully acknowledged and are described
616
617
#define SRV_RECENT_IO_ACTIVITY  (PCT_IO(5))
617
618
#define SRV_PAST_IO_ACTIVITY    (PCT_IO(200))
618
619
 
 
620
/** Simulate compression failures. */
 
621
UNIV_INTERN uint srv_simulate_comp_failures = 0;
 
622
 
619
623
/*
620
624
        IMPLEMENTATION OF THE SERVER MAIN PROGRAM
621
625
        =========================================