--- sql/mysql/ChangeLog 2007/02/20 10:31:22 1.9 +++ sql/mysql/ChangeLog 2008/07/08 13:44:02 1.12 @@ -1,3 +1,50 @@ +2008-06-30 misha + * parser3mysql.C 1.34: + - old_client option added. it allow to disable multi result. + +2008-06-27 misha + * configure 1.29: + *** empty log message *** + +2008-06-26 misha + * configure.in 1.29: + * parser3mysql.C 1.33: + - use new API and new version (10.0) + - $.limit(0) fixed + - transcode server error messaged if ClientCharset option was specified + - less calls to transcode method if ClientCharset specified but it's equal to request:charset + +2008-06-24 misha + * parser3mysql.C 1.32: + - some spaces to tabs + +2008-05-04 misha + * configure 1.28: + * configure.in 1.28: + =no message + + * parser3mysql.C 1.31: + - multi statements now can be switched on with option + multi_statements=1 + + * parser3mysql.C 1.30: + - CLIENT_MULTI_STATEMENTS => CLIENT_MULTI_RESULTS + +2008-01-25 misha + * parser3mysql.C 1.29: + - call mysql_server_end before unload driver + +2007-09-17 misha + * parser3mysql.C 1.28: + - charser and ClientCharset options now can be specified together. + it can be usable for transcoding text from utf8 (in DB) to koi8: &charset=utf-8&ClientCharset=utf8 + in this case sql server return data in utf and parser itself transcode it from utf to koi8 + +2007-08-27 misha + * parser3mysql.C 1.27: + - support storage procedure for MySQL 5 (patch from Sumo: http:// + www.parser.ru/forum/?id=54595 ) + 2007-02-19 misha * INSTALL 1.7: - some text changes