Example #1
0
 def __init__(self, connection):
     MysqlPacket.__init__(self, connection)
     self.check_error()
     if not self.is_eof_packet():
         self.__parse_field_descriptor(connection.encoding)
Example #2
0
 def __init__(self, connection):
     MysqlPacket.__init__(self, connection)
     self.check_error()
     if not self.is_eof_packet():
         self.__parse_field_descriptor(connection.encoding)