~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to server-tools/instance-manager/manager.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-02 16:10:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070402161053-zkil9hjq9k5p1uzv
Tags: 5.0.37-0ubuntu1
* New upstream bugfix release.
  - Fixes replication failure with auto-increment and on duplicate key
    update, a regression introduced into 5.0.24. (LP: #95821)
* debian/control: Set Ubuntu maintainer.
* debian/rules: Change comments from 'Debian etch' to 'Ubuntu 7.04'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef INCLUDES_MYSQL_INSTANCE_MANAGER_MANAGER_H
2
 
#define INCLUDES_MYSQL_INSTANCE_MANAGER_MANAGER_H
3
 
/* Copyright (C) 2003 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
 
1
/* Copyright (C) 2003-2006 MySQL AB
4
2
 
5
3
   This program is free software; you can redistribute it and/or modify
6
4
   it under the terms of the GNU General Public License as published by
7
 
   the Free Software Foundation; either version 2 of the License, or
8
 
   (at your option) any later version.
 
5
   the Free Software Foundation; version 2 of the License.
9
6
 
10
7
   This program is distributed in the hope that it will be useful,
11
8
   but WITHOUT ANY WARRANTY; without even the implied warranty of
16
13
   along with this program; if not, write to the Free Software
17
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
18
15
 
 
16
#ifndef INCLUDES_MYSQL_INSTANCE_MANAGER_MANAGER_H
 
17
#define INCLUDES_MYSQL_INSTANCE_MANAGER_MANAGER_H
 
18
 
19
19
struct Options;
20
20
 
21
21
void manager(const Options &options);