Commit edc2c4bb authored by evgen@moonbone.local's avatar evgen@moonbone.local

field.h:

  Fixed typo.
parent 85405574
......@@ -1141,7 +1141,7 @@ public:
packlength= 4;
if (set_packlength)
{
uint32 char_lengt= len_arg/cs->mbmaxlen;
uint32 char_length= len_arg/cs->mbmaxlen;
packlength= char_length <= 255 ? 1 :
char_length <= 65535 ? 2 :
char_length <= 16777215 ? 3 : 4;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment