mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed indention, removed compiler varnings and fixed a bug
in FULLTEXT indexes.
This commit is contained in:
@ -30,10 +30,9 @@ static my_string NEAR_F expand_tilde(my_string *path);
|
||||
|
||||
/* Pack a dirname ; Changes HOME to ~/ and current dev to ./ */
|
||||
/* from is a dirname (from dirname() ?) ending with FN_LIBCHAR */
|
||||
/* to may be == from */
|
||||
|
||||
void pack_dirname(my_string to, const char *from)
|
||||
|
||||
/* to may be == from */
|
||||
{
|
||||
int cwd_err;
|
||||
uint d_length,length,buff_length;
|
||||
|
Reference in New Issue
Block a user