index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sql
/
mysql
/
patch-querycache-qc_title-varbinary.sql
blob: 8f08ce4036adabe4f8657525c46d640a41c3200b (
plain
) (
blame
)
1
ALTER
TABLE
/*_*/
querycache
MODIFY
qc_title
VARBINARY
(
255
)
DEFAULT
''
NOT
NULL
;