5 | | * Run the same query twice, once with `$fields` set to `all`, the other with `$fields` set to `ids`. |
6 | | * Another one similar to the above, but with `$count` set to `true` in both queries. |
7 | | * Run the same query twice (with the same `$fields` value!), but one time with the `$count` argument as true. |
| 5 | * Run the same query twice, once with `$fields` set to `all`, the other with `$fields` set to `ids`. `$wpdb->num_queries` should match. |
| 6 | * Another one similar to the above, but with `$count` set to `true` in both queries. `$wpdb->num_queries` should match. |
| 7 | * Run the same query twice (with the same `$fields` value!), but one time with the `$count` argument as true. `$wpdb->num_queries` should differ. |