Merge lp:~gl-az/percona-server/bug1273465-5.5 into lp:percona-server/5.5

Proposed by George Ormond Lorch III
Status: Work in progress
Proposed branch: lp:~gl-az/percona-server/bug1273465-5.5
Merge into: lp:percona-server/5.5
Diff against target: 112 lines (+9/-9)
8 files modified
libmysql/errmsg.c (+1/-1)
sql/log_event.cc (+1/-1)
sql/log_event.h (+1/-1)
sql/rpl_utility.cc (+1/-1)
sql/sql_select.cc (+2/-2)
sql/tztime.cc (+1/-1)
storage/innobase/fil/fil0fil.c (+1/-1)
storage/myisam/mi_rnext.c (+1/-1)
To merge this branch: bzr merge lp:~gl-az/percona-server/bug1273465-5.5
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Needs Fixing
Laurynas Biveinis (community) Needs Fixing
Review via email: mp+203435@code.launchpad.net

Description of the change

Fix for bug1273465 - lintian warnings and errors (new packaging)
Corrected minor spelling errors with the exception of 'yuR' as that does not appear anywhere in the code base.

To post a comment you must log in.
Revision history for this message
George Ormond Lorch III (gl-az) wrote :
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Is there a reason not to do a GCA and a 5.6 branch? (and those typos should be reported to upstream too)

review: Needs Fixing
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Lintian complains about spelling errors in strings found in the binary image (i.e. it executes 'strings' and checks the output about common spelling mistakes). What's the point to modify code comments?

review: Needs Fixing
Revision history for this message
George Ormond Lorch III (gl-az) wrote :

Laurynas, I did start with branches fresh out of the percona_create_branches.sh script but it apparently failed. I did not catch this until after I made the 5.5 MP and tried to merge the changes forward to 5.6. I left it at that yesterday to pick up on today. I now look back at my terminal session and see:

> percona_create_branches.sh server bug1273465
==> mkdir bug1273465
==> bzr branch lp:percona-server/5.6 bug1273465/5.6
Branched 537 revisions.
==> bzr branch lp:percona-server/5.5 bug1273465/5.5
Branched 620 revisions.
Getting the oldest unmerged mainline revision for lp:percona-server/5.5
Using revision 608
Updating bug1273465/5.5 to the last fully merged mainline revision
==> cd bug1273465/5.5
==> bzr pull -q --overwrite -rbefore:608 .
bzr: ERROR: Moving the root directory is not supported at this time

I'll look into this some today.

Yes Laurynas, most of these issues exist upstream as well.

Alexey, I agree, changing source code comments and minor spelling errors IMHO should not be a rational reason to be excluded from a distro. I was asked to do the work under the pretense that it has been vetted and deemed necessary. Please advise otherwise on the JIRA task.

Unmerged revisions

608. By George Ormond Lorch III

