mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
added building without query cache
This commit is contained in:
@@ -159,7 +159,7 @@ int mysql_rm_db(THD *thd,char *db,bool if_exists, bool silent)
|
||||
if ((deleted=mysql_rm_known_files(thd, dirp, db, path,0)) >= 0 && thd)
|
||||
{
|
||||
ha_drop_database(path);
|
||||
query_cache.invalidate(db);
|
||||
query_cache_invalidate1(db);
|
||||
if (!silent)
|
||||
{
|
||||
if (!thd->query)
|
||||
|
||||
Reference in New Issue
Block a user