~ubuntu-branches/ubuntu/utopic/mysql-5.5/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/94_spelling.patch

  • Committer: Package Import Robot
  • Author(s): Robie Basak
  • Date: 2014-02-19 21:08:10 UTC
  • mfrom: (1.1.16) (3.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140219210810-ao177bbilcneh6ez
Tags: 5.5.35+dfsg-1ubuntu1
* Merge from Debian unstable.
* Cherry-picks from Debian VCS for 5.5.35+dfsg-2, as it is held in Debian
  binNEW:
  - d/mysql-server-5.5.mysql.init: Increase timeout to 30s.
  - d/mysql-server-5.5.postinst: Run mysql_install_db as mysql so tables are
    not created as root.
  - Re-add mysql-testsuite metapackage.
  - Add dep8 tests.
  - Move mailx from Recommends to Suggests.
  - Add AppArmor profile.
  - Write an error log and logrotate it.
  - Build with debug symbols.
  - Make innotop usable without installing Suggests.
  - d/control: Drop Nicholas from Uploaders, MIA.
  - Add missing misc:Depends to mysql-testsuite.
* Remaining changes currently maintained only in the Ubuntu delta:
  - d/mysql-server-5.5.postrm: restore postrm debhelper token
    to get proper behaviors from dh_installinit and dh_apparmor. In
    discussion in Debian, but not yet committed.
  - Add upstart script. Blocked in Debian by the debhelper token issue above.
  - Add apport hook. Not relevant for Debian.
  - Split mysql-client-core-5.5 out from mysql-client-5.5. Submitted to
    Debian, but not yet accepted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author <nicholas@periapt.co.uk>
 
2
Subject: spelling errors
 
3
 Preceeding -> preceding
 
4
Last-Update: 2012-10-24
 
5
Forwarded: no
 
6
Index: mysql-5.5-5.5.31+dfsg/libmysql/errmsg.c
 
7
===================================================================
 
8
--- mysql-5.5-5.5.31+dfsg.orig/libmysql/errmsg.c        2013-05-05 09:47:48.243181980 -0700
 
9
+++ mysql-5.5-5.5.31+dfsg/libmysql/errmsg.c     2013-05-05 09:47:48.183185478 -0700
 
10
@@ -81,7 +81,7 @@
 
11
   "Attempt to read a row while there is no result set associated with the statement",
 
12
   "This feature is not implemented yet",
 
13
   "Lost connection to MySQL server at '%s', system error: %d",
 
14
-  "Statement closed indirectly because of a preceeding %s() call",
 
15
+  "Statement closed indirectly because of a preceding %s() call",
 
16
   "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",
 
17
   "This handle is already connected. Use a separate handle for each connection.",
 
18
   "Authentication plugin '%s' cannot be loaded: %s",
 
19
Index: mysql-5.5-5.5.31+dfsg/mysql-test/extra/rpl_tests/rpl_ddl.test
 
20
===================================================================
 
21
--- mysql-5.5-5.5.31+dfsg.orig/mysql-test/extra/rpl_tests/rpl_ddl.test  2013-05-05 09:47:48.243181980 -0700
 
22
+++ mysql-5.5-5.5.31+dfsg/mysql-test/extra/rpl_tests/rpl_ddl.test       2013-05-05 09:47:48.183185478 -0700
 
23
@@ -98,8 +98,8 @@
 
24
 #       --> less switching of AUTOCOMMIT mode on master side.
 
25
 #
 
26
 #    4. Never use a test object, which was direct or indirect affected by a
 
27
-#       preceeding test sequence again.
 
28
-#       If one preceeding test sequence hits a (sometimes not visible,
 
29
+#       preceding test sequence again.
 
30
+#       If one preceding test sequence hits a (sometimes not visible,
 
31
 #       because the sql error code of the statement might be 0) bug
 
32
 #       and these rules are ignored, a following test sequence might earn ugly
 
33
 #       effects like failing 'sync_slave_with_master', crashes of the slave or
 
34
Index: mysql-5.5-5.5.31+dfsg/mysql-test/extra/rpl_tests/rpl_row_basic.test
 
35
===================================================================
 
36
--- mysql-5.5-5.5.31+dfsg.orig/mysql-test/extra/rpl_tests/rpl_row_basic.test    2013-05-05 09:47:48.243181980 -0700
 
37
+++ mysql-5.5-5.5.31+dfsg/mysql-test/extra/rpl_tests/rpl_row_basic.test 2013-05-05 09:47:48.183185478 -0700
 
38
@@ -221,7 +221,7 @@
 
39
 SELECT * FROM t7 ORDER BY C1;
 
40
 
 
41
 # since bug#31552/31609 idempotency is not default any longer. In order
 
42
-# the preceeding test INSERT INTO t7 to pass the mode is switched
 
43
+# the preceding test INSERT INTO t7 to pass the mode is switched
 
44
 # temprorarily
 
45
 set @@global.slave_exec_mode= 'IDEMPOTENT';
 
46
 
 
47
@@ -260,7 +260,7 @@
 
48
 SELECT * FROM t8 ORDER BY a;
 
49
 
 
50
 # since bug#31552/31609 idempotency is not default any longer. In order
 
51
-# the preceeding test INSERT INTO t8 to pass the mode is switched
 
52
+# the preceding test INSERT INTO t8 to pass the mode is switched
 
53
 # temprorarily
 
54
 set @@global.slave_exec_mode= 'IDEMPOTENT';
 
55
 
 
56
Index: mysql-5.5-5.5.31+dfsg/mysql-test/include/wait_until_count_sessions.inc
 
57
===================================================================
 
58
--- mysql-5.5-5.5.31+dfsg.orig/mysql-test/include/wait_until_count_sessions.inc 2013-05-05 09:47:48.243181980 -0700
 
59
+++ mysql-5.5-5.5.31+dfsg/mysql-test/include/wait_until_count_sessions.inc      2013-05-05 09:47:48.183185478 -0700
 
60
@@ -10,7 +10,7 @@
 
61
 #    1. We wait for $current_sessions <= $count_sessions because in the use case
 
62
 #       with count_sessions.inc before and wait_until_count_sessions.inc after
 
63
 #       the core of the test it could happen that the disconnects of sessions
 
64
-#       belonging to the preceeding test are not finished.
 
65
+#       belonging to the preceding test are not finished.
 
66
 #       sessions at test begin($count_sessions) =  m + n
 
67
 #       sessions of the previous test which will be soon disconnected = n (n >= 0)
 
68
 #       sessions at test end ($current sessions, assuming the test disconnects
 
69
Index: mysql-5.5-5.5.31+dfsg/mysql-test/suite/funcs_1/views/func_view.inc
 
70
===================================================================
 
71
--- mysql-5.5-5.5.31+dfsg.orig/mysql-test/suite/funcs_1/views/func_view.inc     2013-05-05 09:47:48.243181980 -0700
 
72
+++ mysql-5.5-5.5.31+dfsg/mysql-test/suite/funcs_1/views/func_view.inc  2013-05-05 09:47:48.183185478 -0700
 
73
@@ -282,7 +282,7 @@
 
74
 #               other interesting value
 
75
 #     numbers   -> 0
 
76
 #     strings, blobs, binaries -> not full length of used data type, "exotic"
 
77
-#                                 characters and preceeding and trailing spaces
 
78
+#                                 characters and preceding and trailing spaces
 
79
 #     FIXME enum, set ??
 
80
 INSERT INTO t1_values SET
 
81
        my_char_30 = ' ---äÖüß@µ*$-- ',
 
82
Index: mysql-5.5-5.5.31+dfsg/mysql-test/suite/funcs_1/views/views_master.inc
 
83
===================================================================
 
84
--- mysql-5.5-5.5.31+dfsg.orig/mysql-test/suite/funcs_1/views/views_master.inc  2013-05-05 09:47:48.243181980 -0700
 
85
+++ mysql-5.5-5.5.31+dfsg/mysql-test/suite/funcs_1/views/views_master.inc       2013-05-05 09:47:48.187185245 -0700
 
86
@@ -545,7 +545,7 @@
 
87
 #                   view names are accepted, at creation time, alteration time,
 
88
 #                   and drop time.
 
89
 ###############################################################################
 
90
-# Note(mleich): non-qualified view name means a view name without preceeding
 
91
+# Note(mleich): non-qualified view name means a view name without preceding
 
92
 #               database name
 
93
 --disable_warnings
 
94
 DROP VIEW  IF EXISTS v1 ;
 
95
Index: mysql-5.5-5.5.31+dfsg/mysql-test/suite/rpl/t/rpl_ddl.test
 
96
===================================================================
 
97
--- mysql-5.5-5.5.31+dfsg.orig/mysql-test/suite/rpl/t/rpl_ddl.test      2013-05-05 09:47:48.243181980 -0700
 
98
+++ mysql-5.5-5.5.31+dfsg/mysql-test/suite/rpl/t/rpl_ddl.test   2013-05-05 09:47:48.187185245 -0700
 
99
@@ -13,10 +13,10 @@
 
100
 #         sequences start.
 
101
 #
 
102
 #      2. Never use a test object, which was direct or indirect affected by a
 
103
-#         preceeding test sequence again.
 
104
+#         preceding test sequence again.
 
105
 #         Except table d1.t1 where ONLY DML is allowed.
 
106
 #
 
107
-#         If one preceeding test sequence hits a (sometimes not good visible,
 
108
+#         If one preceding test sequence hits a (sometimes not good visible,
 
109
 #         because the sql error code of the statement might be 0) bug
 
110
 #         and these rules are ignored, a following test sequence might earn ugly
 
111
 #         effects like failing 'sync_slave_with_master', crashes of the slave or
 
112
Index: mysql-5.5-5.5.31+dfsg/mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test
 
113
===================================================================
 
114
--- mysql-5.5-5.5.31+dfsg.orig/mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test 2013-05-05 09:47:48.243181980 -0700
 
115
+++ mysql-5.5-5.5.31+dfsg/mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test      2013-05-05 09:47:48.187185245 -0700
 
116
@@ -239,7 +239,7 @@
 
117
 UPDATE t1 SET a = 5, b = 'slave' WHERE a = 1;
 
118
 SELECT * FROM t1 ORDER BY a;
 
119
 # since bug#31552/31609 idempotency is not default any longer. In
 
120
-# order for the preceeding test UPDATE t1 to pass, the mode is switched
 
121
+# order for the preceding test UPDATE t1 to pass, the mode is switched
 
122
 # temprorarily
 
123
 set @@global.slave_exec_mode= 'IDEMPOTENT';
 
124
 --echo **** On Master ****
 
125
Index: mysql-5.5-5.5.31+dfsg/sql/log_event.cc
 
126
===================================================================
 
127
--- mysql-5.5-5.5.31+dfsg.orig/sql/log_event.cc 2013-05-05 09:47:48.243181980 -0700
 
128
+++ mysql-5.5-5.5.31+dfsg/sql/log_event.cc      2013-05-05 09:47:48.000000000 -0700
 
129
@@ -3312,7 +3312,7 @@
 
130
     if ((error= rows_event_stmt_cleanup(const_cast<Relay_log_info*>(rli), thd)))
 
131
     {
 
132
       const_cast<Relay_log_info*>(rli)->report(ERROR_LEVEL, error,
 
133
-                  "Error in cleaning up after an event preceeding the commit; "
 
134
+                  "Error in cleaning up after an event preceding the commit; "
 
135
                   "the group log file/position: %s %s",
 
136
                   const_cast<Relay_log_info*>(rli)->group_master_log_name,
 
137
                   llstr(const_cast<Relay_log_info*>(rli)->group_master_log_pos,
 
138
Index: mysql-5.5-5.5.31+dfsg/storage/myisam/mi_rnext.c
 
139
===================================================================
 
140
--- mysql-5.5-5.5.31+dfsg.orig/storage/myisam/mi_rnext.c        2013-05-05 09:47:48.243181980 -0700
 
141
+++ mysql-5.5-5.5.31+dfsg/storage/myisam/mi_rnext.c     2013-05-05 09:47:48.219183379 -0700
 
142
@@ -64,7 +64,7 @@
 
143
       Normally SQL layer would never request "search next" if
 
144
       "search first" failed. But HANDLER may do anything.
 
145
 
 
146
-      As mi_rnext() without preceeding mi_rkey()/mi_rfirst()
 
147
+      As mi_rnext() without preceding mi_rkey()/mi_rfirst()
 
148
       equals to mi_rfirst(), we must restore original state
 
149
       as if failing mi_rfirst() was not called.
 
150
     */
 
151
Index: mysql-5.5-5.5.31+dfsg/storage/ndb/test/odbc/client/SQLColAttributeTest.cpp
 
152
===================================================================
 
153
--- mysql-5.5-5.5.31+dfsg.orig/storage/ndb/test/odbc/client/SQLColAttributeTest.cpp     2013-05-05 09:47:48.243181980 -0700
 
154
+++ mysql-5.5-5.5.31+dfsg/storage/ndb/test/odbc/client/SQLColAttributeTest.cpp  2013-05-05 09:47:48.231182679 -0700
 
155
@@ -41,7 +41,7 @@
 
156
  * Test returning descriptor information
 
157
  *
 
158
  * Tests:
 
159
- * -# Call SQLColAttribute, without preceeding SQLPrepare
 
160
+ * -# Call SQLColAttribute, without preceding SQLPrepare
 
161
  * -# ???
 
162
  * 
 
163
  * @return Zero, if test succeeded
 
164
Index: mysql-5.5-5.5.31+dfsg/storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp
 
165
===================================================================
 
166
--- mysql-5.5-5.5.31+dfsg.orig/storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp    2013-05-05 09:47:48.243181980 -0700
 
167
+++ mysql-5.5-5.5.31+dfsg/storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp 2013-05-05 09:47:48.243181980 -0700
 
168
@@ -41,7 +41,7 @@
 
169
  * Test returning descriptor information
 
170
  *
 
171
  * Test:
 
172
- * -# Call SQLColAttribute without preceeding SQLExecute
 
173
+ * -# Call SQLColAttribute without preceding SQLExecute
 
174
  * -# Let TYPE is 'ITEM' in Table 20, FieldIdentifer is zero
 
175
  * -# Let TYPE is 'ITEM' in Table 20, ColumnNumber is less than one
 
176
  * -# FieldIdentifer is not one of the code valuess in Table 20