diff options
author | monty@donna.mysql.com <> | 2001-02-15 03:43:14 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-02-15 03:43:14 +0200 |
commit | 450d98e3418fc3e267833d3ad13d45b539269fac (patch) | |
tree | 48461790e73014dbea005fbd6ef8d48e83cc6f14 /sql/sql_db.cc | |
parent | 7de40020d7684af7ec139455ca99ce6480f434e0 (diff) | |
download | mariadb-git-450d98e3418fc3e267833d3ad13d45b539269fac.tar.gz |
Changed --replace to --replace_result in mysqltest
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
Diffstat (limited to 'sql/sql_db.cc')
-rw-r--r-- | sql/sql_db.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_db.cc b/sql/sql_db.cc index 3786e771ecb..ed55c2b77ed 100644 --- a/sql/sql_db.cc +++ b/sql/sql_db.cc @@ -187,7 +187,7 @@ static long mysql_rm_known_files(THD *thd, MY_DIR *dirp, const char *org_path, } continue; } - if (find_type(fn_ext(file->name),&deletable_extentions,1) <= 0) + if (find_type(fn_ext(file->name),&deletable_extentions,1+2) <= 0) { found_other_files++; continue; |