Merge branch 'release-1.0GA' into firewall

Conflicts:
	log_manager/log_manager.cc
This commit is contained in:
Markus Makela
2014-12-04 17:13:41 +02:00
37 changed files with 630 additions and 297 deletions

View File

@ -619,6 +619,7 @@ static skygw_query_type_t resolve_query_type(
break;
case SQLCOM_SELECT:
case SQLCOM_SHOW_SLAVE_STAT:
type |= QUERY_TYPE_READ;
break;