summaryrefslogtreecommitdiffstats
path: root/storage/perfschema/table_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_helper.h')
-rw-r--r--storage/perfschema/table_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/table_helper.h b/storage/perfschema/table_helper.h
index ddea4c08..87572ef2 100644
--- a/storage/perfschema/table_helper.h
+++ b/storage/perfschema/table_helper.h
@@ -659,7 +659,7 @@ public:
private:
void make_row(const CHARSET_INFO *cs, const char* str, size_t length);
- char m_str[1024];
+ char m_str[2048];
uint m_length;
const CHARSET_INFO *m_charset;
};