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

Proposed by Otto Kekäläinen
Status: Merged
Merge reported by: Sergei Golubchik
Merged at revision: not available
Proposed branch: lp:~otto/maria/maria-fix-spelling-5.5
Merge into: lp:maria/5.5
Diff against target: 574 lines (+51/-51)
39 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 (+1/-1)
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/log_event.cc (+1/-1)
sql/log_event.h (+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/sys_vars.cc (+1/-1)
sql/tztime.cc (+1/-1)
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/tokudb/ft-index/ft/ft-flusher.cc (+1/-1)
storage/xtradb/fil/fil0fil.c (+1/-1)
To merge this branch: bzr merge lp:~otto/maria/maria-fix-spelling-5.5
Reviewer Review Type Date Requested Status
Sergei Golubchik Pending
Review via email: mp+216537@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-17 12:04:28 +0000
3+++ include/mysql_com.h 2014-04-20 08:03:23 +0000
4@@ -110,7 +110,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-17 12:04:28 +0000
16+++ libmysql/errmsg.c 2014-04-20 08:03:23 +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: %d",
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 08:03:23 +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-11 14:57:28 +0000
43+++ mysql-test/extra/rpl_tests/rpl_ddl.test 2014-04-20 08:03:23 +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 2012-05-21 18:54:41 +0000
58+++ mysql-test/extra/rpl_tests/rpl_row_basic.test 2014-04-20 08:03:23 +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 08:03:23 +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/include/world.inc' (properties changed: +x to -x)
92=== modified file 'mysql-test/include/world_schema.inc' (properties changed: +x to -x)
93=== modified file 'mysql-test/mysql-test-run.pl'
94--- mysql-test/mysql-test-run.pl 2014-04-13 12:58:55 +0000
95+++ mysql-test/mysql-test-run.pl 2014-04-20 08:03:23 +0000
96@@ -6484,7 +6484,7 @@
97 start-dirty Only start the servers (without initialization) for
98 the first specified test case
99 user-args In combination with start* and no test name, drops
100- arguments to mysqld except those speficied with
101+ arguments to mysqld except those specified with
102 --mysqld (if any)
103 wait-all If --start or --start-dirty option is used, wait for all
104 servers to exit before finishing the process
105
106=== modified file 'mysql-test/r/mysqld--help.result'
107--- mysql-test/r/mysqld--help.result 2014-02-11 14:56:38 +0000
108+++ mysql-test/r/mysqld--help.result 2014-04-20 08:03:23 +0000
109@@ -613,7 +613,7 @@
110 --relay-log-space-limit=#
111 Maximum space to use for all relay logs
112 --replicate-annotate-row-events
113- Tells the slave to write annotate rows events recieved
114+ Tells the slave to write annotate rows events received
115 from the master to its own binary log. Ignored if
116 log_slave_updates is not set
117 --replicate-do-db=name
118
119=== modified file 'mysql-test/r/ps.result'
120--- mysql-test/r/ps.result 2014-02-12 15:07:05 +0000
121+++ mysql-test/r/ps.result 2014-04-20 08:03:23 +0000
122@@ -613,8 +613,8 @@
123 ("4", "1", "sup", "0");
124 create table t3 (
125 id int(11) not null default '0',
126-preceeding_id int(11) not null default '0',
127-primary key (id,preceeding_id)
128+preceding_id int(11) not null default '0',
129+primary key (id,preceding_id)
130 );
131 create table t4 (
132 user_id varchar(50) not null,
133@@ -625,7 +625,7 @@
134 prepare stmt from
135 'select distinct t1.partner_id
136 from t1 left join t3 on t1.id = t3.id
137- left join t1 pp on pp.id = t3.preceeding_id
138+ left join t1 pp on pp.id = t3.preceding_id
139 where
140 exists (
141 select *
142
143=== modified file 'mysql-test/r/subselect_sj.result'
144--- mysql-test/r/subselect_sj.result 2014-02-22 21:51:20 +0000
145+++ mysql-test/r/subselect_sj.result 2014-04-20 08:03:23 +0000
146@@ -1007,8 +1007,8 @@
147 ("4", "1", "sup", "0");
148 create table t3 (
149 id int(11) not null default '0',
150-preceeding_id int(11) not null default '0',
151-primary key (id,preceeding_id)
152+preceding_id int(11) not null default '0',
153+primary key (id,preceding_id)
154 );
155 create table t4 (
156 user_id varchar(50) not null,
157
158=== modified file 'mysql-test/r/subselect_sj_jcl6.result'
159--- mysql-test/r/subselect_sj_jcl6.result 2014-02-22 21:51:20 +0000
160+++ mysql-test/r/subselect_sj_jcl6.result 2014-04-20 08:03:23 +0000
161@@ -1020,8 +1020,8 @@
162 ("4", "1", "sup", "0");
163 create table t3 (
164 id int(11) not null default '0',
165-preceeding_id int(11) not null default '0',
166-primary key (id,preceeding_id)
167+preceding_id int(11) not null default '0',
168+primary key (id,preceding_id)
169 );
170 create table t4 (
171 user_id varchar(50) not null,
172
173=== modified file 'mysql-test/std_data/checkDBI_DBD-mysql.pl' (properties changed: -x to +x)
174=== modified file 'mysql-test/suite/funcs_1/views/func_view.inc'
175--- mysql-test/suite/funcs_1/views/func_view.inc 2013-10-23 12:22:47 +0000
176+++ mysql-test/suite/funcs_1/views/func_view.inc 2014-04-20 08:03:23 +0000
177@@ -282,7 +282,7 @@
178 # other interesting value
179 # numbers -> 0
180 # strings, blobs, binaries -> not full length of used data type, "exotic"
181-# characters and preceeding and trailing spaces
182+# characters and preceding and trailing spaces
183 # FIXME enum, set ??
184 INSERT INTO t1_values SET
185 my_char_30 = ' ---äÖüß@µ*$-- ',
186
187=== modified file 'mysql-test/suite/funcs_1/views/views_master.inc'
188--- mysql-test/suite/funcs_1/views/views_master.inc 2012-01-13 14:50:02 +0000
189+++ mysql-test/suite/funcs_1/views/views_master.inc 2014-04-20 08:03:23 +0000
190@@ -545,7 +545,7 @@
191 # view names are accepted, at creation time, alteration time,
192 # and drop time.
193 ###############################################################################
194-# Note(mleich): non-qualified view name means a view name without preceeding
195+# Note(mleich): non-qualified view name means a view name without preceding
196 # database name
197 --disable_warnings
198 DROP VIEW IF EXISTS v1 ;
199
200=== modified file 'mysql-test/suite/rpl/extension/checksum.pl' (properties changed: -x to +x)
201=== modified file 'mysql-test/suite/rpl/t/rpl_ddl.test'
202--- mysql-test/suite/rpl/t/rpl_ddl.test 2012-02-07 15:22:36 +0000
203+++ mysql-test/suite/rpl/t/rpl_ddl.test 2014-04-20 08:03:23 +0000
204@@ -13,10 +13,10 @@
205 # sequences start.
206 #
207 # 2. Never use a test object, which was direct or indirect affected by a
208-# preceeding test sequence again.
209+# preceding test sequence again.
210 # Except table d1.t1 where ONLY DML is allowed.
211 #
212-# If one preceeding test sequence hits a (sometimes not good visible,
213+# If one preceding test sequence hits a (sometimes not good visible,
214 # because the sql error code of the statement might be 0) bug
215 # and these rules are ignored, a following test sequence might earn ugly
216 # effects like failing 'sync_slave_with_master', crashes of the slave or
217
218=== modified file 'mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test'
219--- mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test 2011-10-19 19:45:18 +0000
220+++ mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test 2014-04-20 08:03:23 +0000
221@@ -244,7 +244,7 @@
222 UPDATE t1 SET a = 5, b = 'slave' WHERE a = 1;
223 SELECT * FROM t1 ORDER BY a;
224 # since bug#31552/31609 idempotency is not default any longer. In
225-# order for the preceeding test UPDATE t1 to pass, the mode is switched
226+# order for the preceding test UPDATE t1 to pass, the mode is switched
227 # temprorarily
228 set @@global.slave_exec_mode= 'IDEMPOTENT';
229 --echo **** On Master ****
230
231=== modified file 'mysql-test/t/long_tmpdir-master.sh' (properties changed: -x to +x)
232=== modified file 'mysql-test/t/lowercase_mixed_tmpdir-master.sh' (properties changed: -x to +x)
233=== modified file 'mysql-test/t/ps.test'
234--- mysql-test/t/ps.test 2014-02-12 15:07:05 +0000
235+++ mysql-test/t/ps.test 2014-04-20 08:03:23 +0000
236@@ -677,8 +677,8 @@
237
238 create table t3 (
239 id int(11) not null default '0',
240- preceeding_id int(11) not null default '0',
241- primary key (id,preceeding_id)
242+ preceding_id int(11) not null default '0',
243+ primary key (id,preceding_id)
244 );
245
246 create table t4 (
247@@ -692,7 +692,7 @@
248 prepare stmt from
249 'select distinct t1.partner_id
250 from t1 left join t3 on t1.id = t3.id
251- left join t1 pp on pp.id = t3.preceeding_id
252+ left join t1 pp on pp.id = t3.preceding_id
253 where
254 exists (
255 select *
256
257=== modified file 'mysql-test/t/subselect_sj.test'
258--- mysql-test/t/subselect_sj.test 2014-02-22 21:51:20 +0000
259+++ mysql-test/t/subselect_sj.test 2014-04-20 08:03:23 +0000
260@@ -897,8 +897,8 @@
261 ("4", "1", "sup", "0");
262 create table t3 (
263 id int(11) not null default '0',
264- preceeding_id int(11) not null default '0',
265- primary key (id,preceeding_id)
266+ preceding_id int(11) not null default '0',
267+ primary key (id,preceding_id)
268 );
269
270 create table t4 (
271
272=== modified file 'sql/handler.h'
273--- sql/handler.h 2014-04-11 08:46:11 +0000
274+++ sql/handler.h 2014-04-20 08:03:23 +0000
275@@ -1270,7 +1270,7 @@
276 For ALTER TABLE defaults to ROW_TYPE_NOT_USED (means "keep the current").
277
278 Can be changed either explicitly by the parser.
279- If nothing speficied inherits the value of the original table (if present).
280+ If nothing specified inherits the value of the original table (if present).
281 */
282 enum row_type row_type;
283 uint null_bits; /* NULL bits at start of record */
284
285=== modified file 'sql/log_event.cc'
286--- sql/log_event.cc 2014-03-27 21:26:58 +0000
287+++ sql/log_event.cc 2014-04-20 08:03:23 +0000
288@@ -3649,7 +3649,7 @@
289 if ((error= rows_event_stmt_cleanup(const_cast<Relay_log_info*>(rli), thd)))
290 {
291 const_cast<Relay_log_info*>(rli)->report(ERROR_LEVEL, error,
292- "Error in cleaning up after an event preceeding the commit; "
293+ "Error in cleaning up after an event preceding the commit; "
294 "the group log file/position: %s %s",
295 const_cast<Relay_log_info*>(rli)->group_master_log_name,
296 llstr(const_cast<Relay_log_info*>(rli)->group_master_log_pos,
297
298=== modified file 'sql/log_event.h'
299--- sql/log_event.h 2014-03-27 21:26:58 +0000
300+++ sql/log_event.h 2014-04-20 08:03:23 +0000
301@@ -1860,7 +1860,7 @@
302 bool is_valid() const { return query != 0; }
303
304 /*
305- Returns number of bytes additionaly written to post header by derived
306+ Returns number of bytes additionally written to post header by derived
307 events (so far it is only Execute_load_query event).
308 */
309 virtual ulong get_post_header_size_for_derived() { return 0; }
310
311=== modified file 'sql/password.c'
312--- sql/password.c 2014-03-17 12:04:28 +0000
313+++ sql/password.c 2014-04-20 08:03:23 +0000
314@@ -425,7 +425,7 @@
315
316 /*
317 Produce an obscure octet sequence from password and random
318- string, recieved from the server. This sequence corresponds to the
319+ string, received from the server. This sequence corresponds to the
320 password, but password can not be easily restored from it. The sequence
321 is then sent to the server for validation. Trailing zero is not stored
322 in the buf as it is not needed.
323@@ -467,7 +467,7 @@
324
325 /*
326 Check that scrambled message corresponds to the password; the function
327- is used by server to check that recieved reply is authentic.
328+ is used by server to check that received reply is authentic.
329 This function does not check lengths of given strings: message must be
330 null-terminated, reply and hash_stage2 must be at least SHA1_HASH_SIZE
331 long (if not, something fishy is going on).
332
333=== modified file 'sql/rpl_utility.cc'
334--- sql/rpl_utility.cc 2014-03-17 12:04:28 +0000
335+++ sql/rpl_utility.cc 2014-04-20 08:03:23 +0000
336@@ -1157,7 +1157,7 @@
337 void Deferred_log_events::rewind()
338 {
339 /*
340- Reset preceeding Query log event events which execution was
341+ Reset preceding Query log event events which execution was
342 deferred because of slave side filtering.
343 */
344 if (!is_empty())
345
346=== modified file 'sql/slave.cc'
347--- sql/slave.cc 2014-03-17 12:04:28 +0000
348+++ sql/slave.cc 2014-04-20 08:03:23 +0000
349@@ -3503,7 +3503,7 @@
350 set_thd_in_use_temporary_tables(rli); // (re)set sql_thd in use for saved temp tables
351 /*
352 binlog_annotate_row_events must be TRUE only after an Annotate_rows event
353- has been recieved and only till the last corresponding rbr event has been
354+ has been received and only till the last corresponding rbr event has been
355 applied. In all other cases it must be FALSE.
356 */
357 thd->variables.binlog_annotate_row_events= 0;
358
359=== modified file 'sql/sql_connect.cc'
360--- sql/sql_connect.cc 2014-02-17 10:00:51 +0000
361+++ sql/sql_connect.cc 2014-04-20 08:03:23 +0000
362@@ -704,7 +704,7 @@
363 user_stats->cpu_time+= (thd->status_var.cpu_time -
364 thd->org_status_var.cpu_time);
365 /*
366- This is handle specially as bytes_recieved is incremented BEFORE
367+ This is handle specially as bytes_received is incremented BEFORE
368 org_status_var is copied.
369 */
370 user_stats->bytes_received+= (thd->org_status_var.bytes_received-
371
372=== modified file 'sql/sql_prepare.cc'
373--- sql/sql_prepare.cc 2014-03-17 12:04:28 +0000
374+++ sql/sql_prepare.cc 2014-04-20 08:03:23 +0000
375@@ -74,7 +74,7 @@
376
377 - Server gets the long data in pieces with command type
378 'COM_STMT_SEND_LONG_DATA'.
379- - The packet recieved will have the format as:
380+ - The packet received will have the format as:
381 [COM_STMT_SEND_LONG_DATA:1][STMT_ID:4][parameter_number:2][data]
382 - data from the packet is appended to the long data value buffer for this
383 placeholder.
384
385=== modified file 'sql/sql_select.cc'
386--- sql/sql_select.cc 2014-04-18 08:16:56 +0000
387+++ sql/sql_select.cc 2014-04-20 08:03:23 +0000
388@@ -20382,7 +20382,7 @@
389 Item *view_ref= NULL;
390 /*
391 If we have found field not by its alias in select list but by its
392- original field name, we should additionaly check if we have conflict
393+ original field name, we should additionally check if we have conflict
394 for this name (in case if we would perform lookup in all tables).
395 */
396 if (resolution == RESOLVED_BEHIND_ALIAS && !order_item->fixed &&
397@@ -21405,7 +21405,7 @@
398 We are replacing the argument of Item_func_set_user_var after its value
399 has been read. The argument's null_value should be set by now, so we
400 must set it explicitly for the replacement argument since the null_value
401- may be read without any preceeding call to val_*().
402+ may be read without any preceding call to val_*().
403 */
404 new_field->update_null_value();
405 List<Item> list;
406
407=== modified file 'sql/sys_vars.cc'
408--- sql/sys_vars.cc 2014-02-11 14:56:38 +0000
409+++ sql/sys_vars.cc 2014-04-20 08:03:23 +0000
410@@ -3815,7 +3815,7 @@
411 #ifdef HAVE_REPLICATION
412 static Sys_var_mybool Sys_replicate_annotate_row_events(
413 "replicate_annotate_row_events",
414- "Tells the slave to write annotate rows events recieved from the master "
415+ "Tells the slave to write annotate rows events received from the master "
416 "to its own binary log. Ignored if log_slave_updates is not set",
417 READ_ONLY GLOBAL_VAR(opt_replicate_annotate_row_events),
418 CMD_LINE(OPT_ARG), DEFAULT(0));
419
420=== modified file 'sql/tztime.cc'
421--- sql/tztime.cc 2014-03-17 12:04:28 +0000
422+++ sql/tztime.cc 2014-04-20 08:03:23 +0000
423@@ -2032,7 +2032,7 @@
424
425 /*
426 At last we are doing the same thing for records in
427- mysql.time_zone_transition table. Here we additionaly need records
428+ mysql.time_zone_transition table. Here we additionally need records
429 in ascending order by index scan also satisfies us.
430 */
431 table= tz_tables->table;
432
433=== modified file 'storage/maria/ma_rnext.c'
434--- storage/maria/ma_rnext.c 2011-10-19 19:45:18 +0000
435+++ storage/maria/ma_rnext.c 2014-04-20 08:03:23 +0000
436@@ -71,7 +71,7 @@
437 Normally SQL layer would never request "search next" if
438 "search first" failed. But HANDLER may do anything.
439
440- As mi_rnext() without preceeding mi_rkey()/mi_rfirst()
441+ As mi_rnext() without preceding mi_rkey()/mi_rfirst()
442 equals to mi_rfirst(), we must restore original state
443 as if failing mi_rfirst() was not called.
444 */
445
446=== modified file 'storage/myisam/mi_rnext.c'
447--- storage/myisam/mi_rnext.c 2012-01-13 14:50:02 +0000
448+++ storage/myisam/mi_rnext.c 2014-04-20 08:03:23 +0000
449@@ -66,7 +66,7 @@
450 Normally SQL layer would never request "search next" if
451 "search first" failed. But HANDLER may do anything.
452
453- As mi_rnext() without preceeding mi_rkey()/mi_rfirst()
454+ As mi_rnext() without preceding mi_rkey()/mi_rfirst()
455 equals to mi_rfirst(), we must restore original state
456 as if failing mi_rfirst() was not called.
457 */
458
459=== modified file 'storage/ndb/include/ndbapi/NdbEventOperation.hpp'
460--- storage/ndb/include/ndbapi/NdbEventOperation.hpp 2014-03-27 21:26:58 +0000
461+++ storage/ndb/include/ndbapi/NdbEventOperation.hpp 2014-04-20 08:03:23 +0000
462@@ -63,7 +63,7 @@
463 * - Event code does not check table schema version. Make sure to drop events
464 * after table is dropped. Will be fixed in later
465 * versions.
466- * - If a node failure has occured not all events will be recieved
467+ * - If a node failure has occured not all events will be received
468 * anymore. Drop NdbEventOperation and Create again after nodes are up
469 * again. Will be fixed in later versions.
470 *
471
472=== modified file 'storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs'
473--- storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs 2014-02-17 12:49:04 +0000
474+++ storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs 2014-04-20 08:03:23 +0000
475@@ -163,7 +163,7 @@
476 }
477 else
478 {
479- // If no data was recieved then the connection is probably dead
480+ // If no data was received then the connection is probably dead
481 Console.WriteLine( "Disconnected", sock.RemoteEndPoint );
482 sock.Shutdown( SocketShutdown.Both );
483 sock.Close();
484
485=== modified file 'storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp'
486--- storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp 2014-02-17 12:49:04 +0000
487+++ storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp 2014-04-20 08:03:23 +0000
488@@ -10559,7 +10559,7 @@
489
490 // MASV let state be CS_ABORTING until all
491 // signals in the "air" have been received. Reset to CS_CONNECTED
492- // will be done when a TCKEYREQ with start flag is recieved
493+ // will be done when a TCKEYREQ with start flag is received
494 // or releaseApiCon is called
495 // apiConnectptr.p->apiConnectstate = CS_CONNECTED;
496 apiConnectptr.p->apiConnectstate = CS_ABORTING;
497
498=== modified file 'storage/ndb/src/mgmsrv/MgmtSrvr.hpp'
499--- storage/ndb/src/mgmsrv/MgmtSrvr.hpp 2014-02-17 12:49:04 +0000
500+++ storage/ndb/src/mgmsrv/MgmtSrvr.hpp 2014-04-20 08:03:23 +0000
501@@ -526,7 +526,7 @@
502 // we signal with a condition variable to the waiting
503 // thread (receiveOptimisedResponse) that the signal has arrived.
504 // Parameters:
505- // signal: The recieved signal
506+ // signal: The received signal
507 // Returns: -
508 //**************************************************************************
509
510
511=== modified file 'storage/ndb/test/ndbapi/testDict.cpp'
512--- storage/ndb/test/ndbapi/testDict.cpp 2014-02-17 12:49:04 +0000
513+++ storage/ndb/test/ndbapi/testDict.cpp 2014-04-20 08:03:23 +0000
514@@ -942,7 +942,7 @@
515
516 // Verfiy the frm data
517 if (memcmp(pData, pData2, resultLen) != 0){
518- g_err << "Wrong data recieved" << endl;
519+ g_err << "Wrong data received" << endl;
520 for (size_t i = 0; i < dataLen; i++){
521 unsigned char c = ((unsigned char*)pData2)[i];
522 g_err << hex << c << ", ";
523
524=== modified file 'storage/ndb/test/odbc/client/SQLColAttributeTest.cpp'
525--- storage/ndb/test/odbc/client/SQLColAttributeTest.cpp 2014-02-17 12:49:04 +0000
526+++ storage/ndb/test/odbc/client/SQLColAttributeTest.cpp 2014-04-20 08:03:23 +0000
527@@ -42,7 +42,7 @@
528 * Test returning descriptor information
529 *
530 * Tests:
531- * -# Call SQLColAttribute, without preceeding SQLPrepare
532+ * -# Call SQLColAttribute, without preceding SQLPrepare
533 * -# ???
534 *
535 * @return Zero, if test succeeded
536
537=== modified file 'storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp'
538--- storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp 2014-02-17 12:49:04 +0000
539+++ storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp 2014-04-20 08:03:23 +0000
540@@ -42,7 +42,7 @@
541 * Test returning descriptor information
542 *
543 * Test:
544- * -# Call SQLColAttribute without preceeding SQLExecute
545+ * -# Call SQLColAttribute without preceding SQLExecute
546 * -# Let TYPE is 'ITEM' in Table 20, FieldIdentifer is zero
547 * -# Let TYPE is 'ITEM' in Table 20, ColumnNumber is less than one
548 * -# FieldIdentifer is not one of the code valuess in Table 20
549
550=== modified file 'storage/tokudb/ft-index/ft/ft-flusher.cc'
551--- storage/tokudb/ft-index/ft/ft-flusher.cc 2014-02-20 18:32:25 +0000
552+++ storage/tokudb/ft-index/ft/ft-flusher.cc 2014-04-20 08:03:23 +0000
553@@ -1012,7 +1012,7 @@
554 B->bp[targchild] = node->bp[i];
555 memset(&node->bp[i], 0, sizeof(node->bp[0]));
556
557- // Delete a child, removing the preceeding pivot key. The child number must be > 0
558+ // Delete a child, removing the preceding pivot key. The child number must be > 0
559 {
560 paranoid_invariant(i>0);
561 if (i>n_children_in_a) {
562
563=== modified file 'storage/xtradb/fil/fil0fil.c'
564--- storage/xtradb/fil/fil0fil.c 2014-02-26 11:49:50 +0000
565+++ storage/xtradb/fil/fil0fil.c 2014-04-20 08:03:23 +0000
566@@ -3931,7 +3931,7 @@
567 page_no = dict_index_get_page(index);
568 ut_a(page_no == 3);
569
570- fprintf(stderr, "InnoDB: It is compressed .ibd file. need to convert additionaly on buffer pool.\n");
571+ fprintf(stderr, "InnoDB: It is compressed .ibd file. need to convert additionally on buffer pool.\n");
572
573 /* down to leaf */
574 mtr_start(&mtr);

Subscribers

People subscribed via source and target branches