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 Add archive, externallinks PK 2013-10-17 18:43:40 +01:00
patch-archive_kill_ar_page_revid.sql
patch-cat_hidden.sql (bug 32552) Drop unused database field cat_hidden 2012-09-06 18:47:39 +02:00
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 Drop rc_cur_time from recentchanges 2014-05-15 17:10:16 +00:00
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 Add archive, externallinks PK 2013-10-17 18:43:40 +01:00
patch-iw_api_and_wikiid.sql
patch-job_token.sql [JobQueue] Job queue refactoring and generalizing. 2012-10-16 09:39:58 +11:00
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 First version of Page Language selector 2014-06-27 23:27:07 +00:00
patch-page_redirect_namespace_len.sql
patch-profiling.sql update.php now create profiling table when needed 2012-11-19 12:38:32 +01:00
patch-rc_moved.sql (bug 34960) drop unused fields rc_moved_to_ns/rc_moved_to_title 2012-09-29 17:19:40 +02:00
patch-rd_interwiki.sql
patch-rename-iwl_prefix.sql (bug 36400) API: Fix sorting for iwlinks, langlinks 2013-04-03 13:22:20 -04:00
patch-revision-user-page-index.sql Can someone standardi[sz]e SQL already!? 2012-03-06 00:26:48 +00:00
patch-sites.sql Added sites functionality, a much more generic and flexible version of the existing interwiki code 2012-10-12 17:47:44 +02:00
patch-tc-timestamp.sql
patch-ufg_group-length-increase-255.sql Bug 11057 - Increase size of ug_group in user_groups table 2013-01-02 20:32:42 +00:00
patch-ug_group-length-increase-255.sql Bug 11057 - Increase size of ug_group in user_groups table 2013-01-02 20:32:42 +00:00
searchindex-fts3.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:32:35 +02:00
searchindex-no-fts.sql Remove a bunch of trailing spaces and unneeded newlines 2012-10-20 13:32:35 +02:00