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

« back to all changes in this revision

Viewing changes to upgrades/dbpatches/1.0alpha7_to_1.0alpha8/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 graphs_items add color varchar(32) DEFAULT 'Dark Green' NOT NULL;
2
 
alter table sysmaps_hosts add icon varchar(32) DEFAULT 'Server' NOT NULL;
3
 
alter table alarms add key (triggerid,clock);
4
 
alter table users modify passwd char(32) default '' not null;
5
 
 
6
 
alter table hosts add useip int1 DEFAULT '0' NOT NULL;
7
 
alter table hosts add ip varchar(15) DEFAULT '127.0.0.1' NOT NULL;
8
 
 
9
 
alter table actions modify message blob default '' not null;
10
 
alter table alerts modify message blob default '' not null;