Created
February 5, 2010 01:04
-
-
Save klochner/295353 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Join Table Columns (2.3ms) SHOW FIELDS FROM `foos_bars` | |
Bar Load (18.7ms) SELECT * FROM `bars` INNER JOIN `foos_bars` ON `bars`.id = `foos_bars`.bar_id WHERE (`foos_bars`.foo_id = 1327 ) | |
SQL (0.1ms) BEGIN | |
SQL (51.2ms) DELETE FROM `foos_bars` WHERE foo_id = 1327 AND bar_id in (117261,117262,117263, . . | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment