dbquery: inactivate run_sql_cached()
- Inactivated run_sql_cached() since it is faster to let MySQL use its own query cache instead of comparing table update times, especially in case of user storms. A proper time-driven cache may be introduced later on.