diff options
author | unknown <wax@mysql.com> | 2003-08-10 05:40:16 +0600 |
---|---|---|
committer | unknown <wax@mysql.com> | 2003-08-10 05:40:16 +0600 |
commit | 8cc7d7d5164119a37281edd064f02f41dc571409 (patch) | |
tree | bdfeb766045b13596ab0b86f9beb131654fb4bc7 /mysys | |
parent | 889618e7d4b4fb6183cd0218c0352092480f0c71 (diff) | |
parent | 17ce04cfc5bfba9f50d00039dc5d1df70c428415 (diff) | |
download | mariadb-git-8cc7d7d5164119a37281edd064f02f41dc571409.tar.gz |
Merge mysql.com:/home/wax/mysql/mysql-4.0
into mysql.com:/home/wax/mysql/mysql-4.0chsize
BitKeeper/etc/logging_ok:
auto-union
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/mf_format.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/mysys/mf_format.c b/mysys/mf_format.c index 36d3908d310..937904847ee 100644 --- a/mysys/mf_format.c +++ b/mysys/mf_format.c @@ -111,15 +111,7 @@ my_string fn_format(my_string to, const char *name, const char *dir, strmov(buff,to); (void) my_readlink(to, buff, MYF(0)); } - if ( flag & MY_QUOTE_SPACES) - if ( strchr(to, ' ')) - { - char tmp_buff[FN_REFLEN]; - tmp_buff[0]='"'; - strxmov(tmp_buff+1,to,"\"",NullS); - strmov(to,tmp_buff); - } - DBUG_RETURN (to); + DBUG_RETURN(to); } /* fn_format */ |