Merge lp:~otto/maria/maria-fix-spelling-trunk into lp:maria

Proposed by Otto Kekäläinen
Status: Merged
Merged at revision: 4210
Proposed branch: lp:~otto/maria/maria-fix-spelling-trunk
Merge into: lp:maria
Diff against target: 744 lines (+67/-67)
46 files modified
include/mysql_com.h (+1/-1)
libmysql/errmsg.c (+1/-1)
man/mysql-test-run.pl.1 (+1/-1)
mysql-test/extra/rpl_tests/rpl_ddl.test (+2/-2)
mysql-test/extra/rpl_tests/rpl_row_basic.test (+2/-2)
mysql-test/include/wait_until_count_sessions.inc (+1/-1)
mysql-test/mysql-test-run.pl (+1/-1)
mysql-test/r/mysqld--help.result (+2/-2)
mysql-test/r/ps.result (+3/-3)
mysql-test/r/subselect_sj.result (+2/-2)
mysql-test/r/subselect_sj_jcl6.result (+2/-2)
mysql-test/suite/funcs_1/views/func_view.inc (+1/-1)
mysql-test/suite/funcs_1/views/views_master.inc (+1/-1)
mysql-test/suite/rpl/t/rpl_ddl.test (+2/-2)
mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test (+1/-1)
mysql-test/t/ps.test (+3/-3)
mysql-test/t/subselect_sj.test (+2/-2)
sql/handler.h (+1/-1)
sql/item_xmlfunc.cc (+1/-1)
sql/log_event.cc (+1/-1)
sql/log_event.h (+1/-1)
sql/mysqld.cc (+1/-1)
sql/password.c (+2/-2)
sql/rpl_utility.cc (+1/-1)
sql/slave.cc (+1/-1)
sql/sql_connect.cc (+1/-1)
sql/sql_prepare.cc (+1/-1)
sql/sql_select.cc (+2/-2)
sql/sql_yacc.yy (+3/-3)
sql/sys_vars.cc (+1/-1)
sql/tztime.cc (+1/-1)
storage/connect/filamap.cpp (+1/-1)
storage/connect/filamfix.cpp (+3/-3)
storage/connect/filamtxt.cpp (+1/-1)
storage/connect/filamvct.cpp (+5/-5)
storage/maria/ma_rnext.c (+1/-1)
storage/myisam/mi_rnext.c (+1/-1)
storage/ndb/include/ndbapi/NdbEventOperation.hpp (+1/-1)
storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs (+1/-1)
storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp (+1/-1)
storage/ndb/src/mgmsrv/MgmtSrvr.hpp (+1/-1)
storage/ndb/test/ndbapi/testDict.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLColAttributeTest.cpp (+1/-1)
storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp (+1/-1)
storage/perfschema/pfs_digest.cc (+1/-1)
storage/tokudb/ft-index/ft/ft-flusher.cc (+1/-1)
To merge this branch: bzr merge lp:~otto/maria/maria-fix-spelling-trunk
Reviewer Review Type Date Requested Status
Sergei Golubchik Pending
Review via email: mp+216534@code.launchpad.net

Description of the change

