1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Fix SQL syntax for MySQL

This commit is contained in:
Ruben S. Montero 2014-10-06 23:07:50 +02:00
parent 4d6bd4325e
commit 82eb1dda5d

View File

@ -460,7 +460,7 @@ void VirtualNetworkPoolInfo::request_execute(
string where_vnets, where_reserv;
ostringstream where_string;
where_filter(att, filter_flag, start_id, end_id, "pid == -1", "", false,
where_filter(att, filter_flag, start_id, end_id, "pid = -1", "", false,
false, false, where_vnets);
where_filter(att, filter_flag, -1, -1, "pid != -1", "", true, true, false,