mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge mysql.com:/home/my/mysql-5.1
into mysql.com:/home/my/mysql-5.1-TDC
This commit is contained in:
@ -286,7 +286,7 @@ bool mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
|
||||
#endif
|
||||
if (!dirname_length(ex->file_name))
|
||||
{
|
||||
strxnmov(name, FN_REFLEN, mysql_real_data_home, tdb, NullS);
|
||||
strxnmov(name, FN_REFLEN-1, mysql_real_data_home, tdb, NullS);
|
||||
(void) fn_format(name, ex->file_name, name, "",
|
||||
MY_RELATIVE_PATH | MY_UNPACK_FILENAME);
|
||||
}
|
||||
|
Reference in New Issue
Block a user