Re: Benchmarking SQL drivers
"Per Hedbor () @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
>Is the MySQL network protocol sufficiently stable? Well, yes, except for new features it has not really changed since about mysql 2.13 (about forever). 2.13: size field changed to 4 bytes from 2 (for query/reply packets) 5.0: stored procedures 5.1: multi-query stored procedures (with multiple replies) Anyway, it is probably safe to only target 2.13+. Note: I am not saying I am going to do this right now. :) -- Per Hedbor