Fix for bug1273465 - lintian warnings and errors (new packaging)
Corrected minor spelling errors with the exception of 'yuR' as that does not appear anywhere in the code base.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libmysql/errmsg.c'
2--- libmysql/errmsg.c 2013-06-26 07:01:13 +0000
3+++ libmysql/errmsg.c 2014-01-27 23:37:11 +0000
4@@ -82,7 +82,7 @@
5 "Attempt to read a row while there is no result set associated with the statement",
6 "This feature is not implemented yet",
7 "Lost connection to MySQL server at '%s', system error: %d",
8- "Statement closed indirectly because of a preceeding %s() call",
9+ "Statement closed indirectly because of a preceding %s() call",
10 "The number of columns in the result set differs from the number of bound buffers. You must reset the statement, rebind the result set columns, and execute the statement again",
11 "This handle is already connected. Use a separate handle for each connection.",
12 "Authentication plugin '%s' cannot be loaded: %s",
13
14=== modified file 'sql/log_event.cc'
15--- sql/log_event.cc 2013-12-16 08:19:34 +0000
16+++ sql/log_event.cc 2014-01-27 23:37:11 +0000
17@@ -3340,7 +3340,7 @@
18 if ((error= rows_event_stmt_cleanup(const_cast<Relay_log_info*>(rli), thd)))
19 {
20 const_cast<Relay_log_info*>(rli)->report(ERROR_LEVEL, error,
21- "Error in cleaning up after an event preceeding the commit; "
22+ "Error in cleaning up after an event preceding the commit; "
23 "the group log file/position: %s %s",
24 const_cast<Relay_log_info*>(rli)->group_master_log_name,
25 llstr(const_cast<Relay_log_info*>(rli)->group_master_log_pos,
26
27=== modified file 'sql/log_event.h'
28--- sql/log_event.h 2013-08-02 09:40:55 +0000
29+++ sql/log_event.h 2014-01-27 23:37:11 +0000
30@@ -1773,7 +1773,7 @@
31 bool is_valid() const { return query != 0; }
32
33 /*
34- Returns number of bytes additionaly written to post header by derived
35+ Returns number of bytes additionally written to post header by derived
36 events (so far it is only Execute_load_query event).
37 */
38 virtual ulong get_post_header_size_for_derived() { return 0; }
39
40=== modified file 'sql/rpl_utility.cc'
41--- sql/rpl_utility.cc 2013-10-22 13:33:14 +0000
42+++ sql/rpl_utility.cc 2014-01-27 23:37:11 +0000
43@@ -1115,7 +1115,7 @@
44 void Deferred_log_events::rewind()
45 {
46 /*
47- Reset preceeding Query log event events which execution was
48+ Reset preceding Query log event events which execution was
49 deferred because of slave side filtering.
50 */
51 if (!is_empty())
52
53=== modified file 'sql/sql_select.cc'
54--- sql/sql_select.cc 2013-09-16 13:54:52 +0000
55+++ sql/sql_select.cc 2014-01-27 23:37:11 +0000
56@@ -15102,7 +15102,7 @@
57 Item *view_ref= NULL;
58 /*
59 If we have found field not by its alias in select list but by its
60- original field name, we should additionaly check if we have conflict
61+ original field name, we should additionally check if we have conflict
62 for this name (in case if we would perform lookup in all tables).
63 */
64 if (resolution == RESOLVED_BEHIND_ALIAS && !order_item->fixed &&
65@@ -16086,7 +16086,7 @@
66 We are replacing the argument of Item_func_set_user_var after its value
67 has been read. The argument's null_value should be set by now, so we
68 must set it explicitly for the replacement argument since the null_value
69- may be read without any preceeding call to val_*().
70+ may be read without any preceding call to val_*().
71 */
72 new_field->update_null_value();
73 List<Item> list;
74
75=== modified file 'sql/tztime.cc'
76--- sql/tztime.cc 2013-02-26 05:35:17 +0000
77+++ sql/tztime.cc 2014-01-27 23:37:11 +0000
78@@ -2005,7 +2005,7 @@
79
80 /*
81 At last we are doing the same thing for records in
82- mysql.time_zone_transition table. Here we additionaly need records
83+ mysql.time_zone_transition table. Here we additionally need records
84 in ascending order by index scan also satisfies us.
85 */
86 table= tz_tables->table;
87
88=== modified file 'storage/innobase/fil/fil0fil.c'
89--- storage/innobase/fil/fil0fil.c 2013-12-05 08:07:26 +0000
90+++ storage/innobase/fil/fil0fil.c 2014-01-27 23:37:11 +0000
91@@ -3931,7 +3931,7 @@
92 page_no = dict_index_get_page(index);
93 ut_a(page_no == 3);
94
95- fprintf(stderr, "InnoDB: It is compressed .ibd file. need to convert additionaly on buffer pool.\n");
96+ fprintf(stderr, "InnoDB: It is compressed .ibd file. need to convert additionally on buffer pool.\n");
97
98 /* down to leaf */
99 mtr_start(&mtr);
100
101=== modified file 'storage/myisam/mi_rnext.c'
102--- storage/myisam/mi_rnext.c 2011-06-30 15:46:53 +0000
103+++ storage/myisam/mi_rnext.c 2014-01-27 23:37:11 +0000
104@@ -64,7 +64,7 @@
105 Normally SQL layer would never request "search next" if
106 "search first" failed. But HANDLER may do anything.
107
108- As mi_rnext() without preceeding mi_rkey()/mi_rfirst()
109+ As mi_rnext() without preceding mi_rkey()/mi_rfirst()
110 equals to mi_rfirst(), we must restore original state
111 as if failing mi_rfirst() was not called.
112 */

Subscribers

People subscribed via source and target branches