From 72d57b0ad5f6e590827889d0ad9fa5d8c24ce2ad Mon Sep 17 00:00:00 2001 From: Gary Willoughby Date: Sun, 15 Feb 2015 15:34:44 +0000 Subject: [PATCH] Added support for multi-statements. --- packets.go | 1 + 1 file changed, 1 insertion(+) diff --git a/packets.go b/packets.go index f39d65c70..52c98c10b 100644 --- a/packets.go +++ b/packets.go @@ -214,6 +214,7 @@ func (mc *mysqlConn) writeAuthPacket(cipher []byte) error { clientLongPassword | clientTransactions | clientLocalFiles | + clientMultiStatements | mc.flags&clientLongFlag if mc.cfg.clientFoundRows {