Query Run
use enwiki_p; select * from actor where actor_name like '%\_'; 4 years ago
use enwiki_p; select * from actor where actor_name like '%\_' limit 1; 4 years ago
use enwiki_p; select * from actor where actor_name like 'Brad\_' limit 1; 4 years ago
use enwiki_p; select * from actor where actor_name like 'Brad_' limit 1; 4 years ago
use enwiki_p; select * from actor where actor_name like '%_' limit 1; 4 years ago
use enwiki_p; select * from actor with where actor_name like '%_' limit 1; 4 years ago
use enwiki_p; SET SESSION TRANSACTION ISOLATION LEVEL READ UNCOMMITTED... 4 years ago
use enwiki_p; select * from actor with (nolock) where actor_name like '%_' 4 years ago
use enwiki_p; select * from actor limit 10; -- where actor_name like '%_' 4 years ago
use enwiki_p; select * from actor where actor_name like '%_' 4 years ago