Commit ef4285c0 authored by anozdrin/alik@booka's avatar anozdrin/alik@booka

Merge bk-internal.mysql.com:/home/bk/mysql-5.0

into  booka.:/home/alik/MySQL/devel/5.0-rt
parents 8eb4401c 446d2c99
......@@ -601,6 +601,7 @@ static inline void store_length(uchar *to, uint length, uint pack_length)
break;
case 3:
mi_int3store(to, length);
break;
default:
mi_int4store(to, length);
break;
......
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