Commit 92ae142a authored by monty@donna.mysql.com's avatar monty@donna.mysql.com

Fixed typos from prev changeset

parent 6f3984bb
......@@ -1768,7 +1768,6 @@ summa
Nuvarande period
9410
Tables_in_test
m
t1
t2
t3
......
......@@ -349,7 +349,7 @@ net_store_data(String *packet,CONVERT *convert, const char *from,uint length)
{
if (convert)
return convert->store(packet, from, length);
return net_store_date(packet,from,length);
return net_store_data(packet,from,length);
}
bool
......@@ -358,5 +358,5 @@ net_store_data(String *packet, CONVERT *convert, const char *from)
uint length=(uint) strlen(from);
if (convert)
return convert->store(packet, from, length);
return net_store_date(packet,from,length);
return net_store_data(packet,from,length);
}
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