summaryrefslogtreecommitdiff
path: root/sql/sql_string.h
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2000-11-16 00:24:11 +0200
committermonty@narttu.mysql.fi <>2000-11-16 00:24:11 +0200
commitb689a1a752cceae61420ae05c237f550710b954c (patch)
tree31119bae32d48d3c415144eb5aed588455eefa1a /sql/sql_string.h
parent49a245f4fa72d93b75395816ba96e5561b5a187f (diff)
parente69becf133867fff26b59ba74ec1ee722ce1e81e (diff)
downloadmariadb-git-b689a1a752cceae61420ae05c237f550710b954c.tar.gz
merge
Diffstat (limited to 'sql/sql_string.h')
-rw-r--r--sql/sql_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_string.h b/sql/sql_string.h
index 1c9e822cce5..f327618ffdd 100644
--- a/sql/sql_string.h
+++ b/sql/sql_string.h
@@ -152,7 +152,7 @@ public:
bool copy(const char *s,uint32 arg_length); // Allocate new string
bool append(const String &s);
bool append(const char *s,uint32 arg_length=0);
- bool append(FILE* file, uint32 arg_length, myf my_flags);
+ bool append(IO_CACHE* file, uint32 arg_length);
int strstr(const String &search,uint32 offset=0); // Returns offset to substring or -1
int strrstr(const String &search,uint32 offset=0); // Returns offset to substring or -1
bool replace(uint32 offset,uint32 arg_length,const String &to);