I'm finding that if I 'select * from shell_history', I only get shell_history for root. But if I join shell_history with the users table, I get shell_history for all users. This seems unnecessary - is there any way to retrieve shell_history for all users without joining w/ the users table?