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
=== modified file 'include/mysql_com.h'
--- include/mysql_com.h 2014-03-17 12:04:28 +0000
+++ include/mysql_com.h 2014-04-20 08:03:23 +0000
@@ -110,7 +110,7 @@
110#define MYSQL_TYPE_VIRTUAL 245110#define MYSQL_TYPE_VIRTUAL 245
111/*111/*
112 Length of random string sent by server on handshake; this is also length of112 Length of random string sent by server on handshake; this is also length of
113 obfuscated password, recieved from client113 obfuscated password, received from client
114*/114*/
115#define SCRAMBLE_LENGTH 20115#define SCRAMBLE_LENGTH 20
116#define SCRAMBLE_LENGTH_323 8116#define SCRAMBLE_LENGTH_323 8
117117
=== modified file 'libmysql/errmsg.c'
--- libmysql/errmsg.c 2014-03-17 12:04:28 +0000
+++ libmysql/errmsg.c 2014-04-20 08:03:23 +0000
@@ -81,7 +81,7 @@
81 "Attempt to read a row while there is no result set associated with the statement",81 "Attempt to read a row while there is no result set associated with the statement",
82 "This feature is not implemented yet",82 "This feature is not implemented yet",
83 "Lost connection to MySQL server at '%s', system error: %d",83 "Lost connection to MySQL server at '%s', system error: %d",
84 "Statement closed indirectly because of a preceeding %s() call",84 "Statement closed indirectly because of a preceding %s() call",
85 "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",85 "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",
86 "This handle is already connected. Use a separate handle for each connection.",86 "This handle is already connected. Use a separate handle for each connection.",
87 "Authentication plugin '%s' cannot be loaded: %s",87 "Authentication plugin '%s' cannot be loaded: %s",
8888
=== modified file 'man/mysql-test-run.pl.1'
--- man/mysql-test-run.pl.1 2011-11-21 17:13:14 +0000
+++ man/mysql-test-run.pl.1 2014-04-20 08:03:23 +0000
@@ -332,7 +332,7 @@
332can invoke itself with332can invoke itself with
333exec $MYSQL_TEST\&.333exec $MYSQL_TEST\&.
334.PP334.PP
335Other 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 in335Other 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
336$MYSQL_TMP_DIR/\fIfile_name\fR\&.336$MYSQL_TMP_DIR/\fIfile_name\fR\&.
337.PP337.PP
338If you are running338If you are running
339339
=== modified file 'mysql-test/collections/default.weekly' (properties changed: +x to -x)
=== modified file 'mysql-test/extra/rpl_tests/rpl_ddl.test'
--- mysql-test/extra/rpl_tests/rpl_ddl.test 2014-02-11 14:57:28 +0000
+++ mysql-test/extra/rpl_tests/rpl_ddl.test 2014-04-20 08:03:23 +0000
@@ -98,8 +98,8 @@
98# --> less switching of AUTOCOMMIT mode on master side.98# --> less switching of AUTOCOMMIT mode on master side.
99#99#
100# 4. Never use a test object, which was direct or indirect affected by a100# 4. Never use a test object, which was direct or indirect affected by a
101# preceeding test sequence again.101# preceding test sequence again.
102# If one preceeding test sequence hits a (sometimes not visible,102# If one preceding test sequence hits a (sometimes not visible,
103# because the sql error code of the statement might be 0) bug103# because the sql error code of the statement might be 0) bug
104# and these rules are ignored, a following test sequence might earn ugly104# and these rules are ignored, a following test sequence might earn ugly
105# effects like failing 'sync_slave_with_master', crashes of the slave or105# effects like failing 'sync_slave_with_master', crashes of the slave or
106106
=== modified file 'mysql-test/extra/rpl_tests/rpl_row_basic.test'
--- mysql-test/extra/rpl_tests/rpl_row_basic.test 2012-05-21 18:54:41 +0000
+++ mysql-test/extra/rpl_tests/rpl_row_basic.test 2014-04-20 08:03:23 +0000
@@ -221,7 +221,7 @@
221SELECT * FROM t7 ORDER BY C1;221SELECT * FROM t7 ORDER BY C1;
222222
223# since bug#31552/31609 idempotency is not default any longer. In order223# since bug#31552/31609 idempotency is not default any longer. In order
224# the preceeding test INSERT INTO t7 to pass the mode is switched224# the preceding test INSERT INTO t7 to pass the mode is switched
225# temprorarily225# temprorarily
226set @@global.slave_exec_mode= 'IDEMPOTENT';226set @@global.slave_exec_mode= 'IDEMPOTENT';
227227
@@ -260,7 +260,7 @@
260SELECT * FROM t8 ORDER BY a;260SELECT * FROM t8 ORDER BY a;
261261
262# since bug#31552/31609 idempotency is not default any longer. In order262# since bug#31552/31609 idempotency is not default any longer. In order
263# the preceeding test INSERT INTO t8 to pass the mode is switched263# the preceding test INSERT INTO t8 to pass the mode is switched
264# temprorarily264# temprorarily
265set @@global.slave_exec_mode= 'IDEMPOTENT';265set @@global.slave_exec_mode= 'IDEMPOTENT';
266266
267267
=== modified file 'mysql-test/include/wait_until_count_sessions.inc'
--- mysql-test/include/wait_until_count_sessions.inc 2010-05-24 13:54:08 +0000
+++ mysql-test/include/wait_until_count_sessions.inc 2014-04-20 08:03:23 +0000
@@ -10,7 +10,7 @@
10# 1. We wait for $current_sessions <= $count_sessions because in the use case10# 1. We wait for $current_sessions <= $count_sessions because in the use case
11# with count_sessions.inc before and wait_until_count_sessions.inc after11# with count_sessions.inc before and wait_until_count_sessions.inc after
12# the core of the test it could happen that the disconnects of sessions12# the core of the test it could happen that the disconnects of sessions
13# belonging to the preceeding test are not finished.13# belonging to the preceding test are not finished.
14# sessions at test begin($count_sessions) = m + n14# sessions at test begin($count_sessions) = m + n
15# sessions of the previous test which will be soon disconnected = n (n >= 0)15# sessions of the previous test which will be soon disconnected = n (n >= 0)
16# sessions at test end ($current sessions, assuming the test disconnects16# sessions at test end ($current sessions, assuming the test disconnects
1717
=== modified file 'mysql-test/include/world.inc' (properties changed: +x to -x)
=== modified file 'mysql-test/include/world_schema.inc' (properties changed: +x to -x)
=== modified file 'mysql-test/mysql-test-run.pl'
--- mysql-test/mysql-test-run.pl 2014-04-13 12:58:55 +0000
+++ mysql-test/mysql-test-run.pl 2014-04-20 08:03:23 +0000
@@ -6484,7 +6484,7 @@
6484 start-dirty Only start the servers (without initialization) for6484 start-dirty Only start the servers (without initialization) for
6485 the first specified test case6485 the first specified test case
6486 user-args In combination with start* and no test name, drops6486 user-args In combination with start* and no test name, drops
6487 arguments to mysqld except those speficied with6487 arguments to mysqld except those specified with
6488 --mysqld (if any)6488 --mysqld (if any)
6489 wait-all If --start or --start-dirty option is used, wait for all6489 wait-all If --start or --start-dirty option is used, wait for all
6490 servers to exit before finishing the process6490 servers to exit before finishing the process
64916491
=== modified file 'mysql-test/r/mysqld--help.result'
--- mysql-test/r/mysqld--help.result 2014-02-11 14:56:38 +0000
+++ mysql-test/r/mysqld--help.result 2014-04-20 08:03:23 +0000
@@ -613,7 +613,7 @@
613 --relay-log-space-limit=# 613 --relay-log-space-limit=#
614 Maximum space to use for all relay logs614 Maximum space to use for all relay logs
615 --replicate-annotate-row-events 615 --replicate-annotate-row-events
616 Tells the slave to write annotate rows events recieved616 Tells the slave to write annotate rows events received
617 from the master to its own binary log. Ignored if617 from the master to its own binary log. Ignored if
618 log_slave_updates is not set618 log_slave_updates is not set
619 --replicate-do-db=name 619 --replicate-do-db=name
620620
=== modified file 'mysql-test/r/ps.result'
--- mysql-test/r/ps.result 2014-02-12 15:07:05 +0000
+++ mysql-test/r/ps.result 2014-04-20 08:03:23 +0000
@@ -613,8 +613,8 @@
613("4", "1", "sup", "0");613("4", "1", "sup", "0");
614create table t3 (614create table t3 (
615id int(11) not null default '0',615id int(11) not null default '0',
616preceeding_id int(11) not null default '0',616preceding_id int(11) not null default '0',
617primary key (id,preceeding_id)617primary key (id,preceding_id)
618);618);
619create table t4 (619create table t4 (
620user_id varchar(50) not null,620user_id varchar(50) not null,
@@ -625,7 +625,7 @@
625prepare stmt from625prepare stmt from
626'select distinct t1.partner_id626'select distinct t1.partner_id
627from t1 left join t3 on t1.id = t3.id627from t1 left join t3 on t1.id = t3.id
628 left join t1 pp on pp.id = t3.preceeding_id628 left join t1 pp on pp.id = t3.preceding_id
629where629where
630 exists (630 exists (
631 select *631 select *
632632
=== modified file 'mysql-test/r/subselect_sj.result'
--- mysql-test/r/subselect_sj.result 2014-02-22 21:51:20 +0000
+++ mysql-test/r/subselect_sj.result 2014-04-20 08:03:23 +0000
@@ -1007,8 +1007,8 @@
1007("4", "1", "sup", "0");1007("4", "1", "sup", "0");
1008create table t3 (1008create table t3 (
1009id int(11) not null default '0',1009id int(11) not null default '0',
1010preceeding_id int(11) not null default '0',1010preceding_id int(11) not null default '0',
1011primary key (id,preceeding_id)1011primary key (id,preceding_id)
1012);1012);
1013create table t4 (1013create table t4 (
1014user_id varchar(50) not null,1014user_id varchar(50) not null,
10151015
=== modified file 'mysql-test/r/subselect_sj_jcl6.result'
--- mysql-test/r/subselect_sj_jcl6.result 2014-02-22 21:51:20 +0000
+++ mysql-test/r/subselect_sj_jcl6.result 2014-04-20 08:03:23 +0000
@@ -1020,8 +1020,8 @@
1020("4", "1", "sup", "0");1020("4", "1", "sup", "0");
1021create table t3 (1021create table t3 (
1022id int(11) not null default '0',1022id int(11) not null default '0',
1023preceeding_id int(11) not null default '0',1023preceding_id int(11) not null default '0',
1024primary key (id,preceeding_id)1024primary key (id,preceding_id)
1025);1025);
1026create table t4 (1026create table t4 (
1027user_id varchar(50) not null,1027user_id varchar(50) not null,
10281028
=== modified file 'mysql-test/std_data/checkDBI_DBD-mysql.pl' (properties changed: -x to +x)
=== modified file 'mysql-test/suite/funcs_1/views/func_view.inc'
--- mysql-test/suite/funcs_1/views/func_view.inc 2013-10-23 12:22:47 +0000
+++ mysql-test/suite/funcs_1/views/func_view.inc 2014-04-20 08:03:23 +0000
@@ -282,7 +282,7 @@
282# other interesting value282# other interesting value
283# numbers -> 0283# numbers -> 0
284# strings, blobs, binaries -> not full length of used data type, "exotic"284# strings, blobs, binaries -> not full length of used data type, "exotic"
285# characters and preceeding and trailing spaces285# characters and preceding and trailing spaces
286# FIXME enum, set ??286# FIXME enum, set ??
287INSERT INTO t1_values SET287INSERT INTO t1_values SET
288 my_char_30 = ' ---äÖüß@µ*$-- ',288 my_char_30 = ' ---äÖüß@µ*$-- ',
289289
=== modified file 'mysql-test/suite/funcs_1/views/views_master.inc'
--- mysql-test/suite/funcs_1/views/views_master.inc 2012-01-13 14:50:02 +0000
+++ mysql-test/suite/funcs_1/views/views_master.inc 2014-04-20 08:03:23 +0000
@@ -545,7 +545,7 @@
545# view names are accepted, at creation time, alteration time,545# view names are accepted, at creation time, alteration time,
546# and drop time.546# and drop time.
547###############################################################################547###############################################################################
548# Note(mleich): non-qualified view name means a view name without preceeding548# Note(mleich): non-qualified view name means a view name without preceding
549# database name549# database name
550--disable_warnings550--disable_warnings
551DROP VIEW IF EXISTS v1 ;551DROP VIEW IF EXISTS v1 ;
552552
=== modified file 'mysql-test/suite/rpl/extension/checksum.pl' (properties changed: -x to +x)
=== modified file 'mysql-test/suite/rpl/t/rpl_ddl.test'
--- mysql-test/suite/rpl/t/rpl_ddl.test 2012-02-07 15:22:36 +0000
+++ mysql-test/suite/rpl/t/rpl_ddl.test 2014-04-20 08:03:23 +0000
@@ -13,10 +13,10 @@
13# sequences start.13# sequences start.
14#14#
15# 2. Never use a test object, which was direct or indirect affected by a15# 2. Never use a test object, which was direct or indirect affected by a
16# preceeding test sequence again.16# preceding test sequence again.
17# Except table d1.t1 where ONLY DML is allowed.17# Except table d1.t1 where ONLY DML is allowed.
18#18#
19# If one preceeding test sequence hits a (sometimes not good visible,19# If one preceding test sequence hits a (sometimes not good visible,
20# because the sql error code of the statement might be 0) bug20# because the sql error code of the statement might be 0) bug
21# and these rules are ignored, a following test sequence might earn ugly21# and these rules are ignored, a following test sequence might earn ugly
22# effects like failing 'sync_slave_with_master', crashes of the slave or22# effects like failing 'sync_slave_with_master', crashes of the slave or
2323
=== modified file 'mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test'
--- mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test 2011-10-19 19:45:18 +0000
+++ mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test 2014-04-20 08:03:23 +0000
@@ -244,7 +244,7 @@
244UPDATE t1 SET a = 5, b = 'slave' WHERE a = 1;244UPDATE t1 SET a = 5, b = 'slave' WHERE a = 1;
245SELECT * FROM t1 ORDER BY a;245SELECT * FROM t1 ORDER BY a;
246# since bug#31552/31609 idempotency is not default any longer. In246# since bug#31552/31609 idempotency is not default any longer. In
247# order for the preceeding test UPDATE t1 to pass, the mode is switched247# order for the preceding test UPDATE t1 to pass, the mode is switched
248# temprorarily248# temprorarily
249set @@global.slave_exec_mode= 'IDEMPOTENT';249set @@global.slave_exec_mode= 'IDEMPOTENT';
250--echo **** On Master ****250--echo **** On Master ****
251251
=== modified file 'mysql-test/t/long_tmpdir-master.sh' (properties changed: -x to +x)
=== modified file 'mysql-test/t/lowercase_mixed_tmpdir-master.sh' (properties changed: -x to +x)
=== modified file 'mysql-test/t/ps.test'
--- mysql-test/t/ps.test 2014-02-12 15:07:05 +0000
+++ mysql-test/t/ps.test 2014-04-20 08:03:23 +0000
@@ -677,8 +677,8 @@
677677
678create table t3 (678create table t3 (
679 id int(11) not null default '0',679 id int(11) not null default '0',
680 preceeding_id int(11) not null default '0',680 preceding_id int(11) not null default '0',
681 primary key (id,preceeding_id)681 primary key (id,preceding_id)
682);682);
683683
684create table t4 (684create table t4 (
@@ -692,7 +692,7 @@
692prepare stmt from692prepare stmt from
693'select distinct t1.partner_id693'select distinct t1.partner_id
694from t1 left join t3 on t1.id = t3.id694from t1 left join t3 on t1.id = t3.id
695 left join t1 pp on pp.id = t3.preceeding_id695 left join t1 pp on pp.id = t3.preceding_id
696where696where
697 exists (697 exists (
698 select *698 select *
699699
=== modified file 'mysql-test/t/subselect_sj.test'
--- mysql-test/t/subselect_sj.test 2014-02-22 21:51:20 +0000
+++ mysql-test/t/subselect_sj.test 2014-04-20 08:03:23 +0000
@@ -897,8 +897,8 @@
897 ("4", "1", "sup", "0");897 ("4", "1", "sup", "0");
898create table t3 (898create table t3 (
899 id int(11) not null default '0',899 id int(11) not null default '0',
900 preceeding_id int(11) not null default '0',900 preceding_id int(11) not null default '0',
901 primary key (id,preceeding_id)901 primary key (id,preceding_id)
902);902);
903903
904create table t4 (904create table t4 (
905905
=== modified file 'sql/handler.h'
--- sql/handler.h 2014-04-11 08:46:11 +0000
+++ sql/handler.h 2014-04-20 08:03:23 +0000
@@ -1270,7 +1270,7 @@
1270 For ALTER TABLE defaults to ROW_TYPE_NOT_USED (means "keep the current").1270 For ALTER TABLE defaults to ROW_TYPE_NOT_USED (means "keep the current").
12711271
1272 Can be changed either explicitly by the parser.1272 Can be changed either explicitly by the parser.
1273 If nothing speficied inherits the value of the original table (if present).1273 If nothing specified inherits the value of the original table (if present).
1274 */1274 */
1275 enum row_type row_type;1275 enum row_type row_type;
1276 uint null_bits; /* NULL bits at start of record */1276 uint null_bits; /* NULL bits at start of record */
12771277
=== modified file 'sql/log_event.cc'
--- sql/log_event.cc 2014-03-27 21:26:58 +0000
+++ sql/log_event.cc 2014-04-20 08:03:23 +0000
@@ -3649,7 +3649,7 @@
3649 if ((error= rows_event_stmt_cleanup(const_cast<Relay_log_info*>(rli), thd)))3649 if ((error= rows_event_stmt_cleanup(const_cast<Relay_log_info*>(rli), thd)))
3650 {3650 {
3651 const_cast<Relay_log_info*>(rli)->report(ERROR_LEVEL, error,3651 const_cast<Relay_log_info*>(rli)->report(ERROR_LEVEL, error,
3652 "Error in cleaning up after an event preceeding the commit; "3652 "Error in cleaning up after an event preceding the commit; "
3653 "the group log file/position: %s %s",3653 "the group log file/position: %s %s",
3654 const_cast<Relay_log_info*>(rli)->group_master_log_name,3654 const_cast<Relay_log_info*>(rli)->group_master_log_name,
3655 llstr(const_cast<Relay_log_info*>(rli)->group_master_log_pos,3655 llstr(const_cast<Relay_log_info*>(rli)->group_master_log_pos,
36563656
=== modified file 'sql/log_event.h'
--- sql/log_event.h 2014-03-27 21:26:58 +0000
+++ sql/log_event.h 2014-04-20 08:03:23 +0000
@@ -1860,7 +1860,7 @@
1860 bool is_valid() const { return query != 0; }1860 bool is_valid() const { return query != 0; }
18611861
1862 /*1862 /*
1863 Returns number of bytes additionaly written to post header by derived1863 Returns number of bytes additionally written to post header by derived
1864 events (so far it is only Execute_load_query event).1864 events (so far it is only Execute_load_query event).
1865 */1865 */
1866 virtual ulong get_post_header_size_for_derived() { return 0; }1866 virtual ulong get_post_header_size_for_derived() { return 0; }
18671867
=== modified file 'sql/password.c'
--- sql/password.c 2014-03-17 12:04:28 +0000
+++ sql/password.c 2014-04-20 08:03:23 +0000
@@ -425,7 +425,7 @@
425425
426/*426/*
427 Produce an obscure octet sequence from password and random427 Produce an obscure octet sequence from password and random
428 string, recieved from the server. This sequence corresponds to the428 string, received from the server. This sequence corresponds to the
429 password, but password can not be easily restored from it. The sequence429 password, but password can not be easily restored from it. The sequence
430 is then sent to the server for validation. Trailing zero is not stored430 is then sent to the server for validation. Trailing zero is not stored
431 in the buf as it is not needed.431 in the buf as it is not needed.
@@ -467,7 +467,7 @@
467467
468/*468/*
469 Check that scrambled message corresponds to the password; the function469 Check that scrambled message corresponds to the password; the function
470 is used by server to check that recieved reply is authentic.470 is used by server to check that received reply is authentic.
471 This function does not check lengths of given strings: message must be471 This function does not check lengths of given strings: message must be
472 null-terminated, reply and hash_stage2 must be at least SHA1_HASH_SIZE472 null-terminated, reply and hash_stage2 must be at least SHA1_HASH_SIZE
473 long (if not, something fishy is going on).473 long (if not, something fishy is going on).
474474
=== modified file 'sql/rpl_utility.cc'
--- sql/rpl_utility.cc 2014-03-17 12:04:28 +0000
+++ sql/rpl_utility.cc 2014-04-20 08:03:23 +0000
@@ -1157,7 +1157,7 @@
1157void Deferred_log_events::rewind()1157void Deferred_log_events::rewind()
1158{1158{
1159 /*1159 /*
1160 Reset preceeding Query log event events which execution was1160 Reset preceding Query log event events which execution was
1161 deferred because of slave side filtering.1161 deferred because of slave side filtering.
1162 */1162 */
1163 if (!is_empty())1163 if (!is_empty())
11641164
=== modified file 'sql/slave.cc'
--- sql/slave.cc 2014-03-17 12:04:28 +0000
+++ sql/slave.cc 2014-04-20 08:03:23 +0000
@@ -3503,7 +3503,7 @@
3503 set_thd_in_use_temporary_tables(rli); // (re)set sql_thd in use for saved temp tables3503 set_thd_in_use_temporary_tables(rli); // (re)set sql_thd in use for saved temp tables
3504 /*3504 /*
3505 binlog_annotate_row_events must be TRUE only after an Annotate_rows event3505 binlog_annotate_row_events must be TRUE only after an Annotate_rows event
3506 has been recieved and only till the last corresponding rbr event has been3506 has been received and only till the last corresponding rbr event has been
3507 applied. In all other cases it must be FALSE.3507 applied. In all other cases it must be FALSE.
3508 */3508 */
3509 thd->variables.binlog_annotate_row_events= 0;3509 thd->variables.binlog_annotate_row_events= 0;
35103510
=== modified file 'sql/sql_connect.cc'
--- sql/sql_connect.cc 2014-02-17 10:00:51 +0000
+++ sql/sql_connect.cc 2014-04-20 08:03:23 +0000
@@ -704,7 +704,7 @@
704 user_stats->cpu_time+= (thd->status_var.cpu_time -704 user_stats->cpu_time+= (thd->status_var.cpu_time -
705 thd->org_status_var.cpu_time); 705 thd->org_status_var.cpu_time);
706 /*706 /*
707 This is handle specially as bytes_recieved is incremented BEFORE707 This is handle specially as bytes_received is incremented BEFORE
708 org_status_var is copied.708 org_status_var is copied.
709 */709 */
710 user_stats->bytes_received+= (thd->org_status_var.bytes_received-710 user_stats->bytes_received+= (thd->org_status_var.bytes_received-
711711
=== modified file 'sql/sql_prepare.cc'
--- sql/sql_prepare.cc 2014-03-17 12:04:28 +0000
+++ sql/sql_prepare.cc 2014-04-20 08:03:23 +0000
@@ -74,7 +74,7 @@
7474
75 - Server gets the long data in pieces with command type75 - Server gets the long data in pieces with command type
76 'COM_STMT_SEND_LONG_DATA'.76 'COM_STMT_SEND_LONG_DATA'.
77 - The packet recieved will have the format as:77 - The packet received will have the format as:
78 [COM_STMT_SEND_LONG_DATA:1][STMT_ID:4][parameter_number:2][data]78 [COM_STMT_SEND_LONG_DATA:1][STMT_ID:4][parameter_number:2][data]
79 - data from the packet is appended to the long data value buffer for this79 - data from the packet is appended to the long data value buffer for this
80 placeholder.80 placeholder.
8181
=== modified file 'sql/sql_select.cc'
--- sql/sql_select.cc 2014-04-18 08:16:56 +0000
+++ sql/sql_select.cc 2014-04-20 08:03:23 +0000
@@ -20382,7 +20382,7 @@
20382 Item *view_ref= NULL;20382 Item *view_ref= NULL;
20383 /*20383 /*
20384 If we have found field not by its alias in select list but by its20384 If we have found field not by its alias in select list but by its
20385 original field name, we should additionaly check if we have conflict20385 original field name, we should additionally check if we have conflict
20386 for this name (in case if we would perform lookup in all tables).20386 for this name (in case if we would perform lookup in all tables).
20387 */20387 */
20388 if (resolution == RESOLVED_BEHIND_ALIAS && !order_item->fixed &&20388 if (resolution == RESOLVED_BEHIND_ALIAS && !order_item->fixed &&
@@ -21405,7 +21405,7 @@
21405 We are replacing the argument of Item_func_set_user_var after its value21405 We are replacing the argument of Item_func_set_user_var after its value
21406 has been read. The argument's null_value should be set by now, so we21406 has been read. The argument's null_value should be set by now, so we
21407 must set it explicitly for the replacement argument since the null_value21407 must set it explicitly for the replacement argument since the null_value
21408 may be read without any preceeding call to val_*().21408 may be read without any preceding call to val_*().
21409 */21409 */
21410 new_field->update_null_value();21410 new_field->update_null_value();
21411 List<Item> list;21411 List<Item> list;
2141221412
=== modified file 'sql/sys_vars.cc'
--- sql/sys_vars.cc 2014-02-11 14:56:38 +0000
+++ sql/sys_vars.cc 2014-04-20 08:03:23 +0000
@@ -3815,7 +3815,7 @@
3815#ifdef HAVE_REPLICATION3815#ifdef HAVE_REPLICATION
3816static Sys_var_mybool Sys_replicate_annotate_row_events(3816static Sys_var_mybool Sys_replicate_annotate_row_events(
3817 "replicate_annotate_row_events",3817 "replicate_annotate_row_events",
3818 "Tells the slave to write annotate rows events recieved from the master "3818 "Tells the slave to write annotate rows events received from the master "
3819 "to its own binary log. Ignored if log_slave_updates is not set",3819 "to its own binary log. Ignored if log_slave_updates is not set",
3820 READ_ONLY GLOBAL_VAR(opt_replicate_annotate_row_events),3820 READ_ONLY GLOBAL_VAR(opt_replicate_annotate_row_events),
3821 CMD_LINE(OPT_ARG), DEFAULT(0));3821 CMD_LINE(OPT_ARG), DEFAULT(0));
38223822
=== modified file 'sql/tztime.cc'
--- sql/tztime.cc 2014-03-17 12:04:28 +0000
+++ sql/tztime.cc 2014-04-20 08:03:23 +0000
@@ -2032,7 +2032,7 @@
20322032
2033 /*2033 /*
2034 At last we are doing the same thing for records in2034 At last we are doing the same thing for records in
2035 mysql.time_zone_transition table. Here we additionaly need records2035 mysql.time_zone_transition table. Here we additionally need records
2036 in ascending order by index scan also satisfies us.2036 in ascending order by index scan also satisfies us.
2037 */2037 */
2038 table= tz_tables->table; 2038 table= tz_tables->table;
20392039
=== modified file 'storage/maria/ma_rnext.c'
--- storage/maria/ma_rnext.c 2011-10-19 19:45:18 +0000
+++ storage/maria/ma_rnext.c 2014-04-20 08:03:23 +0000
@@ -71,7 +71,7 @@
71 Normally SQL layer would never request "search next" if71 Normally SQL layer would never request "search next" if
72 "search first" failed. But HANDLER may do anything.72 "search first" failed. But HANDLER may do anything.
7373
74 As mi_rnext() without preceeding mi_rkey()/mi_rfirst()74 As mi_rnext() without preceding mi_rkey()/mi_rfirst()
75 equals to mi_rfirst(), we must restore original state75 equals to mi_rfirst(), we must restore original state
76 as if failing mi_rfirst() was not called.76 as if failing mi_rfirst() was not called.
77 */77 */
7878
=== modified file 'storage/myisam/mi_rnext.c'
--- storage/myisam/mi_rnext.c 2012-01-13 14:50:02 +0000
+++ storage/myisam/mi_rnext.c 2014-04-20 08:03:23 +0000
@@ -66,7 +66,7 @@
66 Normally SQL layer would never request "search next" if66 Normally SQL layer would never request "search next" if
67 "search first" failed. But HANDLER may do anything.67 "search first" failed. But HANDLER may do anything.
6868
69 As mi_rnext() without preceeding mi_rkey()/mi_rfirst()69 As mi_rnext() without preceding mi_rkey()/mi_rfirst()
70 equals to mi_rfirst(), we must restore original state70 equals to mi_rfirst(), we must restore original state
71 as if failing mi_rfirst() was not called.71 as if failing mi_rfirst() was not called.
72 */72 */
7373
=== modified file 'storage/ndb/include/ndbapi/NdbEventOperation.hpp'
--- storage/ndb/include/ndbapi/NdbEventOperation.hpp 2014-03-27 21:26:58 +0000
+++ storage/ndb/include/ndbapi/NdbEventOperation.hpp 2014-04-20 08:03:23 +0000
@@ -63,7 +63,7 @@
63 * - Event code does not check table schema version. Make sure to drop events63 * - Event code does not check table schema version. Make sure to drop events
64 * after table is dropped. Will be fixed in later64 * after table is dropped. Will be fixed in later
65 * versions.65 * versions.
66 * - If a node failure has occured not all events will be recieved66 * - If a node failure has occured not all events will be received
67 * anymore. Drop NdbEventOperation and Create again after nodes are up67 * anymore. Drop NdbEventOperation and Create again after nodes are up
68 * again. Will be fixed in later versions.68 * again. Will be fixed in later versions.
69 *69 *
7070
=== modified file 'storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs'
--- storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs 2014-02-17 12:49:04 +0000
+++ storage/ndb/src/cw/cpcc-win32/csharp/telnetclient/telnetClient.cs 2014-04-20 08:03:23 +0000
@@ -163,7 +163,7 @@
163 }163 }
164 else164 else
165 {165 {
166 // If no data was recieved then the connection is probably dead166 // If no data was received then the connection is probably dead
167 Console.WriteLine( "Disconnected", sock.RemoteEndPoint );167 Console.WriteLine( "Disconnected", sock.RemoteEndPoint );
168 sock.Shutdown( SocketShutdown.Both );168 sock.Shutdown( SocketShutdown.Both );
169 sock.Close();169 sock.Close();
170170
=== modified file 'storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp'
--- storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp 2014-02-17 12:49:04 +0000
+++ storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp 2014-04-20 08:03:23 +0000
@@ -10559,7 +10559,7 @@
1055910559
10560 // MASV let state be CS_ABORTING until all 10560 // MASV let state be CS_ABORTING until all
10561 // signals in the "air" have been received. Reset to CS_CONNECTED10561 // signals in the "air" have been received. Reset to CS_CONNECTED
10562 // will be done when a TCKEYREQ with start flag is recieved10562 // will be done when a TCKEYREQ with start flag is received
10563 // or releaseApiCon is called10563 // or releaseApiCon is called
10564 // apiConnectptr.p->apiConnectstate = CS_CONNECTED;10564 // apiConnectptr.p->apiConnectstate = CS_CONNECTED;
10565 apiConnectptr.p->apiConnectstate = CS_ABORTING;10565 apiConnectptr.p->apiConnectstate = CS_ABORTING;
1056610566
=== modified file 'storage/ndb/src/mgmsrv/MgmtSrvr.hpp'
--- storage/ndb/src/mgmsrv/MgmtSrvr.hpp 2014-02-17 12:49:04 +0000
+++ storage/ndb/src/mgmsrv/MgmtSrvr.hpp 2014-04-20 08:03:23 +0000
@@ -526,7 +526,7 @@
526 // we signal with a condition variable to the waiting526 // we signal with a condition variable to the waiting
527 // thread (receiveOptimisedResponse) that the signal has arrived.527 // thread (receiveOptimisedResponse) that the signal has arrived.
528 // Parameters:528 // Parameters:
529 // signal: The recieved signal529 // signal: The received signal
530 // Returns: -530 // Returns: -
531 //**************************************************************************531 //**************************************************************************
532532
533533
=== modified file 'storage/ndb/test/ndbapi/testDict.cpp'
--- storage/ndb/test/ndbapi/testDict.cpp 2014-02-17 12:49:04 +0000
+++ storage/ndb/test/ndbapi/testDict.cpp 2014-04-20 08:03:23 +0000
@@ -942,7 +942,7 @@
942 942
943 // Verfiy the frm data943 // Verfiy the frm data
944 if (memcmp(pData, pData2, resultLen) != 0){944 if (memcmp(pData, pData2, resultLen) != 0){
945 g_err << "Wrong data recieved" << endl;945 g_err << "Wrong data received" << endl;
946 for (size_t i = 0; i < dataLen; i++){946 for (size_t i = 0; i < dataLen; i++){
947 unsigned char c = ((unsigned char*)pData2)[i];947 unsigned char c = ((unsigned char*)pData2)[i];
948 g_err << hex << c << ", ";948 g_err << hex << c << ", ";
949949
=== modified file 'storage/ndb/test/odbc/client/SQLColAttributeTest.cpp'
--- storage/ndb/test/odbc/client/SQLColAttributeTest.cpp 2014-02-17 12:49:04 +0000
+++ storage/ndb/test/odbc/client/SQLColAttributeTest.cpp 2014-04-20 08:03:23 +0000
@@ -42,7 +42,7 @@
42 * Test returning descriptor information42 * Test returning descriptor information
43 *43 *
44 * Tests:44 * Tests:
45 * -# Call SQLColAttribute, without preceeding SQLPrepare45 * -# Call SQLColAttribute, without preceding SQLPrepare
46 * -# ???46 * -# ???
47 * 47 *
48 * @return Zero, if test succeeded48 * @return Zero, if test succeeded
4949
=== modified file 'storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp'
--- storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp 2014-02-17 12:49:04 +0000
+++ storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp 2014-04-20 08:03:23 +0000
@@ -42,7 +42,7 @@
42 * Test returning descriptor information42 * Test returning descriptor information
43 *43 *
44 * Test:44 * Test:
45 * -# Call SQLColAttribute without preceeding SQLExecute45 * -# Call SQLColAttribute without preceding SQLExecute
46 * -# Let TYPE is 'ITEM' in Table 20, FieldIdentifer is zero46 * -# Let TYPE is 'ITEM' in Table 20, FieldIdentifer is zero
47 * -# Let TYPE is 'ITEM' in Table 20, ColumnNumber is less than one47 * -# Let TYPE is 'ITEM' in Table 20, ColumnNumber is less than one
48 * -# FieldIdentifer is not one of the code valuess in Table 2048 * -# FieldIdentifer is not one of the code valuess in Table 20
4949
=== modified file 'storage/tokudb/ft-index/ft/ft-flusher.cc'
--- storage/tokudb/ft-index/ft/ft-flusher.cc 2014-02-20 18:32:25 +0000
+++ storage/tokudb/ft-index/ft/ft-flusher.cc 2014-04-20 08:03:23 +0000
@@ -1012,7 +1012,7 @@
1012 B->bp[targchild] = node->bp[i];1012 B->bp[targchild] = node->bp[i];
1013 memset(&node->bp[i], 0, sizeof(node->bp[0]));1013 memset(&node->bp[i], 0, sizeof(node->bp[0]));
10141014
1015 // Delete a child, removing the preceeding pivot key. The child number must be > 01015 // Delete a child, removing the preceding pivot key. The child number must be > 0
1016 {1016 {
1017 paranoid_invariant(i>0);1017 paranoid_invariant(i>0);
1018 if (i>n_children_in_a) {1018 if (i>n_children_in_a) {
10191019
=== modified file 'storage/xtradb/fil/fil0fil.c'
--- storage/xtradb/fil/fil0fil.c 2014-02-26 11:49:50 +0000
+++ storage/xtradb/fil/fil0fil.c 2014-04-20 08:03:23 +0000
@@ -3931,7 +3931,7 @@
3931 page_no = dict_index_get_page(index);3931 page_no = dict_index_get_page(index);
3932 ut_a(page_no == 3);3932 ut_a(page_no == 3);
39333933
3934 fprintf(stderr, "InnoDB: It is compressed .ibd file. need to convert additionaly on buffer pool.\n");3934 fprintf(stderr, "InnoDB: It is compressed .ibd file. need to convert additionally on buffer pool.\n");
39353935
3936 /* down to leaf */3936 /* down to leaf */
3937 mtr_start(&mtr);3937 mtr_start(&mtr);

Subscribers

People subscribed via source and target branches