wiki.techinc.nl/maintenance/sqlite/archives
Brian Wolff 5d9b67e09e Allow edit summaries to be up to 767 bytes long
This is just the db part. The changes to UI validation code will
come in a dependent patch later.

This changes the max size of various *_comment, *_description
and *_reason fields to be 767 bytes. This size is chosen to
be consistent with the largest we can get away with while
still having covering indexes.

It also unifies the various data types of these fields to
varbinary. (Note, this was previously done and reverted in
r80547, but I don't think the reason for revert applies to
the edit summary fields)

MyISAM has a much smaller max index size, and this wouldn't
work with that storage engine. However, none of these fields
are used in default indexes (only in WMF indexes), so this
should not be an issue for anyone using MyISAM. Postgress
and sqlite already supported the larger edit summary size.

Note: This patch increases min mysql version to 5.0.3.

Bug: T6715
Change-Id: I8558e80a18e4591f07f2c3e80f792ea4435c4e71
2015-03-11 13:36:38 +00:00
..
initial-indexes.sql Drop ss_total_views and page_counter fields from MediaWiki 2015-01-09 19:01:01 +00:00
patch-archive-ar_id.sql
patch-archive_kill_ar_page_revid.sql Folow-up r89526: tabs and eol-style :( 2011-06-05 19:46:08 +00:00
patch-cat_hidden.sql
patch-categorylinks-better-collation.sql
patch-drop-page_counter.sql Drop ss_total_views and page_counter fields from MediaWiki 2015-01-09 19:01:01 +00:00
patch-drop-rc_cur_time.sql
patch-drop-ss_admins.sql Drop ss_total_views and page_counter fields from MediaWiki 2015-01-09 19:01:01 +00:00
patch-drop-ss_total_views.sql Drop ss_total_views and page_counter fields from MediaWiki 2015-01-09 19:01:01 +00:00
patch-drop-user_options.sql
patch-editsummary-length.sql Allow edit summaries to be up to 767 bytes long 2015-03-11 13:36:38 +00:00
patch-externallinks-el_id.sql
patch-iw_api_and_wikiid.sql
patch-job_token.sql
patch-jobs-add-timestamp.sql
patch-kill-iwl_prefix.sql
patch-log_search-rename-index.sql
patch-log_user_text.sql
patch-page-page_lang.sql
patch-page_redirect_namespace_len.sql
patch-profiling.sql
patch-rc_moved.sql
patch-rd_interwiki.sql
patch-rename-iwl_prefix.sql
patch-revision-user-page-index.sql
patch-sites.sql
patch-tc-timestamp.sql
patch-ufg_group-length-increase-255.sql
patch-ug_group-length-increase-255.sql
searchindex-fts3.sql
searchindex-no-fts.sql