| List: | MySQL ODBC | « Previous MessageNext Message » | |
| From: | Michael Widenius | Date: | June 29 1999 2:28am |
| Subject: | MyODBC bug in lib/net.c | ||
| View as plain text | |||
>>>>> "James" == James Craig Ziegler <jczjcz@stripped> writes: James> MyODBC crashed in lib.net.c at line 461 James> was: James> if (((int) length=raw_net_read(...) <=0 ) James> when MicroS... returned a length of 4064586 James> I changed it to James> now: James> if (( length=raw_net_read(...) <=0L ) James> which seemed to fix the problem. Fixed. Thanks! Regards, Monty
| Thread | ||
|---|---|---|
| • MyODBC bug in lib/net.c | James Craig Ziegler | 24 Jun |
| • MyODBC bug in lib/net.c | Michael Widenius | 29 Jun |
