Merge lp:~sergei.glushchenko/percona-server/5.5-ps-bug1182949 into lp:percona-server/5.5
Proposed by
Sergei Glushchenko
on 2013-06-13
Status: | Work in progress |
---|---|
Proposed branch: | lp:~sergei.glushchenko/percona-server/5.5-ps-bug1182949 |
Merge into: | lp:percona-server/5.5 |
Prerequisite: | lp:~sergei.glushchenko/percona-server/5.5-ps-bug1182535 |
Diff against target: |
105 lines (+55/-18) 4 files modified
Percona-Server/mysql-test/r/percona_bug1182949.result (+12/-0) Percona-Server/mysql-test/t/percona_bug1182949-master.opt (+1/-0) Percona-Server/mysql-test/t/percona_bug1182949.test (+24/-0) Percona-Server/sql/sql_prepare.cc (+18/-18) |
To merge this branch: | bzr merge lp:~sergei.glushchenko/percona-server/5.5-ps-bug1182949 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Laurynas Biveinis (community) | 2013-06-13 | Needs Fixing on 2013-06-14 | |
Alexey Kopytov | Pending | ||
Review via email:
|
Description of the change
Merge fix for bug 1182949 from 5.1 series.
Add testcase for this bug with using audit_null plugin.
To post a comment you must log in.
Same questions as in 5.1 MP, and same testcase notes as for bug 1182535 MP.
review:
Needs Fixing
Unmerged revisions
- 462. By Sergei Glushchenko on 2013-06-11
-
Merge fix for bug 1182949 from 5.1 series.
Add testcase for this bug with using audit_null plugin. - 461. By Sergei Glushchenko on 2013-05-22
-
Bug 1182535: no MYSQL_AUDIT_
GENERAL_ LOG notifications with general log off
The reason is that MYSQL_AUDIT_GENERAL_ LOG events are emitted in the same
method which does general log writes. Method is not called either if
general_log is turned off or if we don't want to log specific command.
Fixed by moving that checks after audit notification is sent.
http:// jenkins. percona. com/view/ PS%205. 5/job/percona- server- 5.5-param/ 760/