Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordroy2011-04-27 12:57:44 +0000
committerdroy2011-04-27 12:57:44 +0000
commit0a0ad5c01be4f0e5519438e5066dc86cdd8bb03d (patch)
treed227407b3125f65cc69550e555c84c9db6985166
parent1c93a446da01830cccc05cf0defba43b4098a648 (diff)
downloadgo-0a0ad5c01be4f0e5519438e5066dc86cdd8bb03d.tar.gz
go-0a0ad5c01be4f0e5519438e5066dc86cdd8bb03d.tar.xz
go-0a0ad5c01be4f0e5519438e5066dc86cdd8bb03d.zip
Remove DELAYED -- doesn't work on INNODB
-rw-r--r--redirector.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/redirector.php b/redirector.php
index 60bb0b9..30fe7bb 100644
--- a/redirector.php
+++ b/redirector.php
@@ -91,7 +91,7 @@
# track the click
# Do a reverse lookup on the client IP
$client_hostname = @gethostbyaddr($_SERVER['REMOTE_ADDR']) ;
- $SQL = "INSERT DELAYED INTO CampaignClicks (
+ $SQL = "INSERT /* /go/redirector.php */ INTO CampaignClicks (
ClickID,
CampaignKey,
SubKey,

Back to the top