Merge lp:~percona-dev/percona-server/5.1.57-fix_bug_746332 into lp:~percona-dev/percona-server/5.1.57

Proposed by Oleg Tsarev
Status: Merged
Approved by: Valentine Gostev
Approved revision: no longer in the source branch.
Merged at revision: 228
Proposed branch: lp:~percona-dev/percona-server/5.1.57-fix_bug_746332
Merge into: lp:~percona-dev/percona-server/5.1.57
Diff against target: 20 lines (+4/-4)
1 file modified
mysql-test/innodb_fix_misc_bug51325.result (+4/-4)
To merge this branch: bzr merge lp:~percona-dev/percona-server/5.1.57-fix_bug_746332
Reviewer Review Type Date Requested Status
Valentine Gostev (community) qa Approve
Percona developers Pending
Review via email: mp+62329@code.launchpad.net

Description of the change

Update results for test innodb_fix_misc_bug51325 (space instead of tab)

To post a comment you must log in.
Revision history for this message
Valentine Gostev (longbow) wrote :

ok for me

review: Approve (qa)
Revision history for this message
Valentine Gostev (longbow) wrote :

Oleg, you mean you've replaced whitespaces with tabs?

review: Needs Information (qa)
Revision history for this message
Oleg Tsarev (tsarev) wrote :

Yes

Revision history for this message
Valentine Gostev (longbow) :
review: Approve (qa)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'mysql-test/innodb_fix_misc_bug51325.result'
--- mysql-test/innodb_fix_misc_bug51325.result 2011-03-09 21:00:46 +0000
+++ mysql-test/innodb_fix_misc_bug51325.result 2011-05-25 15:19:26 +0000
@@ -1,12 +1,12 @@
1DROP TABLE IF EXISTS t1;1DROP TABLE IF EXISTS t1;
2SET GLOBAL innodb_file_per_table=ON;2SET GLOBAL innodb_file_per_table=ON;
3SHOW VARIABLES LIKE 'innodb_lazy_drop_table';3SHOW VARIABLES LIKE 'innodb_lazy_drop_table';
4Variable_name Value4Variable_name Value
5innodb_lazy_drop_table 05innodb_lazy_drop_table 0
6SET GLOBAL innodb_lazy_drop_table=1;6SET GLOBAL innodb_lazy_drop_table=1;
7SHOW VARIABLES LIKE 'innodb_lazy_drop_table';7SHOW VARIABLES LIKE 'innodb_lazy_drop_table';
8Variable_name Value8Variable_name Value
9innodb_lazy_drop_table 19innodb_lazy_drop_table 1
10CREATE TABLE t1 (a INT) ENGINE=InnoDB;10CREATE TABLE t1 (a INT) ENGINE=InnoDB;
11DROP TABLE t1;11DROP TABLE t1;
12SET GLOBAL innodb_lazy_drop_table=default;12SET GLOBAL innodb_lazy_drop_table=default;

Subscribers

People subscribed via source and target branches