--- sql/mysql/ChangeLog 2007/02/20 10:31:22 1.9 +++ sql/mysql/ChangeLog 2009/06/03 12:44:30 1.13 @@ -1,3 +1,73 @@ +2009-04-10 misha + * parser3mysql.C [release_10_1] 1.35.2.1: + *** empty log message *** + +2009-04-09 misha + * configure 1.32: + * configure.in 1.32: + *** empty log message *** + +2009-04-08 misha + * config_auto.h.in 1.5: + * configure 1.31: + *** empty log message *** + + * configure.in 1.31: + - while building on freebsd4 we don't add descructor because it + causes core while executing + + * parser3mysql.C 1.35: + - now driver can be built with old mysql includes (prior 4.1), however options ?old_client and ? + multi_statements definitely will not work + - while building on freebsd4 we don't add descructor because it causes core while executing + +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