Merge lp:~percona-dev/percona-server/release-5.1.50-12-fix-diff-syntax into lp:percona-server/release-5.1.50-12

Proposed by Oleg Tsarev
Status: Merged
Approved by: Vadim Tkachenko
Approved revision: no longer in the source branch.
Merged at revision: 128
Proposed branch: lp:~percona-dev/percona-server/release-5.1.50-12-fix-diff-syntax
Merge into: lp:percona-server/release-5.1.50-12
Diff against target: 477 lines (+49/-49)
10 files modified
bug580324.patch (+3/-3)
bugfix48929.patch (+4/-4)
error_pad.patch (+1/-1)
innodb_deadlock_count.patch (+5/-5)
log_connection_error.patch (+4/-4)
mysql-syslog.patch (+2/-2)
percona-support.patch (+1/-1)
query_cache_enhance.patch (+13/-13)
remove_fcntl_excessive_calls.patch (+2/-2)
response-time-distribution.patch (+14/-14)
To merge this branch: bzr merge lp:~percona-dev/percona-server/release-5.1.50-12-fix-diff-syntax
Reviewer Review Type Date Requested Status
Vadim Tkachenko Approve
Review via email: mp+38787@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Vadim Tkachenko (vadim-tk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bug580324.patch'
2--- bug580324.patch 2010-09-14 16:34:51 +0000
3+++ bug580324.patch 2010-10-19 00:19:43 +0000
4@@ -5,7 +5,7 @@
5 #!!! notice !!!
6 # Any small change to this file in the main branch
7 # should be done or reviewed by the maintainer!
8-diff -Nur a/sql/sql_base.cc b/sql/sql_base.cc
9+diff -ruN a/sql/sql_base.cc b/sql/sql_base.cc
10 --- a/sql/sql_base.cc 2010-05-27 19:54:18.000000000 +0400
11 +++ b/sql/sql_base.cc 2010-05-27 19:55:20.000000000 +0400
12 @@ -233,8 +233,12 @@
13@@ -23,7 +23,7 @@
14 if (tmp_table)
15 {
16 int4store(key + key_length, thd->server_id);
17-diff -Nur a/sql/sql_parse.cc b/sql/sql_parse.cc
18+diff -ruN a/sql/sql_parse.cc b/sql/sql_parse.cc
19 --- a/sql/sql_parse.cc 2010-05-27 19:54:18.000000000 +0400
20 +++ b/sql/sql_parse.cc 2010-05-27 20:03:20.000000000 +0400
21 @@ -1326,10 +1326,12 @@
22@@ -89,7 +89,7 @@
23 thd->set_query(fields, query_length);
24 general_log_print(thd, command, "%s %s", table_list.table_name, fields);
25 if (lower_case_table_names)
26-diff -Nur a/strings/ctype-utf8.c b/strings/ctype-utf8.c
27+diff -ruN a/strings/ctype-utf8.c b/strings/ctype-utf8.c
28 --- a/strings/ctype-utf8.c 2010-05-06 19:28:05.000000000 +0400
29 +++ b/strings/ctype-utf8.c 2010-05-27 20:04:20.000000000 +0400
30 @@ -4116,6 +4116,10 @@
31
32=== modified file 'bugfix48929.patch'
33--- bugfix48929.patch 2010-09-14 16:34:51 +0000
34+++ bugfix48929.patch 2010-10-19 00:19:43 +0000
35@@ -5,7 +5,7 @@
36 #!!! notice !!!
37 # Any small change to this file in the main branch
38 # should be done or reviewed by the maintainer!
39-diff -Nur a/configure.in b/configure.in
40+diff -ruN a/configure.in b/configure.in
41 --- a/configure.in 2010-07-07 03:33:05.008972002 +0400
42 +++ b/configure.in 2010-07-07 03:33:05.788972002 +0400
43 @@ -808,7 +808,7 @@
44@@ -17,7 +17,7 @@
45 stdlib.h stddef.h \
46 strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h arpa/inet.h \
47 sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \
48-diff -Nur a/configure b/configure
49+diff -ruN a/configure b/configure
50 --- a/configure 2010-07-26 18:29:12.172114128 +0900
51 +++ b/configure 2010-07-26 20:44:59.199030524 +0900
52 @@ -21524,7 +21524,7 @@
53@@ -29,7 +29,7 @@
54 stdlib.h stddef.h \
55 strings.h string.h synch.h sys/mman.h sys/socket.h netinet/in.h arpa/inet.h \
56 sys/timeb.h sys/types.h sys/un.h sys/vadvise.h sys/wait.h term.h \
57-diff -Nur a/include/config.h.in b/include/config.h.in
58+diff -ruN a/include/config.h.in b/include/config.h.in
59 --- a/include/config.h.in 2010-07-26 18:29:12.192113524 +0900
60 +++ b/include/config.h.in 2010-07-26 20:46:08.265182869 +0900
61 @@ -599,6 +599,9 @@
62@@ -42,7 +42,7 @@
63 /* Define to 1 if you have the `port_create' function. */
64 #undef HAVE_PORT_CREATE
65
66-diff -Nur a/sql/mysqld.cc b/sql/mysqld.cc
67+diff -ruN a/sql/mysqld.cc b/sql/mysqld.cc
68 --- a/sql/mysqld.cc 2010-07-07 03:33:05.278972002 +0400
69 +++ b/sql/mysqld.cc 2010-07-07 03:33:05.788972002 +0400
70 @@ -55,6 +55,10 @@
71
72=== modified file 'error_pad.patch'
73--- error_pad.patch 2010-09-14 16:56:59 +0000
74+++ error_pad.patch 2010-10-19 00:19:43 +0000
75@@ -5,7 +5,7 @@
76 #!!! notice !!!
77 # Any small change to this file in the main branch
78 # should be done or reviewed by the maintainer!
79-diff -Nur a/extra/comp_err.c b/extra/comp_err.c
80+diff -ruN a/extra/comp_err.c b/extra/comp_err.c
81 --- a/extra/comp_err.c 2010-08-03 17:24:24.000000000 +0000
82 +++ b/extra/comp_err.c 2010-09-14 16:49:28.000000000 +0000
83 @@ -30,11 +30,12 @@
84
85=== modified file 'innodb_deadlock_count.patch'
86--- innodb_deadlock_count.patch 2010-10-01 01:50:14 +0000
87+++ innodb_deadlock_count.patch 2010-10-19 00:19:43 +0000
88@@ -5,7 +5,7 @@
89 #!!! notice !!!
90 # Any small change to this file in the main branch
91 # should be done or reviewed by the maintainer!
92-diff -Nur a/storage/innodb_plugin/handler/ha_innodb.cc b/storage/innodb_plugin/handler/ha_innodb.cc
93+diff -ruN a/storage/innodb_plugin/handler/ha_innodb.cc b/storage/innodb_plugin/handler/ha_innodb.cc
94 --- a/storage/innodb_plugin/handler/ha_innodb.cc 2010-08-10 15:32:14.468241191 +0400
95 +++ b/storage/innodb_plugin/handler/ha_innodb.cc 2010-08-10 15:32:14.926992081 +0400
96 @@ -546,6 +546,8 @@
97@@ -17,7 +17,7 @@
98 {"dblwr_writes",
99 (char*) &export_vars.innodb_dblwr_writes, SHOW_LONG},
100 {"dict_tables",
101-diff -Nur a/storage/innodb_plugin/include/lock0lock.h b/storage/innodb_plugin/include/lock0lock.h
102+diff -ruN a/storage/innodb_plugin/include/lock0lock.h b/storage/innodb_plugin/include/lock0lock.h
103 --- a/storage/innodb_plugin/include/lock0lock.h 2010-08-10 15:32:14.478241628 +0400
104 +++ b/storage/innodb_plugin/include/lock0lock.h 2010-08-10 15:32:14.926992081 +0400
105 @@ -43,6 +43,7 @@
106@@ -28,7 +28,7 @@
107
108 /*********************************************************************//**
109 Gets the size of a lock struct.
110-diff -Nur a/storage/innodb_plugin/include/srv0srv.h b/storage/innodb_plugin/include/srv0srv.h
111+diff -ruN a/storage/innodb_plugin/include/srv0srv.h b/storage/innodb_plugin/include/srv0srv.h
112 --- a/storage/innodb_plugin/include/srv0srv.h 2010-08-10 15:32:14.478241628 +0400
113 +++ b/storage/innodb_plugin/include/srv0srv.h 2010-08-10 15:32:14.936991959 +0400
114 @@ -673,6 +673,7 @@
115@@ -39,7 +39,7 @@
116 ulint innodb_dblwr_pages_written; /*!< srv_dblwr_pages_written */
117 ulint innodb_dblwr_writes; /*!< srv_dblwr_writes */
118 ibool innodb_have_atomic_builtins; /*!< HAVE_ATOMIC_BUILTINS */
119-diff -Nur a/storage/innodb_plugin/lock/lock0lock.c b/storage/innodb_plugin/lock/lock0lock.c
120+diff -ruN a/storage/innodb_plugin/lock/lock0lock.c b/storage/innodb_plugin/lock/lock0lock.c
121 --- a/storage/innodb_plugin/lock/lock0lock.c 2010-08-10 15:32:14.478241628 +0400
122 +++ b/storage/innodb_plugin/lock/lock0lock.c 2010-08-10 15:32:14.936991959 +0400
123 @@ -3330,6 +3330,7 @@
124@@ -50,7 +50,7 @@
125 fputs("*** WE ROLL BACK TRANSACTION (2)\n",
126 lock_latest_err_file);
127 break;
128-diff -Nur a/storage/innodb_plugin/srv/srv0srv.c b/storage/innodb_plugin/srv/srv0srv.c
129+diff -ruN a/storage/innodb_plugin/srv/srv0srv.c b/storage/innodb_plugin/srv/srv0srv.c
130 --- a/storage/innodb_plugin/srv/srv0srv.c 2010-08-10 15:32:14.478241628 +0400
131 +++ b/storage/innodb_plugin/srv/srv0srv.c 2010-08-10 15:32:14.936991959 +0400
132 @@ -435,7 +435,7 @@
133
134=== modified file 'log_connection_error.patch'
135--- log_connection_error.patch 2010-09-14 16:34:51 +0000
136+++ log_connection_error.patch 2010-10-19 00:19:43 +0000
137@@ -5,7 +5,7 @@
138 #!!! notice !!!
139 # Any small change to this file in the main branch
140 # should be done or reviewed by the maintainer!
141-diff -Nur a/mysql-test/r/connect.result b/mysql-test/r/connect.result
142+diff -ruN a/mysql-test/r/connect.result b/mysql-test/r/connect.result
143 --- a/mysql-test/r/connect.result 2010-07-28 16:47:46.895318726 +0400
144 +++ b/mysql-test/r/connect.result 2010-07-28 16:47:48.234134231 +0400
145 @@ -1,3 +1,4 @@
146@@ -18,7 +18,7 @@
147 # -- End of 5.1 tests
148 # ------------------------------------------------------------------
149 +set global log_warnings=1;
150-diff -Nur a/mysql-test/t/connect.test b/mysql-test/t/connect.test
151+diff -ruN a/mysql-test/t/connect.test b/mysql-test/t/connect.test
152 --- a/mysql-test/t/connect.test 2010-07-28 16:47:46.865318816 +0400
153 +++ b/mysql-test/t/connect.test 2010-07-28 16:47:48.057260581 +0400
154 @@ -1,3 +1,5 @@
155@@ -32,7 +32,7 @@
156 --source include/wait_until_count_sessions.inc
157
158 +set global log_warnings=1;
159-diff -Nur a/patch_info/log_connection_error.patch b/patch_info/log_connection_error.patch
160+diff -ruN a/patch_info/log_connection_error.patch b/patch_info/log_connection_error.patch
161 --- a/patch_info/log_connection_error.patch 1970-01-01 03:00:00.000000000 +0300
162 +++ b/patch_info/log_connection_error.patch 2010-07-28 16:47:47.634070367 +0400
163 @@ -0,0 +1,6 @@
164@@ -42,7 +42,7 @@
165 +Author=Percona <info@percona.com>
166 +License=GPL
167 +Comment=
168-diff -Nur a/sql/mysqld.cc b/sql/mysqld.cc
169+diff -ruN a/sql/mysqld.cc b/sql/mysqld.cc
170 --- a/sql/mysqld.cc 2010-07-28 16:47:47.105319218 +0400
171 +++ b/sql/mysqld.cc 2010-07-28 16:47:47.644101813 +0400
172 @@ -5049,6 +5049,10 @@
173
174=== modified file 'mysql-syslog.patch'
175--- mysql-syslog.patch 2010-09-14 16:34:51 +0000
176+++ mysql-syslog.patch 2010-10-19 00:19:43 +0000
177@@ -5,7 +5,7 @@
178 #!!! notice !!!
179 # Any small change to this file in the main branch
180 # should be done or reviewed by the maintainer!
181-diff -Nur a/client/client_priv.h b/client/client_priv.h
182+diff -ruN a/client/client_priv.h b/client/client_priv.h
183 --- a/client/client_priv.h 2010-08-08 14:12:42.229338865 +0400
184 +++ b/client/client_priv.h 2010-08-08 14:12:43.068089277 +0400
185 @@ -90,6 +90,7 @@
186@@ -16,7 +16,7 @@
187 OPT_FIRST_SLAVE,
188 OPT_ALL,
189 OPT_MAX_CLIENT_OPTION
190-diff -Nur a/client/mysql.cc b/client/mysql.cc
191+diff -ruN a/client/mysql.cc b/client/mysql.cc
192 --- a/client/mysql.cc 2010-08-08 14:12:42.229338865 +0400
193 +++ b/client/mysql.cc 2010-08-08 14:12:43.488088866 +0400
194 @@ -43,6 +43,9 @@
195
196=== modified file 'percona-support.patch'
197--- percona-support.patch 2010-08-23 11:04:47 +0000
198+++ percona-support.patch 2010-10-19 00:19:43 +0000
199@@ -5,7 +5,7 @@
200 #!!! notice !!!
201 # Any small change to this file in the main branch
202 # should be done or reviewed by the maintainer!
203-diff -Nur a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
204+diff -ruN a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
205 --- a/scripts/mysql_install_db.sh 2009-08-08 09:20:07.000000000 +0000
206 +++ b/scripts/mysql_install_db.sh 2009-08-08 09:29:23.000000000 +0000
207 @@ -469,6 +469,8 @@
208
209=== modified file 'query_cache_enhance.patch'
210--- query_cache_enhance.patch 2010-09-23 13:15:03 +0000
211+++ query_cache_enhance.patch 2010-10-19 00:19:43 +0000
212@@ -5,7 +5,7 @@
213 #!!! notice !!!
214 # Any small change to this file in the main branch
215 # should be done or reviewed by the maintainer!
216-diff -Nur a/patch_info/query_cache.patch b/patch_info/query_cache.patch
217+diff -ruN a/patch_info/query_cache.patch b/patch_info/query_cache.patch
218 --- a/patch_info/query_cache_enhance.patch 1970-01-01 03:00:00.000000000 +0300
219 +++ b/patch_info/query_cache_enhance.patch 2010-07-21 01:42:09.650424002 +0400
220 @@ -0,0 +1,14 @@
221@@ -23,7 +23,7 @@
222 +2010-07 - Fix crash (query_cache_with_comments.patch)
223 +2010-07 - Fix incorrect behavior diff (query_cache_with_comments.patch)
224 +2010-09 - Merge patches to one
225-diff -Nur a/sql/mysqld.cc b/sql/mysqld.cc
226+diff -ruN a/sql/mysqld.cc b/sql/mysqld.cc
227 --- a/sql/mysqld.cc 2010-07-28 16:47:41.134069529 +0400
228 +++ b/sql/mysqld.cc 2010-07-28 16:47:41.704071184 +0400
229 @@ -524,6 +524,7 @@
230@@ -53,7 +53,7 @@
231 {"use_global_long_query_time", OPT_USE_GLOBAL_LONG_QUERY_TIME,
232 "Control always use global long_query_time or local long_query_time.",
233 (uchar**) &opt_use_global_long_query_time, (uchar**) &opt_use_global_long_query_time,
234-diff -Nur a/sql/mysql_priv.h b/sql/mysql_priv.h
235+diff -ruN a/sql/mysql_priv.h b/sql/mysql_priv.h
236 --- a/sql/mysql_priv.h 2010-07-28 16:47:41.144071083 +0400
237 +++ b/sql/mysql_priv.h 2010-07-28 16:47:41.714068826 +0400
238 @@ -2087,6 +2087,7 @@
239@@ -64,7 +64,7 @@
240 extern my_bool opt_use_global_long_query_time;
241 extern my_bool opt_slow_query_log_microseconds_timestamp;
242 extern my_bool sp_automatic_privileges, opt_noacl;
243-diff -Nur a/sql/query_strip_comments.h b/sql/query_strip_comments.h
244+diff -ruN a/sql/query_strip_comments.h b/sql/query_strip_comments.h
245 --- a/sql/query_strip_comments.h 1970-01-01 03:00:00.000000000 +0300
246 +++ b/sql/query_strip_comments.h 2010-07-28 16:47:41.724072335 +0400
247 @@ -0,0 +1,37 @@
248@@ -105,7 +105,7 @@
249 +
250 +#endif // HAVE_QUERY_CACHE
251 +#endif // _SQL_QUERY_STRIPC_COMMENTS_H_
252-diff -Nur a/sql/set_var.cc b/sql/set_var.cc
253+diff -ruN a/sql/set_var.cc b/sql/set_var.cc
254 --- a/sql/set_var.cc 2010-07-28 16:47:41.124069093 +0400
255 +++ b/sql/set_var.cc 2010-07-28 16:47:41.734068580 +0400
256 @@ -124,8 +124,10 @@
257@@ -231,7 +231,7 @@
258 int set_var::check(THD *thd)
259 {
260 if (var->is_readonly())
261-diff -Nur a/sql/sql_cache.cc b/sql/sql_cache.cc
262+diff -ruN a/sql/sql_cache.cc b/sql/sql_cache.cc
263 --- a/sql/sql_cache.cc 2010-07-28 16:47:41.134069529 +0400
264 +++ b/sql/sql_cache.cc 2010-07-28 16:47:41.754069731 +0400
265 @@ -286,6 +286,7 @@
266@@ -763,7 +763,7 @@
267
268 #endif /*HAVE_QUERY_CACHE*/
269 +
270-diff -Nur a/sql/sql_class.h b/sql/sql_class.h
271+diff -ruN a/sql/sql_class.h b/sql/sql_class.h
272 --- a/sql/sql_class.h 2010-07-28 16:47:41.134069529 +0400
273 +++ b/sql/sql_class.h 2010-07-28 16:47:41.764070446 +0400
274 @@ -22,7 +22,9 @@
275@@ -787,7 +787,7 @@
276
277 inline char *query() { return query_string.str; }
278 inline uint32 query_length() { return query_string.length; }
279-diff -Nur a/mysql-test/r/query_cache_disabled.result b/mysql-test/r/query_cache_disabled.result
280+diff -ruN a/mysql-test/r/query_cache_disabled.result b/mysql-test/r/query_cache_disabled.result
281 --- a/mysql-test/r/query_cache_disabled.result 1970-01-01 03:00:00.000000000 +0300
282 +++ b/mysql-test/r/query_cache_disabled.result 2010-07-31 20:44:34.764016531 +0400
283 @@ -0,0 +1,14 @@
284@@ -805,12 +805,12 @@
285 +Variable_name Value
286 +query_cache_size 1048576
287 +SET GLOBAL query_cache_size=0;
288-diff -Nur a/mysql-test/t/query_cache_disabled-master.opt b/mysql-test/t/query_cache_disabled-master.opt
289+diff -ruN a/mysql-test/t/query_cache_disabled-master.opt b/mysql-test/t/query_cache_disabled-master.opt
290 --- a/mysql-test/t/query_cache_disabled-master.opt 1970-01-01 03:00:00.000000000 +0300
291 +++ b/mysql-test/t/query_cache_disabled-master.opt 2010-07-31 20:41:47.184017514 +0400
292 @@ -0,0 +1 @@
293 +--query_cache_type=0
294-diff -Nur a/mysql-test/t/query_cache_disabled.test b/mysql-test/t/query_cache_disabled.test
295+diff -ruN a/mysql-test/t/query_cache_disabled.test b/mysql-test/t/query_cache_disabled.test
296 --- a/mysql-test/t/query_cache_disabled.test 1970-01-01 03:00:00.000000000 +0300
297 +++ b/mysql-test/t/query_cache_disabled.test 2010-07-31 20:41:47.184017514 +0400
298 @@ -0,0 +1,15 @@
299@@ -829,7 +829,7 @@
300 +SHOW GLOBAL VARIABLES LIKE 'query_cache_size';
301 +SET GLOBAL query_cache_size=0;
302 +
303-diff -Nur a/sql/set_var.h b/sql/set_var.h
304+diff -ruN a/sql/set_var.h b/sql/set_var.h
305 --- a/sql/set_var.h 2010-07-31 20:42:00.884030418 +0400
306 +++ b/sql/set_var.h 2010-07-31 20:41:47.224016185 +0400
307 @@ -519,10 +519,16 @@
308@@ -853,7 +853,7 @@
309 }
310 bool update(THD *thd, set_var *var);
311 void set_default(THD *thd, enum_var_type type);
312-diff -Nur a/sql/share/errmsg.txt b/sql/share/errmsg.txt
313+diff -ruN a/sql/share/errmsg.txt b/sql/share/errmsg.txt
314 --- a/sql/share/errmsg.txt 2010-07-09 16:35:08.000000000 +0400
315 +++ b/sql/share/errmsg.txt 2010-07-31 20:41:47.244015659 +0400
316 @@ -6213,3 +6213,8 @@
317@@ -865,7 +865,7 @@
318 +ER_QUERY_CACHE_DISABLED
319 + eng "Query cache is disabled; restart the server with query_cache_type=1 to enable it"
320 +
321-diff -Nur a/sql/sql_cache.h b/sql/sql_cache.h
322+diff -ruN a/sql/sql_cache.h b/sql/sql_cache.h
323 --- a/sql/sql_cache.h 2010-07-09 16:35:15.000000000 +0400
324 +++ b/sql/sql_cache.h 2010-07-31 20:41:47.264017369 +0400
325 @@ -279,8 +279,11 @@
326
327=== modified file 'remove_fcntl_excessive_calls.patch'
328--- remove_fcntl_excessive_calls.patch 2010-08-23 11:04:47 +0000
329+++ remove_fcntl_excessive_calls.patch 2010-10-19 00:19:43 +0000
330@@ -5,7 +5,7 @@
331 #!!! notice !!!
332 # Any small change to this file in the main branch
333 # should be done or reviewed by the maintainer!
334-diff -Nur a/patch_info/remove_fcntl_excessive_calls.info b/patch_info/remove_fcntl_excessive_calls.info
335+diff -ruN a/patch_info/remove_fcntl_excessive_calls.info b/patch_info/remove_fcntl_excessive_calls.info
336 --- a/patch_info/remove_fcntl_excessive_calls.info 1970-01-01 03:00:00.000000000 +0300
337 +++ b/patch_info/remove_fcntl_excessive_calls.info 2010-07-22 21:42:08.560424001 +0400
338 @@ -0,0 +1,6 @@
339@@ -15,7 +15,7 @@
340 +Author=This is a port of the official fix.
341 +License=GPL
342 +Comment=
343-diff -Nur a/sql/net_serv.cc b/sql/net_serv.cc
344+diff -ruN a/sql/net_serv.cc b/sql/net_serv.cc
345 --- a/sql/net_serv.cc 2010-06-03 19:50:27.000000000 +0400
346 +++ b/sql/net_serv.cc 2010-07-22 21:40:30.680424001 +0400
347 @@ -139,7 +139,7 @@
348
349=== modified file 'response-time-distribution.patch'
350--- response-time-distribution.patch 2010-09-14 20:53:59 +0000
351+++ response-time-distribution.patch 2010-10-19 00:19:43 +0000
352@@ -5,7 +5,7 @@
353 #!!! notice !!!
354 # Any small change to this file in the main branch
355 # should be done or reviewed by the maintainer!
356-diff -Nur a/include/mysql_com.h b/include/mysql_com.h
357+diff -ruN a/include/mysql_com.h b/include/mysql_com.h
358 --- a/include/mysql_com.h 2010-09-14 20:27:52.000000000 +0000
359 +++ b/include/mysql_com.h 2010-09-14 20:31:41.000000000 +0000
360 @@ -128,10 +128,11 @@
361@@ -24,7 +24,7 @@
362
363 #define CLIENT_LONG_PASSWORD 1 /* new more secure passwords */
364 #define CLIENT_FOUND_ROWS 2 /* Found instead of affected rows */
365-diff -Nur a/patch_info/response-time-distribution.info b/patch_info/response-time-distribution.info
366+diff -ruN a/patch_info/response-time-distribution.info b/patch_info/response-time-distribution.info
367 --- a/patch_info/response-time-distribution.info 1970-01-01 00:00:00.000000000 +0000
368 +++ b/patch_info/response-time-distribution.info 2010-09-14 20:31:41.000000000 +0000
369 @@ -0,0 +1,9 @@
370@@ -37,7 +37,7 @@
371 +Changelog
372 +2010-07-02 first version avaliable
373 +2010-09-15 add column 'total'
374-diff -Nur a/sql/lex.h b/sql/lex.h
375+diff -ruN a/sql/lex.h b/sql/lex.h
376 --- a/sql/lex.h 2010-09-14 20:27:52.000000000 +0000
377 +++ b/sql/lex.h 2010-09-14 20:31:41.000000000 +0000
378 @@ -415,6 +415,7 @@
379@@ -48,7 +48,7 @@
380 { "QUICK", SYM(QUICK)},
381 { "RANGE", SYM(RANGE_SYM)},
382 { "READ", SYM(READ_SYM)},
383-diff -Nur a/sql/Makefile.am b/sql/Makefile.am
384+diff -ruN a/sql/Makefile.am b/sql/Makefile.am
385 --- a/sql/Makefile.am 2010-09-14 20:27:51.000000000 +0000
386 +++ b/sql/Makefile.am 2010-09-14 20:31:41.000000000 +0000
387 @@ -67,7 +67,7 @@
388@@ -69,7 +69,7 @@
389 sql_base.cc table.cc sql_select.cc sql_insert.cc \
390 sql_profile.cc \
391 sql_prepare.cc sql_error.cc sql_locale.cc \
392-diff -Nur a/sql/Makefile.in b/sql/Makefile.in
393+diff -ruN a/sql/Makefile.in b/sql/Makefile.in
394 --- a/sql/Makefile.in 2010-09-14 20:27:51.000000000 +0000
395 +++ b/sql/Makefile.in 2010-09-14 20:31:41.000000000 +0000
396 @@ -122,7 +122,7 @@
397@@ -107,7 +107,7 @@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/records.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/repl_failsafe.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpl_filter.Po@am__quote@
401-diff -Nur a/sql/mysqld.cc b/sql/mysqld.cc
402+diff -ruN a/sql/mysqld.cc b/sql/mysqld.cc
403 --- a/sql/mysqld.cc 2010-09-14 20:27:52.000000000 +0000
404 +++ b/sql/mysqld.cc 2010-09-14 20:32:15.000000000 +0000
405 @@ -32,6 +32,8 @@
406@@ -175,7 +175,7 @@
407 {"lower_case_table_names", OPT_LOWER_CASE_TABLE_NAMES,
408 "If set to 1, table names are stored in lowercase on disk and table names "
409 "will be case-insensitive. Should be set to 2 if you are using a case-"
410-diff -Nur a/sql/mysql_priv.h b/sql/mysql_priv.h
411+diff -ruN a/sql/mysql_priv.h b/sql/mysql_priv.h
412 --- a/sql/mysql_priv.h 2010-09-14 20:27:52.000000000 +0000
413 +++ b/sql/mysql_priv.h 2010-09-14 20:31:41.000000000 +0000
414 @@ -2090,6 +2090,8 @@
415@@ -187,7 +187,7 @@
416 extern my_bool sp_automatic_privileges, opt_noacl;
417 extern my_bool opt_old_style_user_limits, trust_function_creators;
418 extern uint opt_crash_binlog_innodb;
419-diff -Nur a/sql/query_response_time.cc b/sql/query_response_time.cc
420+diff -ruN a/sql/query_response_time.cc b/sql/query_response_time.cc
421 --- a/sql/query_response_time.cc 1970-01-01 00:00:00.000000000 +0000
422 +++ b/sql/query_response_time.cc 2010-09-14 20:32:15.000000000 +0000
423 @@ -0,0 +1,279 @@
424@@ -470,7 +470,7 @@
425 +{
426 + return query_response_time::g_collector.fill(thd,tables,cond);
427 +}
428-diff -Nur a/sql/query_response_time.h b/sql/query_response_time.h
429+diff -ruN a/sql/query_response_time.h b/sql/query_response_time.h
430 --- a/sql/query_response_time.h 1970-01-01 00:00:00.000000000 +0000
431 +++ b/sql/query_response_time.h 2010-09-14 20:32:15.000000000 +0000
432 @@ -0,0 +1,69 @@
433@@ -543,7 +543,7 @@
434 +extern int query_response_time_fill (THD* thd, TABLE_LIST *tables, COND *cond);
435 +
436 +#endif // QUERY_RESPONSE_TIME_H
437-diff -Nur a/sql/set_var.cc b/sql/set_var.cc
438+diff -ruN a/sql/set_var.cc b/sql/set_var.cc
439 --- a/sql/set_var.cc 2010-09-14 20:27:52.000000000 +0000
440 +++ b/sql/set_var.cc 2010-09-14 20:31:41.000000000 +0000
441 @@ -1004,6 +1004,10 @@
442@@ -557,7 +557,7 @@
443 /* Synonym of "slow_query_log" for consistency with SHOW VARIABLES output */
444 static sys_var_log_state sys_var_log_slow(&vars, "log_slow_queries",
445 &opt_slow_log, QUERY_LOG_SLOW);
446-diff -Nur a/sql/sql_parse.cc b/sql/sql_parse.cc
447+diff -ruN a/sql/sql_parse.cc b/sql/sql_parse.cc
448 --- a/sql/sql_parse.cc 2010-09-14 20:27:52.000000000 +0000
449 +++ b/sql/sql_parse.cc 2010-09-14 20:31:41.000000000 +0000
450 @@ -27,6 +27,7 @@
451@@ -633,7 +633,7 @@
452 if (options & (REFRESH_USER_STATS | REFRESH_CLIENT_STATS | REFRESH_THREAD_STATS))
453 {
454 pthread_mutex_lock(&LOCK_global_user_client_stats);
455-diff -Nur a/sql/sql_show.cc b/sql/sql_show.cc
456+diff -ruN a/sql/sql_show.cc b/sql/sql_show.cc
457 --- a/sql/sql_show.cc 2010-09-14 20:27:52.000000000 +0000
458 +++ b/sql/sql_show.cc 2010-09-14 20:32:15.000000000 +0000
459 @@ -31,6 +31,7 @@
460@@ -668,7 +668,7 @@
461 {"SCHEMATA", schema_fields_info, create_schema_table,
462 fill_schema_schemata, make_schemata_old_format, 0, 1, -1, 0, 0},
463 {"SCHEMA_PRIVILEGES", schema_privileges_fields_info, create_schema_table,
464-diff -Nur a/sql/sql_yacc.yy b/sql/sql_yacc.yy
465+diff -ruN a/sql/sql_yacc.yy b/sql/sql_yacc.yy
466 --- a/sql/sql_yacc.yy 2010-09-14 20:27:52.000000000 +0000
467 +++ b/sql/sql_yacc.yy 2010-09-14 20:31:41.000000000 +0000
468 @@ -1079,6 +1079,7 @@
469@@ -710,7 +710,7 @@
470 | QUICK {}
471 | READ_ONLY_SYM {}
472 | REBUILD_SYM {}
473-diff -Nur a/sql/table.h b/sql/table.h
474+diff -ruN a/sql/table.h b/sql/table.h
475 --- a/sql/table.h 2010-09-14 20:27:52.000000000 +0000
476 +++ b/sql/table.h 2010-09-14 20:31:41.000000000 +0000
477 @@ -963,6 +963,7 @@

Subscribers

People subscribed via source and target branches

to all changes: