From 7cadc6e711cedf2d8cfd9809616b9e521927f4b7 Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Fri, 14 Sep 2001 02:54:33 +0300 Subject: Changed to use my_global.h Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG --- strings/strfill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings/strfill.c') diff --git a/strings/strfill.c b/strings/strfill.c index ef0ccb567d1..2f9bfc137b3 100644 --- a/strings/strfill.c +++ b/strings/strfill.c @@ -25,7 +25,7 @@ strfill() returns pointer to dest+len; */ -#include +#include #include "m_string.h" my_string strfill(my_string s,uint len,pchar fill) -- cgit v1.2.1