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:
parent
4d6bd4325e
commit
82eb1dda5d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user