--- sql/mysql/ChangeLog 2007/12/26 15:58:24 1.10 +++ sql/mysql/ChangeLog 2008/07/08 13:44:02 1.12 @@ -1,3 +1,39 @@ +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.