diff options
| author | Yoshiyuki Asaba | 2007-07-27 05:45:16 +0000 |
|---|---|---|
| committer | Yoshiyuki Asaba | 2007-07-27 05:45:16 +0000 |
| commit | 4264a0c9558c65e2f9f9ac065fac7131a1b693ac (patch) | |
| tree | 291b5ad6c2ca24d03a1cd8ebd2815a439d909e9c | |
| parent | 119b891b83066f0323773d111ecb8bd16c7f2f45 (diff) | |
Release note for 3.4.
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2007-08-01 <y-asaba@sraoss.co.jp> + * Version 3.4 + * Add new "replicate_select" directive which the default value is + false. (Yoshiyuki) + - If it is true, SELECT query is replicated. This behavior is + the same under V3.2. + * Improve signal handling. (Yoshiyuki) + - Occasionaly, zombie processes were remained. Or processes were + unstable. + * Fix hang up when SELECT was error inside a transaction + block. The bug was introduced in V3.3. (Yoshiyuki) + * Fix PREPARE/EXECUTE handling in master slave mode. (Yoshiyuki) + * Fix "kind mismatch error" when deadlock error + * Fix hang up and SEGV in extended query protocol when a warning + SQL like "SELECT '\'';" executed. (Yoshiyuki) + * Fix memory leak when connection cache was full. (Yoshiyuki) + 2007-05-18 <yamaguchi@sraoss.co.jp> * Version 3.3 * Improve replication. SELECT nextval() and SELECT setval() are |
