[Mono-devel-list] another ByteFx.MySql problems RE: [Mono-list] Error building mcs-0.29 from source (on Linux)

Reggie Burnett rykr at bellsouth.net
Thu Dec 4 08:14:07 EST 2003


Mohammad

I apologize for your troubles.  During the last month, I have refactored the
code to improve overall flow of commands internally and to better support
such features as COPY DATA LOCAL INFILE.  My refactoring has destabilized it
a bit but I am aggressively working to clean it up.  I fixed a couple of
issues after 0.29 went out that have not synced with Mono yet.  I still have
a couple more that I am going to address and then I'll sync with Mono again.

Thanks
Reggie

> -----Original Message-----
> From: mono-devel-list-admin at lists.ximian.com [mailto:mono-devel-list-
> admin at lists.ximian.com] On Behalf Of Mohammad DAMT
> Sent: Wednesday, December 03, 2003 10:45 PM
> To: Reggie Burnett
> Cc: mono-devel-list at ximian.com
> Subject: [Mono-devel-list] another ByteFx.MySql problems RE: [Mono-list]
> Error building mcs-0.29 from source (on Linux)
> Importance: High
> 
> after the last update of ByteFx.MySql just before 0.29 was out,
> I got plenty of these: (roughly 2 of 20 requests to my aspx page)
> 
> ByteFX.Data.MySqlClient.MySqlException: Unknown transmission status:
> sequence out of order
> in <0x000c5> ByteFX.Data.MySqlClient.Driver:ReadRawPacket ()
> in <0x00052> ByteFX.Data.MySqlClient.Driver:ReadPacket ()
> in <0x00086> ByteFX.Data.MySqlClient.Driver:SendSql (byte[])
> in <0x000c4> ByteFX.Data.MySqlClient.MySqlCommand:ExecuteBatch (bool)
> in <0x0005a> (wrapper remoting-invoke-with-check)
> ByteFX.Data.MySqlClient.MySqlCommand:ExecuteBatch (bool)
> in <0x00097> ByteFX.Data.MySqlClient.MySqlDataReader:NextResult ()
> in <0x0005d> (wrapper remoting-invoke-with-check)
> ByteFX.Data.MySqlClient.MySqlDataReader:NextResult ()
> in <0x0013d> ByteFX.Data.MySqlClient.MySqlCommand:ExecuteReader
> (System.Data.CommandBehavior)
> in <0x00054> (wrapper remoting-invoke-with-check)
> ByteFX.Data.MySqlClient.MySqlCommand:ExecuteReader
> (System.Data.CommandBehavior)
> in <0x00014>
> ByteFX.Data.MySqlClient.MySqlCommand:System.Data.IDbCommand.ExecuteReader
> (System.Data.CommandBehavior)
> in <0x000a7> System.Data.Common.DbDataAdapter:Fill
> (System.Data.DataSet,int,int,string,System.Data.IDbCommand,System.Data.Com
> mandBehavior)
> in <0x00047> System.Data.Common.DbDataAdapter:Fill (System.Data.DataSet)
> in <0x000bd> CDL2000.Base.Db:q_ds (string)
> in <0x000d9> CDL2000.Base.Db:q_ds (string)
> in <0x00058> (wrapper remoting-invoke-with-check) CDL2000.Base.Db:q_ds
> (string)
> in <0x00027> Mo8il.Object.Kredit:GetLembagaKredit ()
> in <0x000b0> Mo8il.Web.InfoKredit:Page_Load (object,System.EventArgs)
> in <0x0005a> (wrapper delegate-invoke)
> System.MulticastDelegate:invoke_void_object_EventArgs
> (object,System.EventArgs)
> in <0x00090> System.Web.UI.Control:OnLoad (System.EventArgs)
> in <0x00031> System.Web.UI.Control:LoadRecursive ()
> in <0x00091> System.Web.UI.Page:InternalProcessRequest ()
> in <0x0007d> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
> in <0x00191> .ExecuteHandlerState:Execute ()
> in <0x00076> .StateMachine:ExecuteState
> (System.Web.HttpApplication/IStateHandler,bool&)
> 
> after refreshing the page, the problem is gone. another similar
> intermittent problem is
> "connection timeout" exception
> 
> the code is filling dataset from a mysql query. mysql server is on the
> same machine with the webserver.
> 
> thanks.
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list