summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-15 16:22:34 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-15 16:22:34 +0300
commit7dc2f1a69e61a4370ae06edc77de0fd5bf98e6fb (patch)
tree8783b1d57a27183a301b7fdfaaf671cf498a7e8e /sql/sql_db.cc
parentef2e750842f4f913ef93c404e4d2d05e95a4cfd0 (diff)
downloadmariadb-git-7dc2f1a69e61a4370ae06edc77de0fd5bf98e6fb.tar.gz
Portability fixes
libmysql/libmysql.c: Cleanup & portability fixes
Diffstat (limited to 'sql/sql_db.cc')
-rw-r--r--sql/sql_db.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_db.cc b/sql/sql_db.cc
index 2100b3f8318..cacb154fe6b 100644
--- a/sql/sql_db.cc
+++ b/sql/sql_db.cc
@@ -241,7 +241,7 @@ static long mysql_rm_known_files(THD *thd, MY_DIR *dirp, const char *db,
continue;
}
strxmov(filePath,org_path,"/",file->name,NullS);
- if (db && !strcasecmp(fn_ext(file->name), reg_ext))
+ if (db && !my_strcasecmp(fn_ext(file->name), reg_ext))
{
/* Drop the table nicely */
*fn_ext(file->name)=0; // Remove extension