Skip to content
Permalink
Browse files
CONNECT: Windows paths
Followup for db8f0da
  • Loading branch information
vuvova committed Feb 9, 2019
1 parent e5a5ae4 commit 894f44b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1816,7 +1816,7 @@ PCSZ ha_connect::GetDBName(PCSZ name)
const char *ha_connect::GetTableName(void)
{
const char *path= tshp ? tshp->path.str : table_share->path.str;
const char *name= strrchr(path, '/');
const char *name= strrchr(path, slash);
return name ? name+1 : path;
} // end of GetTableName

0 comments on commit 894f44b

Please sign in to comment.