Skip to content

Instantly share code, notes, and snippets.

@s0enke
Created March 1, 2012 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s0enke/1950130 to your computer and use it in GitHub Desktop.
Save s0enke/1950130 to your computer and use it in GitHub Desktop.
gearman and libdrizzle connecting to percona server 5.5
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
connect(3, {sa_family=AF_INET, sin_port=htons(3306), sin_addr=inet_addr("192.168.2.133")}, 16) = -1 EINPROGRESS (Operation now in progress)
poll([{fd=3, events=POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
read(3, 0x911e70, 32768) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}])
read(3, "Q\0\0\0\n5.5.20-55-log\0\370&\0\0007_\\.n`x[\0"..., 32768) = 85
close(3) = 0
write(1, "ERROR _libdrizzle_query\n", 24ERROR _libdrizzle_query
) = 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment