diff options
author | mkanat%bugzilla.org <> | 2007-12-11 09:26:48 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-12-11 09:26:48 +0100 |
commit | 961cc62c23185442870583a9e9f61c55a9548428 (patch) | |
tree | b3c424ea82b56e2d5641574a124bb8ea708bb7d2 /template/en/default/setup | |
parent | eb08f76a0dbac980de6792106537b6fa5d6fbe85 (diff) | |
download | bugzilla-961cc62c23185442870583a9e9f61c55a9548428.tar.gz bugzilla-961cc62c23185442870583a9e9f61c55a9548428.tar.xz |
Bug 153129: Bugzilla uses "mediumtext" as a DB data type when it's not necessary
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/setup')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 352e7b035..3028b1b49 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -43,6 +43,13 @@ with one command, do: ##perl## install-module.pl --all EOT + install_data_length_too_long => <<EOT, +WARNING: Some of the data in the ##table##.##column## column is longer than +its new length limit of ##max_length## characters. Please fix this data +and then re-run checksetup.pl: + +##data## +EOT install_module => 'Installing ##module## version ##version##...', module_found => "found v##ver##", module_not_found => "not found", |