aboutsummaryrefslogtreecommitdiffstats
path: root/sql/mysql/patch-querycache-qc_title-varbinary.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysql/patch-querycache-qc_title-varbinary.sql')
-rw-r--r--sql/mysql/patch-querycache-qc_title-varbinary.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql/patch-querycache-qc_title-varbinary.sql b/sql/mysql/patch-querycache-qc_title-varbinary.sql
new file mode 100644
index 000000000000..8f08ce4036ad
--- /dev/null
+++ b/sql/mysql/patch-querycache-qc_title-varbinary.sql
@@ -0,0 +1 @@
+ALTER TABLE /*_*/querycache MODIFY qc_title VARBINARY(255) DEFAULT '' NOT NULL;