diff options
author | monty@hundin.mysql.fi <> | 2002-05-27 23:21:49 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-05-27 23:21:49 +0300 |
commit | 6d0e43c73bf32e2fbd02d5d44a82f5f3489fcbb7 (patch) | |
tree | b7628f15dd6175cb82488a180b631949318cbbf9 /include/my_sys.h | |
parent | 07886933b84986178b6fb9c15f2a8efda13144f0 (diff) | |
download | mariadb-git-6d0e43c73bf32e2fbd02d5d44a82f5f3489fcbb7.tar.gz |
Renamed stripp_sp -> strip_sp
Remove end space from ENUM and SET strings
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index daebeb1cf42..8cdc78025f3 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -494,7 +494,7 @@ extern int my_sortncmp(const char *s,uint s_len, const char *t,uint t_len); extern WF_PACK *wf_comp(my_string str); extern int wf_test(struct wild_file_pack *wf_pack,const char *name); extern void wf_end(struct wild_file_pack *buffer); -extern size_s stripp_sp(my_string str); +extern size_s strip_sp(my_string str); extern void get_date(my_string to,int timeflag,time_t use_time); extern void soundex(my_string out_pntr, my_string in_pntr,pbool remove_garbage); extern int init_record_cache(RECORD_CACHE *info,uint cachesize,File file, |