~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002110857

« back to all changes in this revision

Viewing changes to upgrades/dbpatches/1.1beta2_to_1.1beta3/mysql/patch.sql

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2007-07-02 09:06:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070702090651-8l6fl3fjw9rh6l2u
Tags: 1:1.4.1-2
Add patch from SVN in order to fix Incorrect processing of character '%'
in user parameters and remote commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
alter table users add refresh   int(4)          DEFAULT '30' NOT NULL;
2
 
 
3
 
--
4
 
--
5
 
 
6
 
CREATE TABLE history_uint (
7
 
  itemid                int(4)          DEFAULT '0' NOT NULL,
8
 
  clock                 int(4)          DEFAULT '0' NOT NULL,
9
 
  value                 bigint unsigned DEFAULT '0' NOT NULL,
10
 
  KEY itemidclock (itemid, clock)
11
 
) type=InnoDB;
12
 
 
13
 
alter table graphs_items add  yaxisside         int(1)          DEFAULT '1' NOT NULL;
14
 
alter table config add refresh_unsupported  int(4)          DEFAULT '600' NOT NULL;