diff options
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r-- | sql/item_strfunc.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index 15b1cedf346..7401372eb33 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -62,6 +62,8 @@ C_MODE_END #include <sql_repl.h> #include "sql_statistics.h" +size_t username_char_length= 16; + /** @todo Remove this. It is not safe to use a shared String object. */ |