These are trivial spelling and execution bit fixes. My patch and all fixes to it are provided to the MariaDB Foundation under the MCA (as required at https://mariadb.com/kb/en/contributing-code/).

To post a comment you must log in.
Revision history for this message
Otto Kekäläinen (otto) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'include/mysql_com.h'
2--- include/mysql_com.h 2014-03-26 21:25:38 +0000
3+++ include/mysql_com.h 2014-04-20 07:59:36 +0000
4@@ -111,7 +111,7 @@
5 #define MYSQL_TYPE_VIRTUAL 245
6 /*
7 Length of random string sent by server on handshake; this is also length of
8- obfuscated password, recieved from client
9+ obfuscated password, received from client
10 */
11 #define SCRAMBLE_LENGTH 20
12 #define SCRAMBLE_LENGTH_323 8
13
14=== modified file 'libmysql/errmsg.c'
15--- libmysql/errmsg.c 2014-03-26 21:25:38 +0000
16+++ libmysql/errmsg.c 2014-04-20 07:59:36 +0000
17@@ -81,7 +81,7 @@
18 "Attempt to read a row while there is no result set associated with the statement",
19 "This feature is not implemented yet",
20 "Lost connection to MySQL server at '%s', system error: %M",
21- "Statement closed indirectly because of a preceeding %s() call",
22+ "Statement closed indirectly because of a preceding %s() call",
23 "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",
24 "This handle is already connected. Use a separate handle for each connection.",
25 "Authentication plugin '%s' cannot be loaded: %s",
26
27=== modified file 'man/mysql-test-run.pl.1'
28--- man/mysql-test-run.pl.1 2011-11-21 17:13:14 +0000
29+++ man/mysql-test-run.pl.1 2014-04-20 07:59:36 +0000
30@@ -332,7 +332,7 @@
31 can invoke itself with
32 exec $MYSQL_TEST\&.
33 .PP
34-Other tests may refer to the last three variables listed in the preceeding table, to locate files to read or write\&. For example, tests that need to create files will typically put them in
35+Other tests may refer to the last three variables listed in the preceding table, to locate files to read or write\&. For example, tests that need to create files will typically put them in
36 $MYSQL_TMP_DIR/\fIfile_name\fR\&.
37 .PP
38 If you are running
39
40=== modified file 'mysql-test/collections/default.weekly' (properties changed: +x to -x)
41=== modified file 'mysql-test/extra/rpl_tests/rpl_ddl.test'
42--- mysql-test/extra/rpl_tests/rpl_ddl.test 2014-02-26 14:28:07 +0000
43+++ mysql-test/extra/rpl_tests/rpl_ddl.test 2014-04-20 07:59:36 +0000
44@@ -98,8 +98,8 @@
45 # --> less switching of AUTOCOMMIT mode on master side.
46 #
47 # 4. Never use a test object, which was direct or indirect affected by a
48-# preceeding test sequence again.
49-# If one preceeding test sequence hits a (sometimes not visible,
50+# preceding test sequence again.
51+# If one preceding test sequence hits a (sometimes not visible,
52 # because the sql error code of the statement might be 0) bug
53 # and these rules are ignored, a following test sequence might earn ugly
54 # effects like failing 'sync_slave_with_master', crashes of the slave or
55
56=== modified file 'mysql-test/extra/rpl_tests/rpl_row_basic.test'
57--- mysql-test/extra/rpl_tests/rpl_row_basic.test 2013-09-14 01:09:36 +0000
58+++ mysql-test/extra/rpl_tests/rpl_row_basic.test 2014-04-20 07:59:36 +0000
59@@ -221,7 +221,7 @@
60 SELECT * FROM t7 ORDER BY C1;
61
62 # since bug#31552/31609 idempotency is not default any longer. In order
63-# the preceeding test INSERT INTO t7 to pass the mode is switched
64+# the preceding test INSERT INTO t7 to pass the mode is switched
65 # temprorarily
66 set @@global.slave_exec_mode= 'IDEMPOTENT';
67
68@@ -260,7 +260,7 @@
69 SELECT * FROM t8 ORDER BY a;
70
71 # since bug#31552/31609 idempotency is not default any longer. In order
72-# the preceeding test INSERT INTO t8 to pass the mode is switched
73+# the preceding test INSERT INTO t8 to pass the mode is switched
74 # temprorarily
75 set @@global.slave_exec_mode= 'IDEMPOTENT';
76
77
78=== modified file 'mysql-test/include/wait_until_count_sessions.inc'
79--- mysql-test/include/wait_until_count_sessions.inc 2010-05-24 13:54:08 +0000
80+++ mysql-test/include/wait_until_count_sessions.inc 2014-04-20 07:59:36 +0000
81@@ -10,7 +10,7 @@
82 # 1. We wait for $current_sessions <= $count_sessions because in the use case
83 # with count_sessions.inc before and wait_until_count_sessions.inc after
84 # the core of the test it could happen that the disconnects of sessions
85-# belonging to the preceeding test are not finished.
86+# belonging to the preceding test are not finished.
87 # sessions at test begin($count_sessions) = m + n
88 # sessions of the previous test which will be soon disconnected = n (n >= 0)
89 # sessions at test end ($current sessions, assuming the test disconnects
90
91=== modified file 'mysql-test/mysql-test-run.pl'
92--- mysql-test/mysql-test-run.pl 2014-04-15 07:29:57 +0000
93+++ mysql-test/mysql-test-run.pl 2014-04-20 07:59:36 +0000
94@@ -6537,7 +6537,7 @@
95 start-dirty Only start the servers (without initialization) for
96 the first specified test case
97 user-args In combination with start* and no test name, drops
98- arguments to mysqld except those speficied with
99+ arguments to mysqld except those specified with
100 --mysqld (if any)
101 wait-all If --start or --start-dirty option is used, wait for all
102 servers to exit before finishing the process
103
104=== modified file 'mysql-test/r/mysqld--help.result'
105--- mysql-test/r/mysqld--help.result 2014-03-28 07:31:24 +0000
106+++ mysql-test/r/mysqld--help.result 2014-04-20 07:59:36 +0000
107@@ -679,7 +679,7 @@
108 plugins from a given library_file will be loaded.
109 --plugin-load-add=name
110 Optional semicolon-separated list of plugins to load.
111- This option adds to the list speficied by --plugin-load
112+ This option adds to the list specified by --plugin-load
113 in an incremental way. It can be specified many times,
114 adding more plugins every time.
115 --plugin-maturity=name
116@@ -752,7 +752,7 @@
117 --relay-log-space-limit=#
118 Maximum space to use for all relay logs
119 --replicate-annotate-row-events
120- Tells the slave to write annotate rows events recieved
121+ Tells the slave to write annotate rows events received
122 from the master to its own binary log. Ignored if
123 log_slave_updates is not set
124 --replicate-do-db=name
125
126=== modified file 'mysql-test/r/ps.result'
127--- mysql-test/r/ps.result 2014-02-26 14:28:07 +0000
128+++ mysql-test/r/ps.result 2014-04-20 07:59:36 +0000
129@@ -613,8 +613,8 @@
130 ("4", "1", "sup", "0");
131 create table t3 (
132 id int(11) not null default '0',
133-preceeding_id int(11) not null default '0',
134-primary key (id,preceeding_id)
135+preceding_id int(11) not null default '0',
136+primary key (id,preceding_id)
137 );
138 create table t4 (
139 user_id varchar(50) not null,
140@@ -625,7 +625,7 @@
141 prepare stmt from
142 'select distinct t1.partner_id
143 from t1 left join t3 on t1.id = t3.id
144- left join t1 pp on pp.id = t3.preceeding_id
145+ left join t1 pp on pp.id = t3.preceding_id
146 where
147 exists (
148 select *
149
150=== modified file 'mysql-test/r/subselect_sj.result'
151--- mysql-test/r/subselect_sj.result 2014-02-26 14:28:07 +0000
152+++ mysql-test/r/subselect_sj.result 2014-04-20 07:59:36 +0000
153@@ -1007,8 +1007,8 @@
154 ("4", "1", "sup", "0");
155 create table t3 (
156 id int(11) not null default '0',
157-preceeding_id int(11) not null default '0',
158-primary key (id,preceeding_id)
159+preceding_id int(11) not null default '0',
160+primary key (id,preceding_id)
161 );
162 create table t4 (
163 user_id varchar(50) not null,
164
165=== modified file 'mysql-test/r/subselect_sj_jcl6.result'
166--- mysql-test/r/subselect_sj_jcl6.result 2014-02-26 14:28:07 +0000
167+++ mysql-test/r/subselect_sj_jcl6.result 2014-04-20 07:59:36 +0000
168@@ -1020,8 +1020,8 @@
169 ("4", "1", "sup", "0");
170 create table t3 (
171 id int(11) not null default '0',
172-preceeding_id int(11) not null default '0',
173-primary key (id,preceeding_id)
174+preceding_id int(11) not null default '0',
175+primary key (id,preceding_id)
176 );
177 create table t4 (
178 user_id varchar(50) not null,
179
180=== modified file 'mysql-test/std_data/checkDBI_DBD-mysql.pl' (properties changed: -x to +x)
181=== modified file 'mysql-test/suite/funcs_1/views/func_view.inc'
182--- mysql-test/suite/funcs_1/views/func_view.inc 2014-03-06 20:21:25 +0000
183+++ mysql-test/suite/funcs_1/views/func_view.inc 2014-04-20 07:59:36 +0000
184@@ -284,7 +284,7 @@
185 # other interesting value
186 # numbers -> 0
187 # strings, blobs, binaries -> not full length of used data type, "exotic"
188-# characters and preceeding and trailing spaces
189+# characters and preceding and trailing spaces
190 # FIXME enum, set ??
191 INSERT INTO t1_values SET
192 my_char_30 = ' ---äÖüß@µ*$-- ',
193
194=== modified file 'mysql-test/suite/funcs_1/views/views_master.inc'
195--- mysql-test/suite/funcs_1/views/views_master.inc 2012-11-20 13:11:22 +0000
196+++ mysql-test/suite/funcs_1/views/views_master.inc 2014-04-20 07:59:36 +0000
197@@ -545,7 +545,7 @@
198 # view names are accepted, at creation time, alteration time,
199 # and drop time.
200 ###############################################################################
201-# Note(mleich): non-qualified view name means a view name without preceeding
202+# Note(mleich): non-qualified view name means a view name without preceding
203 # database name
204 --disable_warnings
205 DROP VIEW IF EXISTS v1 ;
206
207=== modified file 'mysql-test/suite/rpl/extension/checksum.pl' (properties changed: -x to +x)
208=== modified file 'mysql-test/suite/rpl/t/rpl_ddl.test'
209--- mysql-test/suite/rpl/t/rpl_ddl.test 2012-02-07 15:22:36 +0000
210+++ mysql-test/suite/rpl/t/rpl_ddl.test 2014-04-20 07:59:36 +0000
211@@ -13,10 +13,10 @@
212 # sequences start.
213 #
214 # 2. Never use a test object, which was direct or indirect affected by a
215-# preceeding test sequence again.
216+# preceding test sequence again.
217 # Except table d1.t1 where ONLY DML is allowed.
218 #
219-# If one preceeding test sequence hits a (sometimes not good visible,
220+# If one preceding test sequence hits a (sometimes not good visible,
221 # because the sql error code of the statement might be 0) bug
222 # and these rules are ignored, a following test sequence might earn ugly
223 # effects like failing 'sync_slave_with_master', crashes of the slave or
224
225=== modified file 'mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test'
226--- mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test 2013-09-14 01:09:36 +0000
227+++ mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test 2014-04-20 07:59:36 +0000
228@@ -244,7 +244,7 @@
229 UPDATE t1 SET a = 5, b = 'slave' WHERE a = 1;
230 SELECT * FROM t1 ORDER BY a;
231 # since bug#31552/31609 idempotency is not default any longer. In
232-# order for the preceeding test UPDATE t1 to pass, the mode is switched
233+# order for the preceding test UPDATE t1 to pass, the mode is switched
234 # temprorarily
235 set @@global.slave_exec_mode= 'IDEMPOTENT';
236 --echo **** On Master ****
237
238=== modified file 'mysql-test/t/long_tmpdir-master.sh' (properties changed: -x to +x)
239=== modified file 'mysql-test/t/lowercase_mixed_tmpdir-master.sh' (properties changed: -x to +x)
240=== modified file 'mysql-test/t/ps.test'
241--- mysql-test/t/ps.test 2014-02-12 15:07:05 +0000
242+++ mysql-test/t/ps.test 2014-04-20 07:59:36 +0000
243@@ -677,8 +677,8 @@
244
245 create table t3 (
246 id int(11) not null default '0',
247- preceeding_id int(11) not null default '0',
248- primary key (id,preceeding_id)
249+ preceding_id int(11) not null default '0',
250+ primary key (id,preceding_id)
251 );
252
253 create table t4 (
254@@ -692,7 +692,7 @@
255 prepare stmt from
256 'select distinct t1.partner_id
257 from t1 left join t3 on t1.id = t3.id
258- left join t1 pp on pp.id = t3.preceeding_id
259+ left join t1 pp on pp.id = t3.preceding_id
260 where
261 exists (
262 select *
263
264=== modified file 'mysql-test/t/subselect_sj.test'
265--- mysql-test/t/subselect_sj.test 2014-02-26 14:28:07 +0000
266+++ mysql-test/t/subselect_sj.test 2014-04-20 07:59:36 +0000
267@@ -897,8 +897,8 @@
268 ("4", "1", "sup", "0");
269 create table t3 (
270 id int(11) not null default '0',
271- preceeding_id int(11) not null default '0',
272- primary key (id,preceeding_id)
273+ preceding_id int(11) not null default '0',
274+ primary key (id,preceding_id)
275 );
276
277 create table t4 (
278
279=== modified file 'sql/handler.h'
280--- sql/handler.h 2014-03-28 07:31:24 +0000
281+++ sql/handler.h 2014-04-20 07:59:36 +0000
282@@ -1603,7 +1603,7 @@
283 For ALTER TABLE defaults to ROW_TYPE_NOT_USED (means "keep the current").
284
285 Can be changed either explicitly by the parser.
286- If nothing speficied inherits the value of the original table (if present).
287+ If nothing specified inherits the value of the original table (if present).
288 */
289 enum row_type row_type;
290 enum ha_choice transactional;
291
292=== modified file 'sql/item_xmlfunc.cc'
293--- sql/item_xmlfunc.cc 2014-03-26 21:25:38 +0000
294+++ sql/item_xmlfunc.cc 2014-04-20 07:59:36 +0000
295@@ -2899,7 +2899,7 @@
296 str->length(0);
297 str->set_charset(collation.collation);
298 return
299- /* Put the XML part preceeding the replaced piece */
300+ /* Put the XML part preceding the replaced piece */
301 str->append(xml.raw()->ptr(), cut->beg - xml.raw()->ptr() - offs) ||
302 /* Put the replacement */
303 str->append(replace->ptr(), replace->length()) ||
304
305=== modified file 'sql/log_event.cc'
306--- sql/log_event.cc 2014-03-28 18:17:57 +0000
307+++ sql/log_event.cc 2014-04-20 07:59:36 +0000
308@@ -4086,7 +4086,7 @@
309 if ((error= rows_event_stmt_cleanup(rgi, thd)))
310 {
311 const_cast<Relay_log_info*>(rli)->report(ERROR_LEVEL, error,
312- "Error in cleaning up after an event preceeding the commit; "
313+ "Error in cleaning up after an event preceding the commit; "
314 "the group log file/position: %s %s",
315 const_cast<Relay_log_info*>(rli)->group_master_log_name,
316 llstr(const_cast<Relay_log_info*>(rli)->group_master_log_pos,
317
318=== modified file 'sql/log_event.h'
319--- sql/log_event.h 2014-03-26 21:25:38 +0000
320+++ sql/log_event.h 2014-04-20 07:59:36 +0000
321@@ -2001,7 +2001,7 @@
322 bool is_valid() const { return query != 0; }
323
324 /*
325- Returns number of bytes additionaly written to post header by derived
326+ Returns number of bytes additionally written to post header by derived
327 events (so far it is only Execute_load_query event).
328 */
329 virtual ulong get_post_header_size_for_derived() { return 0; }
330
331=== modified file 'sql/mysqld.cc'
332--- sql/mysqld.cc 2014-03-26 21:25:38 +0000
333+++ sql/mysqld.cc 2014-04-20 07:59:36 +0000
334@@ -7090,7 +7090,7 @@
335 GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
336 {"plugin-load-add", OPT_PLUGIN_LOAD_ADD,
337 "Optional semicolon-separated list of plugins to load. This option adds "
338- "to the list speficied by --plugin-load in an incremental way. "
339+ "to the list specified by --plugin-load in an incremental way. "
340 "It can be specified many times, adding more plugins every time.",
341 0, 0, 0,
342 GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
343
344=== modified file 'sql/password.c'
345--- sql/password.c 2014-03-26 21:25:38 +0000
346+++ sql/password.c 2014-04-20 07:59:36 +0000
347@@ -442,7 +442,7 @@
348
349 /*
350 Produce an obscure octet sequence from password and random
351- string, recieved from the server. This sequence corresponds to the
352+ string, received from the server. This sequence corresponds to the
353 password, but password can not be easily restored from it. The sequence
354 is then sent to the server for validation. Trailing zero is not stored
355 in the buf as it is not needed.
356@@ -476,7 +476,7 @@
357
358 /*
359 Check that scrambled message corresponds to the password; the function
360- is used by server to check that recieved reply is authentic.
361+ is used by server to check that received reply is authentic.
362 This function does not check lengths of given strings: message must be
363 null-terminated, reply and hash_stage2 must be at least SHA1_HASH_SIZE
364 long (if not, something fishy is going on).
365
366=== modified file 'sql/rpl_utility.cc'
367--- sql/rpl_utility.cc 2014-03-26 21:25:38 +0000
368+++ sql/rpl_utility.cc 2014-04-20 07:59:36 +0000
369@@ -1229,7 +1229,7 @@
370 void Deferred_log_events::rewind()
371 {
372 /*
373- Reset preceeding Query log event events which execution was
374+ Reset preceding Query log event events which execution was
375 deferred because of slave side filtering.
376 */
377 if (!is_empty())
378
379=== modified file 'sql/slave.cc'
380--- sql/slave.cc 2014-04-10 07:38:57 +0000
381+++ sql/slave.cc 2014-04-20 07:59:36 +0000
382@@ -4430,7 +4430,7 @@
383
384 /*
385 binlog_annotate_row_events must be TRUE only after an Annotate_rows event
386- has been recieved and only till the last corresponding rbr event has been
387+ has been received and only till the last corresponding rbr event has been
388 applied. In all other cases it must be FALSE.
389 */
390 thd->variables.binlog_annotate_row_events= 0;
391
392=== modified file 'sql/sql_connect.cc'
393--- sql/sql_connect.cc 2014-02-26 14:28:07 +0000
394+++ sql/sql_connect.cc 2014-04-20 07:59:36 +0000
395@@ -715,7 +715,7 @@
396 user_stats->cpu_time+= (thd->status_var.cpu_time -
397 thd->org_status_var.cpu_time);
398 /*
399- This is handle specially as bytes_recieved is incremented BEFORE
400+ This is handle specially as bytes_received is incremented BEFORE
401 org_status_var is copied.
402 */
403 user_stats->bytes_received+= (thd->org_status_var.bytes_received-
404
405=== modified file 'sql/sql_prepare.cc'
406--- sql/sql_prepare.cc 2014-03-26 21:25:38 +0000
407+++ sql/sql_prepare.cc 2014-04-20 07:59:36 +0000
408@@ -74,7 +74,7 @@
409
410 - Server gets the long data in pieces with command type
411 'COM_STMT_SEND_LONG_DATA'.
412- - The packet recieved will have the format as:
413+ - The packet received will have the format as:
414 [COM_STMT_SEND_LONG_DATA:1][STMT_ID:4][parameter_number:2][data]
415 - data from the packet is appended to the long data value buffer for this
416 placeholder.
417
418=== modified file 'sql/sql_select.cc'
419--- sql/sql_select.cc 2014-04-11 21:01:32 +0000
420+++ sql/sql_select.cc 2014-04-20 07:59:36 +0000
421@@ -21012,7 +21012,7 @@
422 Item *view_ref= NULL;
423 /*
424 If we have found field not by its alias in select list but by its
425- original field name, we should additionaly check if we have conflict
426+ original field name, we should additionally check if we have conflict
427 for this name (in case if we would perform lookup in all tables).
428 */
429 if (resolution == RESOLVED_BEHIND_ALIAS && !order_item->fixed &&
430@@ -22035,7 +22035,7 @@
431 We are replacing the argument of Item_func_set_user_var after its value
432 has been read. The argument's null_value should be set by now, so we
433 must set it explicitly for the replacement argument since the null_value
434- may be read without any preceeding call to val_*().
435+ may be read without any preceding call to val_*().
436 */
437 new_field->update_null_value();
438 List<Item> list;
439
440=== modified file 'sql/sql_yacc.yy'
441--- sql/sql_yacc.yy 2014-03-26 21:25:38 +0000
442+++ sql/sql_yacc.yy 2014-04-20 07:59:36 +0000
443@@ -14527,7 +14527,7 @@
444 | SESSION_SYM '.' { $$=OPT_SESSION; }
445 ;
446
447-// Option values with preceeding option_type.
448+// Option values with preceding option_type.
449 option_value_following_option_type:
450 internal_variable_name equal set_expr_or_default
451 {
452@@ -14543,7 +14543,7 @@
453 {
454 /*
455 Not in trigger assigning value to new row,
456- and option_type preceeding local variable is illegal.
457+ and option_type preceding local variable is illegal.
458 */
459 my_parse_error(ER(ER_SYNTAX_ERROR));
460 MYSQL_YYABORT;
461@@ -14551,7 +14551,7 @@
462 }
463 ;
464
465-// Option values without preceeding option_type.
466+// Option values without preceding option_type.
467 option_value_no_option_type:
468 internal_variable_name equal set_expr_or_default
469 {
470
471=== modified file 'sql/sys_vars.cc'
472--- sql/sys_vars.cc 2014-03-28 07:31:24 +0000
473+++ sql/sys_vars.cc 2014-04-20 07:59:36 +0000
474@@ -4623,7 +4623,7 @@
475 #ifdef HAVE_REPLICATION
476 static Sys_var_mybool Sys_replicate_annotate_row_events(
477 "replicate_annotate_row_events",
478- "Tells the slave to write annotate rows events recieved from the master "
479+ "Tells the slave to write annotate rows events received from the master "
480 "to its own binary log. Ignored if log_slave_updates is not set",
481 READ_ONLY GLOBAL_VAR(opt_replicate_annotate_row_events),
482 CMD_LINE(OPT_ARG), DEFAULT(0));
483
484=== modified file 'sql/tztime.cc'
485--- sql/tztime.cc 2014-03-26 21:25:38 +0000
486+++ sql/tztime.cc 2014-04-20 07:59:36 +0000
487@@ -2033,7 +2033,7 @@
488
489 /*
490 At last we are doing the same thing for records in
491- mysql.time_zone_transition table. Here we additionaly need records
492+ mysql.time_zone_transition table. Here we additionally need records
493 in ascending order by index scan also satisfies us.
494 */
495 table= tz_tables->table;
496
497=== modified file 'storage/connect/filamap.cpp'
498--- storage/connect/filamap.cpp 2014-03-18 18:25:50 +0000
499+++ storage/connect/filamap.cpp 2014-04-20 07:59:36 +0000
500@@ -382,7 +382,7 @@
501
502 if (Tpos == Spos)
503 /*******************************************************************/
504- /* First line to delete. Move of eventual preceeding lines is */
505+ /* First line to delete. Move of eventual preceding lines is */
506 /* not required here, just setting of future Spos and Tpos. */
507 /*******************************************************************/
508 Tpos = Fpos; // Spos is set below
509
510=== modified file 'storage/connect/filamfix.cpp'
511--- storage/connect/filamfix.cpp 2014-03-18 18:25:50 +0000
512+++ storage/connect/filamfix.cpp 2014-04-20 07:59:36 +0000
513@@ -367,7 +367,7 @@
514
515 } else {
516 /*****************************************************************/
517- /* Move of eventual preceeding lines is not required here. */
518+ /* Move of eventual preceding lines is not required here. */
519 /* Set the target file as being the source file itself. */
520 /* Set the future Tpos, and give Spos a value to block moving. */
521 /*****************************************************************/
522@@ -1165,7 +1165,7 @@
523
524 if (Tpos == Spos) {
525 /*******************************************************************/
526- /* First line to delete. Move of eventual preceeding lines is */
527+ /* First line to delete. Move of eventual preceding lines is */
528 /* not required here if a temporary file is not used, just the */
529 /* setting of future Spos and Tpos. */
530 /*******************************************************************/
531@@ -1178,7 +1178,7 @@
532
533 } else {
534 /*****************************************************************/
535- /* Move of eventual preceeding lines is not required here. */
536+ /* Move of eventual preceding lines is not required here. */
537 /* Set the target file as being the source file itself. */
538 /* Set the future Tpos, and give Spos a value to block copying. */
539 /*****************************************************************/
540
541=== modified file 'storage/connect/filamtxt.cpp'
542--- storage/connect/filamtxt.cpp 2014-03-21 21:24:54 +0000
543+++ storage/connect/filamtxt.cpp 2014-04-20 07:59:36 +0000
544@@ -714,7 +714,7 @@
545
546 } else {
547 /*****************************************************************/
548- /* Move of eventual preceeding lines is not required here. */
549+ /* Move of eventual preceding lines is not required here. */
550 /* Set the target file as being the source file itself. */
551 /* Set the future Tpos, and give Spos a value to block copying. */
552 /*****************************************************************/
553
554=== modified file 'storage/connect/filamvct.cpp'
555--- storage/connect/filamvct.cpp 2014-03-10 17:29:04 +0000
556+++ storage/connect/filamvct.cpp 2014-04-20 07:59:36 +0000
557@@ -712,7 +712,7 @@
558
559 } else {
560 /*****************************************************************/
561- /* First line to delete. Move of eventual preceeding lines is */
562+ /* First line to delete. Move of eventual preceding lines is */
563 /* not required here, just the setting of future Spos and Tpos. */
564 /*****************************************************************/
565 T_Stream = Stream;
566@@ -1559,7 +1559,7 @@
567
568 if (Tpos == Spos)
569 /*******************************************************************/
570- /* First line to delete. Move of eventual preceeding lines is */
571+ /* First line to delete. Move of eventual preceding lines is */
572 /* not required here, just setting of future Spos and Tpos. */
573 /*******************************************************************/
574 Tpos = Fpos; // Spos is set below
575@@ -2154,7 +2154,7 @@
576
577 } else
578 /*****************************************************************/
579- /* Move of eventual preceeding lines is not required here. */
580+ /* Move of eventual preceding lines is not required here. */
581 /* Set the future Tpos, and give Spos a value to block copying. */
582 /*****************************************************************/
583 Spos = Tpos = Fpos;
584@@ -2835,7 +2835,7 @@
585
586 if (Tpos == Spos)
587 /*******************************************************************/
588- /* First line to delete. Move of eventual preceeding lines is */
589+ /* First line to delete. Move of eventual preceding lines is */
590 /* not required here, just setting of future Spos and Tpos. */
591 /*******************************************************************/
592 Tpos = Fpos; // Spos is set below
593@@ -3757,7 +3757,7 @@
594
595 } else {
596 /*****************************************************************/
597- /* Move of eventual preceeding lines is not required here. */
598+ /* Move of eventual preceding lines is not required here. */
599 /* Set the target file as being the source file itself. */
600 /* Set the future Tpos, and give Spos a value to block copying. */
601 /*****************************************************************/
602
603=== modified file 'storage/maria/ma_rnext.c'
604--- storage/maria/ma_rnext.c 2011-10-19 19:45:18 +0000
605+++ storage/maria/ma_rnext.c 2014-04-20 07:59:36 +0000
606@@ -71,7 +71,7 @@
607 Normally SQL layer would never request "search next" if
608 "search first" failed. But HANDLER may do anything.
609
610- As mi_rnext() without preceeding mi_rkey()/mi_rfirst()
611+ As mi_rnext() without preceding mi_rkey()/mi_rfirst()
612 equals to mi_rfirst(), we must restore original state
613 as if failing mi_rfirst() was not called.
614 */
615
616=== modified file 'storage/myisam/mi_rnext.c'
617--- storage/myisam/mi_rnext.c 2012-01-13 14:50:02 +0000
618+++ storage/myisam/mi_rnext.c 2014-04-20 07:59:36 +0000
619@@ -66,7 +66,7 @@
620 Normally SQL layer would never request "search next" if
621 "search first" failed. But HANDLER may do anything.
622
623- As mi_rnext() without preceeding mi_rkey()/mi_rfirst()
624+ As mi_rnext() without preceding mi_rkey()/mi_rfirst()
625 equals to mi_rfirst(), we must restore original state
626 as if failing mi_rfirst() was not called.
627 */
628
629=== modified file 'storage/ndb/include/ndbapi/NdbEventOperation.hpp'
630--- storage/ndb/include/ndbapi/NdbEventOperation.hpp 2014-02-26 14:28:07 +0000
631+++ storage/ndb/include/ndbapi/NdbEventOperation.hpp 2014-04-20 07:59:36 +0000
632@@ -62,7 +62,7 @@
633 * - Event code does not check table schema version. Make sure to drop events
634 * after table is dropped. Will be fixed in later
635 * versions.
636- * - If a node failure has occured not all events will be recieved
637+ * - If a node failure has occured not all events will be received
638 * anymore. Drop NdbEventOperation and Create again after nodes are up
639 * again. Will be fixed in later versions.
640 *
641
642=== modified file 'storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs'
643--- storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs 2014-02-26 14:28:07 +0000
644+++ storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs 2014-04-20 07:59:36 +0000
645@@ -162,7 +162,7 @@
646 }
647 else
648 {
649- // If no data was recieved then the connection is probably dead
650+ // If no data was received then the connection is probably dead
651 Console.WriteLine( "Disconnected", sock.RemoteEndPoint );
652 sock.Shutdown( SocketShutdown.Both );
653 sock.Close();
654
655=== modified file 'storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp'
656--- storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp 2014-02-26 14:28:07 +0000
657+++ storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp 2014-04-20 07:59:36 +0000
658@@ -10558,7 +10558,7 @@
659
660 // MASV let state be CS_ABORTING until all
661 // signals in the "air" have been received. Reset to CS_CONNECTED
662- // will be done when a TCKEYREQ with start flag is recieved
663+ // will be done when a TCKEYREQ with start flag is received
664 // or releaseApiCon is called
665 // apiConnectptr.p->apiConnectstate = CS_CONNECTED;
666 apiConnectptr.p->apiConnectstate = CS_ABORTING;
667
668=== modified file 'storage/ndb/src/mgmsrv/MgmtSrvr.hpp'
669--- storage/ndb/src/mgmsrv/MgmtSrvr.hpp 2014-02-26 14:28:07 +0000
670+++ storage/ndb/src/mgmsrv/MgmtSrvr.hpp 2014-04-20 07:59:36 +0000
671@@ -525,7 +525,7 @@
672 // we signal with a condition variable to the waiting
673 // thread (receiveOptimisedResponse) that the signal has arrived.
674 // Parameters:
675- // signal: The recieved signal
676+ // signal: The received signal
677 // Returns: -
678 //**************************************************************************
679
680
681=== modified file 'storage/ndb/test/ndbapi/testDict.cpp'
682--- storage/ndb/test/ndbapi/testDict.cpp 2014-02-26 14:28:07 +0000
683+++ storage/ndb/test/ndbapi/testDict.cpp 2014-04-20 07:59:36 +0000
684@@ -941,7 +941,7 @@
685
686 // Verfiy the frm data
687 if (memcmp(pData, pData2, resultLen) != 0){
688- g_err << "Wrong data recieved" << endl;
689+ g_err << "Wrong data received" << endl;
690 for (size_t i = 0; i < dataLen; i++){
691 unsigned char c = ((unsigned char*)pData2)[i];
692 g_err << hex << c << ", ";
693
694=== modified file 'storage/ndb/test/odbc/client/SQLColAttributeTest.cpp'
695--- storage/ndb/test/odbc/client/SQLColAttributeTest.cpp 2014-02-26 14:28:07 +0000
696+++ storage/ndb/test/odbc/client/SQLColAttributeTest.cpp 2014-04-20 07:59:36 +0000
697@@ -41,7 +41,7 @@
698 * Test returning descriptor information
699 *
700 * Tests:
701- * -# Call SQLColAttribute, without preceeding SQLPrepare
702+ * -# Call SQLColAttribute, without preceding SQLPrepare
703 * -# ???
704 *
705 * @return Zero, if test succeeded
706
707=== modified file 'storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp'
708--- storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp 2014-02-26 14:28:07 +0000
709+++ storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp 2014-04-20 07:59:36 +0000
710@@ -41,7 +41,7 @@
711 * Test returning descriptor information
712 *
713 * Test:
714- * -# Call SQLColAttribute without preceeding SQLExecute
715+ * -# Call SQLColAttribute without preceding SQLExecute
716 * -# Let TYPE is 'ITEM' in Table 20, FieldIdentifer is zero
717 * -# Let TYPE is 'ITEM' in Table 20, ColumnNumber is less than one
718 * -# FieldIdentifer is not one of the code valuess in Table 20
719
720=== modified file 'storage/perfschema/pfs_digest.cc'
721--- storage/perfschema/pfs_digest.cc 2013-09-14 01:09:36 +0000
722+++ storage/perfschema/pfs_digest.cc 2014-04-20 07:59:36 +0000
723@@ -47,7 +47,7 @@
724
725 /**
726 Token array :
727- Token array is an array of bytes to store tokens recieved during parsing.
728+ Token array is an array of bytes to store tokens received during parsing.
729 Following is the way token array is formed.
730
731 ...<non-id-token><non-id-token><id-token><id_len><id_text>...
732
733=== modified file 'storage/tokudb/ft-index/ft/ft-flusher.cc'
734--- storage/tokudb/ft-index/ft/ft-flusher.cc 2014-02-20 18:32:25 +0000
735+++ storage/tokudb/ft-index/ft/ft-flusher.cc 2014-04-20 07:59:36 +0000
736@@ -1012,7 +1012,7 @@
737 B->bp[targchild] = node->bp[i];
738 memset(&node->bp[i], 0, sizeof(node->bp[0]));
739
740- // Delete a child, removing the preceeding pivot key. The child number must be > 0
741+ // Delete a child, removing the preceding pivot key. The child number must be > 0
742 {
743 paranoid_invariant(i>0);
744 if (i>n_children_in_a) {

Subscribers

People subscribed via source and target branches