Merge lp:~akopytov/percona-server/bug794790 into lp:percona-server/5.1

Proposed by Alexey Kopytov
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 234
Proposed branch: lp:~akopytov/percona-server/bug794790
Merge into: lp:percona-server/5.1
Diff against target: 579 lines (+124/-207)
1 file modified
mysql-test.diff (+124/-207)
To merge this branch: bzr merge lp:~akopytov/percona-server/bug794790
Reviewer Review Type Date Requested Status
Stewart Smith Pending
Review via email: mp+66548@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mysql-test.diff'
2--- mysql-test.diff 2011-05-10 07:31:20 +0000
3+++ mysql-test.diff 2011-07-01 06:19:23 +0000
4@@ -1,6 +1,6 @@
5 diff -ruN a/mysql-test/include/index_merge2.inc b/mysql-test/include/index_merge2.inc
6---- a/mysql-test/include/index_merge2.inc 2010-05-07 00:59:11.000000000 +0900
7-+++ b/mysql-test/include/index_merge2.inc 2010-05-28 14:32:29.000000000 +0900
8+--- a/mysql-test/include/index_merge2.inc 2011-04-12 16:38:39.000000000 +0400
9++++ b/mysql-test/include/index_merge2.inc 2011-06-30 22:22:08.000000000 +0400
10 @@ -122,12 +122,14 @@
11 analyze table t1;
12 select count(*) from t1;
13@@ -17,8 +17,8 @@
14 key1a = 2 and key1b is null and key3a = 2 and key3b is null;
15
16 diff -ruN a/mysql-test/r/create.result b/mysql-test/r/create.result
17---- a/mysql-test/r/create.result 2010-04-06 23:36:37.000000000 +0900
18-+++ b/mysql-test/r/create.result 2010-04-30 17:53:05.000000000 +0900
19+--- a/mysql-test/r/create.result 2011-04-12 16:38:08.000000000 +0400
20++++ b/mysql-test/r/create.result 2011-06-30 22:22:08.000000000 +0400
21 @@ -1743,7 +1743,8 @@
22 `COMMAND` varchar(16) NOT NULL DEFAULT '',
23 `TIME` int(7) NOT NULL DEFAULT '0',
24@@ -40,8 +40,8 @@
25 drop table t1;
26 create table t1 like information_schema.character_sets;
27 diff -ruN a/mysql-test/r/index_merge_innodb.result b/mysql-test/r/index_merge_innodb.result
28---- a/mysql-test/r/index_merge_innodb.result 2010-05-07 00:58:48.000000000 +0900
29-+++ b/mysql-test/r/index_merge_innodb.result 2010-05-28 14:32:35.000000000 +0900
30+--- a/mysql-test/r/index_merge_innodb.result 2011-04-12 16:38:17.000000000 +0400
31++++ b/mysql-test/r/index_merge_innodb.result 2011-06-30 22:22:08.000000000 +0400
32 @@ -111,7 +111,7 @@
33 explain select count(*) from t1 where
34 key1a = 2 and key1b is null and key2a = 2 and key2b is null;
35@@ -61,8 +61,8 @@
36 key1a = 2 and key1b is null and key3a = 2 and key3b is null;
37 count(*)
38 diff -ruN a/mysql-test/r/index_merge_myisam.result b/mysql-test/r/index_merge_myisam.result
39---- a/mysql-test/r/index_merge_myisam.result 2010-05-07 00:58:48.000000000 +0900
40-+++ b/mysql-test/r/index_merge_myisam.result 2010-05-28 14:32:41.000000000 +0900
41+--- a/mysql-test/r/index_merge_myisam.result 2011-04-12 16:38:17.000000000 +0400
42++++ b/mysql-test/r/index_merge_myisam.result 2011-06-30 22:22:08.000000000 +0400
43 @@ -945,7 +945,7 @@
44 explain select count(*) from t1 where
45 key1a = 2 and key1b is null and key2a = 2 and key2b is null;
46@@ -82,8 +82,8 @@
47 key1a = 2 and key1b is null and key3a = 2 and key3b is null;
48 count(*)
49 diff -ruN a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result
50---- a/mysql-test/r/information_schema.result 2010-04-06 23:36:46.000000000 +0900
51-+++ b/mysql-test/r/information_schema.result 2010-04-30 17:53:05.000000000 +0900
52+--- a/mysql-test/r/information_schema.result 2011-04-12 16:38:17.000000000 +0400
53++++ b/mysql-test/r/information_schema.result 2011-06-30 22:22:08.000000000 +0400
54 @@ -44,14 +44,17 @@
55 select * from v1;
56 c
57@@ -441,8 +441,8 @@
58 create view v1 as select f1+1 as a from t1;
59 create table t2 (f1 int, f2 int);
60 diff -ruN a/mysql-test/r/information_schema_db.result b/mysql-test/r/information_schema_db.result
61---- a/mysql-test/r/information_schema_db.result 2010-04-06 23:36:46.000000000 +0900
62-+++ b/mysql-test/r/information_schema_db.result 2010-04-30 17:53:05.000000000 +0900
63+--- a/mysql-test/r/information_schema_db.result 2011-04-12 16:38:17.000000000 +0400
64++++ b/mysql-test/r/information_schema_db.result 2011-06-30 22:22:08.000000000 +0400
65 @@ -6,14 +6,17 @@
66 show tables;
67 Tables_in_information_schema
68@@ -510,8 +510,8 @@
69 create database `inf%`;
70 create database mbase;
71 diff -ruN a/mysql-test/r/mysqlshow.result b/mysql-test/r/mysqlshow.result
72---- a/mysql-test/r/mysqlshow.result 2010-04-06 23:36:53.000000000 +0900
73-+++ b/mysql-test/r/mysqlshow.result 2010-04-30 17:53:06.000000000 +0900
74+--- a/mysql-test/r/mysqlshow.result 2011-04-12 16:38:22.000000000 +0400
75++++ b/mysql-test/r/mysqlshow.result 2011-06-30 22:22:08.000000000 +0400
76 @@ -80,14 +80,17 @@
77 | Tables |
78 +---------------------------------------+
79@@ -628,8 +628,8 @@
80 Wildcard: inf_rmation_schema
81 +--------------------+
82 diff -ruN a/mysql-test/r/profiling.result b/mysql-test/r/profiling.result
83---- a/mysql-test/r/profiling.result 2010-04-06 23:36:56.000000000 +0900
84-+++ b/mysql-test/r/profiling.result 2010-04-30 17:53:06.000000000 +0900
85+--- a/mysql-test/r/profiling.result 2011-04-12 16:38:26.000000000 +0400
86++++ b/mysql-test/r/profiling.result 2011-06-30 22:22:08.000000000 +0400
87 @@ -6,6 +6,8 @@
88 Variable_name Value
89 profiling OFF
90@@ -657,8 +657,8 @@
91 @@profiling
92 1
93 diff -ruN a/mysql-test/r/select.result b/mysql-test/r/select.result
94---- a/mysql-test/r/select.result 2010-04-06 23:36:59.000000000 +0900
95-+++ b/mysql-test/r/select.result 2010-04-30 17:53:06.000000000 +0900
96+--- a/mysql-test/r/select.result 2011-04-12 16:38:27.000000000 +0400
97++++ b/mysql-test/r/select.result 2011-06-30 22:22:08.000000000 +0400
98 @@ -2196,10 +2196,10 @@
99 select * from (t1 as t2 left join t1 as t3 using (a)) inner join t1 on t1.a>1;
100 a a
101@@ -673,8 +673,8 @@
102 select * from t1 inner join (t1 as t2 left join t1 as t3 using (a)) on t1.a>1;
103 a a
104 diff -ruN a/mysql-test/suite/innodb/r/innodb.result b/mysql-test/suite/innodb/r/innodb.result
105---- a/mysql-test/suite/innodb/r/innodb.result 2010-05-07 01:01:30.000000000 +0900
106-+++ b/mysql-test/suite/innodb/r/innodb.result 2010-05-26 17:28:40.000000000 +0900
107+--- a/mysql-test/suite/innodb/r/innodb.result 2011-04-12 16:40:57.000000000 +0400
108++++ b/mysql-test/suite/innodb/r/innodb.result 2011-06-30 22:22:08.000000000 +0400
109 @@ -691,14 +691,16 @@
110 select count(*) from t1 where sca_pic is null;
111 count(*)
112@@ -765,8 +765,8 @@
113 Table Create Table
114 t1 CREATE TABLE `t1` (
115 diff -ruN a/mysql-test/suite/innodb/r/innodb_bug44369.result b/mysql-test/suite/innodb/r/innodb_bug44369.result
116---- a/mysql-test/suite/innodb/r/innodb_bug44369.result 2010-05-07 01:01:30.000000000 +0900
117-+++ b/mysql-test/suite/innodb/r/innodb_bug44369.result 2010-05-26 17:28:40.000000000 +0900
118+--- a/mysql-test/suite/innodb/r/innodb_bug44369.result 2011-04-12 16:40:58.000000000 +0400
119++++ b/mysql-test/suite/innodb/r/innodb_bug44369.result 2011-06-30 22:22:08.000000000 +0400
120 @@ -1,14 +1,14 @@
121 create table bug44369 (DB_ROW_ID int) engine=innodb;
122 -ERROR HY000: Can't create table 'test.bug44369' (errno: -1)
123@@ -788,8 +788,8 @@
124 +Error 1166 Incorrect column name 'db_TRX_Id'
125 Error 1005 Can't create table 'test.bug44369' (errno: -1)
126 diff -ruN a/mysql-test/suite/innodb/r/innodb_bug46000.result b/mysql-test/suite/innodb/r/innodb_bug46000.result
127---- a/mysql-test/suite/innodb/r/innodb_bug46000.result 2010-05-07 01:01:30.000000000 +0900
128-+++ b/mysql-test/suite/innodb/r/innodb_bug46000.result 2010-05-26 17:28:40.000000000 +0900
129+--- a/mysql-test/suite/innodb/r/innodb_bug46000.result 2011-04-12 16:40:58.000000000 +0400
130++++ b/mysql-test/suite/innodb/r/innodb_bug46000.result 2011-06-30 22:22:08.000000000 +0400
131 @@ -1,17 +1,19 @@
132 create table bug46000(`id` int,key `GEN_CLUST_INDEX`(`id`))engine=innodb;
133 -ERROR HY000: Can't create table 'test.bug46000' (errno: -1)
134@@ -817,8 +817,8 @@
135 create index idx on bug46000(id);
136 drop table bug46000;
137 diff -ruN a/mysql-test/suite/innodb/r/innodb_misc1.result b/mysql-test/suite/innodb/r/innodb_misc1.result
138---- a/mysql-test/suite/innodb/r/innodb_misc1.result 2010-05-07 01:01:31.000000000 +0900
139-+++ b/mysql-test/suite/innodb/r/innodb_misc1.result 2010-05-26 17:44:08.000000000 +0900
140+--- a/mysql-test/suite/innodb/r/innodb_misc1.result 2011-04-12 16:40:59.000000000 +0400
141++++ b/mysql-test/suite/innodb/r/innodb_misc1.result 2011-06-30 22:22:08.000000000 +0400
142 @@ -659,7 +659,7 @@
143 commit;
144 drop table t1, t2, t3, t5, t6, t8, t9;
145@@ -837,8 +837,8 @@
146 c01 CHAR(255), c02 CHAR(255), c03 CHAR(255), c04 CHAR(255),
147 c05 CHAR(255), c06 CHAR(255), c07 CHAR(255), c08 CHAR(255),
148 diff -ruN a/mysql-test/suite/innodb/t/innodb-autoinc-44030.test b/mysql-test/suite/innodb/t/innodb-autoinc-44030.test
149---- a/mysql-test/suite/innodb/t/innodb-autoinc-44030.test 2010-05-07 01:01:28.000000000 +0900
150-+++ b/mysql-test/suite/innodb/t/innodb-autoinc-44030.test 2010-05-26 19:12:57.000000000 +0900
151+--- a/mysql-test/suite/innodb/t/innodb-autoinc-44030.test 2011-04-12 16:40:54.000000000 +0400
152++++ b/mysql-test/suite/innodb/t/innodb-autoinc-44030.test 2011-06-30 22:22:08.000000000 +0400
153 @@ -6,6 +6,8 @@
154 drop table if exists t1;
155 --enable_warnings
156@@ -856,8 +856,8 @@
157 +-- disable_query_log
158 +eval SET GLOBAL innodb_file_format_check=$innodb_file_format_check_orig;
159 diff -ruN a/mysql-test/suite/innodb/t/innodb-autoinc.test b/mysql-test/suite/innodb/t/innodb-autoinc.test
160---- a/mysql-test/suite/innodb/t/innodb-autoinc.test 2010-05-07 01:01:28.000000000 +0900
161-+++ b/mysql-test/suite/innodb/t/innodb-autoinc.test 2010-05-26 19:13:03.000000000 +0900
162+--- a/mysql-test/suite/innodb/t/innodb-autoinc.test 2011-04-12 16:40:54.000000000 +0400
163++++ b/mysql-test/suite/innodb/t/innodb-autoinc.test 2011-06-30 22:22:08.000000000 +0400
164 @@ -6,6 +6,8 @@
165 drop table if exists t1;
166 --enable_warnings
167@@ -875,8 +875,8 @@
168 +-- disable_query_log
169 +eval SET GLOBAL innodb_file_format_check=$innodb_file_format_check_orig;
170 diff -ruN a/mysql-test/suite/innodb/t/innodb.test b/mysql-test/suite/innodb/t/innodb.test
171---- a/mysql-test/suite/innodb/t/innodb.test 2010-05-07 01:01:28.000000000 +0900
172-+++ b/mysql-test/suite/innodb/t/innodb.test 2010-05-26 17:28:40.000000000 +0900
173+--- a/mysql-test/suite/innodb/t/innodb.test 2011-04-12 16:40:54.000000000 +0400
174++++ b/mysql-test/suite/innodb/t/innodb.test 2011-06-30 22:22:08.000000000 +0400
175 @@ -427,11 +427,13 @@
176 select count(*) from t1 where sca_code = 'PD';
177 select count(*) from t1 where sca_code <= 'PD';
178@@ -927,8 +927,8 @@
179 # Test for innodb_thread_concurrency variable
180 SET @old_innodb_thread_concurrency= @@global.innodb_thread_concurrency;
181 diff -ruN a/mysql-test/suite/innodb/t/innodb_bug44369.test b/mysql-test/suite/innodb/t/innodb_bug44369.test
182---- a/mysql-test/suite/innodb/t/innodb_bug44369.test 2010-05-07 01:01:29.000000000 +0900
183-+++ b/mysql-test/suite/innodb/t/innodb_bug44369.test 2010-05-26 17:28:40.000000000 +0900
184+--- a/mysql-test/suite/innodb/t/innodb_bug44369.test 2011-04-12 16:40:55.000000000 +0400
185++++ b/mysql-test/suite/innodb/t/innodb_bug44369.test 2011-06-30 22:22:08.000000000 +0400
186 @@ -6,16 +6,16 @@
187 --source include/have_innodb.inc
188
189@@ -950,8 +950,8 @@
190
191 show warnings;
192 diff -ruN a/mysql-test/suite/innodb/t/innodb_bug46000.test b/mysql-test/suite/innodb/t/innodb_bug46000.test
193---- a/mysql-test/suite/innodb/t/innodb_bug46000.test 2010-05-07 01:01:29.000000000 +0900
194-+++ b/mysql-test/suite/innodb/t/innodb_bug46000.test 2010-05-26 17:28:40.000000000 +0900
195+--- a/mysql-test/suite/innodb/t/innodb_bug46000.test 2011-04-12 16:40:55.000000000 +0400
196++++ b/mysql-test/suite/innodb/t/innodb_bug46000.test 2011-06-30 22:22:08.000000000 +0400
197 @@ -7,11 +7,11 @@
198
199 # This 'create table' operation should fail because of
200@@ -976,8 +976,8 @@
201
202 --replace_regex /'[^']*test.#sql-[0-9a-f_]*'/'#sql-temporary'/
203 diff -ruN a/mysql-test/suite/innodb/t/innodb_misc1.test b/mysql-test/suite/innodb/t/innodb_misc1.test
204---- a/mysql-test/suite/innodb/t/innodb_misc1.test 2010-05-07 01:01:29.000000000 +0900
205-+++ b/mysql-test/suite/innodb/t/innodb_misc1.test 2010-05-26 17:44:17.000000000 +0900
206+--- a/mysql-test/suite/innodb/t/innodb_misc1.test 2011-04-12 16:40:56.000000000 +0400
207++++ b/mysql-test/suite/innodb/t/innodb_misc1.test 2011-06-30 22:22:08.000000000 +0400
208 @@ -904,7 +904,7 @@
209 drop table t1, t2, t3, t5, t6, t8, t9;
210
211@@ -996,15 +996,9 @@
212 --error 1118
213 CREATE TABLE t1 (
214 c01 CHAR(255), c02 CHAR(255), c03 CHAR(255), c04 CHAR(255),
215-diff -ruN a/mysql-test/t/log_tables-big-master.opt b/mysql-test/t/log_tables-big-master.opt
216---- a/mysql-test/t/log_tables-big-master.opt 2010-06-04 05:51:12.000000000 -0700
217-+++ b/mysql-test/t/log_tables-big-master.opt 2010-06-04 05:52:30.000000000 -0700
218-@@ -1 +1 @@
219----log-slow-queries
220-+--log-output=table,file --log-slow-queries
221-diff -Nur a/mysql-test/r/query_cache.result b/mysql-test/r/query_cache.result
222---- a/mysql-test/r/query_cache.result 2010-11-16 13:15:58.000000000 -0800
223-+++ b/mysql-test/r/query_cache.result 2010-11-16 13:23:30.000000000 -0800
224+diff -ruN a/mysql-test/r/query_cache.result b/mysql-test/r/query_cache.result
225+--- a/mysql-test/r/query_cache.result 2011-04-12 16:38:26.000000000 +0400
226++++ b/mysql-test/r/query_cache.result 2011-06-30 22:22:08.000000000 +0400
227 @@ -1708,20 +1708,3 @@
228 DROP TABLE t1;
229 SET GLOBAL query_cache_size= default;
230@@ -1026,9 +1020,9 @@
231 -DROP TABLE t1;
232 -SET GLOBAL query_cache_size= default;
233 -End of 5.1 tests
234-diff -Nur a/mysql-test/t/query_cache.test b/mysql-test/t/query_cache.test
235---- a/mysql-test/t/query_cache.test 2010-11-16 13:15:58.000000000 -0800
236-+++ b/mysql-test/t/query_cache.test 2010-11-16 13:23:05.000000000 -0800
237+diff -ruN a/mysql-test/t/query_cache.test b/mysql-test/t/query_cache.test
238+--- a/mysql-test/t/query_cache.test 2011-04-12 16:37:57.000000000 +0400
239++++ b/mysql-test/t/query_cache.test 2011-06-30 22:22:08.000000000 +0400
240 @@ -1289,23 +1289,3 @@
241 SET GLOBAL query_cache_size= default;
242
243@@ -1053,17 +1047,9 @@
244 -
245 ---echo End of 5.1 tests
246 -
247-diff -Nur a/mysql-test/suite/innodb/t/disabled.def b/mysql-test/suite/innodb/t/disabled.def
248---- a/mysql-test/suite/innodb/t/disabled.def 2010-12-03 07:45:59.000000000 -0800
249-+++ b/mysql-test/suite/innodb/t/disabled.def 2010-12-10 07:38:20.000000000 -0800
250-@@ -9,3 +9,4 @@
251- # Do not use any TAB characters for whitespace.
252- #
253- ##############################################################################
254-+innodb.innodb_bug56143 : Bug #684250 2010-12-03 akuzminsky https://bugs.launchpad.net/percona-server/+bug/684250
255-diff -Nur a/mysql-test/suite/funcs_1/r/is_columns_is.result b/mysql-test/suite/funcs_1/r/is_columns_is.result
256---- a/mysql-test/suite/funcs_1/r/is_columns_is.result 2010-12-23 10:11:44.000000000 -0500
257-+++ b/mysql-test/suite/funcs_1/r/is_columns_is.result 2010-12-23 10:13:04.000000000 -0500
258+diff -ruN a/mysql-test/suite/funcs_1/r/is_columns_is.result b/mysql-test/suite/funcs_1/r/is_columns_is.result
259+--- a/mysql-test/suite/funcs_1/r/is_columns_is.result 2011-04-12 16:39:10.000000000 +0400
260++++ b/mysql-test/suite/funcs_1/r/is_columns_is.result 2011-06-30 22:22:08.000000000 +0400
261 @@ -7,6 +7,27 @@
262 NULL information_schema CHARACTER_SETS DEFAULT_COLLATE_NAME 2 NO varchar 32 96 NULL NULL utf8 utf8_general_ci varchar(32) select
263 NULL information_schema CHARACTER_SETS DESCRIPTION 3 NO varchar 60 180 NULL NULL utf8 utf8_general_ci varchar(60) select
264@@ -1574,9 +1560,9 @@
265 +3.0000 information_schema XTRADB_ENHANCEMENTS description varchar 255 765 utf8 utf8_general_ci varchar(255)
266 +3.0000 information_schema XTRADB_ENHANCEMENTS comment varchar 100 300 utf8 utf8_general_ci varchar(100)
267 +3.0000 information_schema XTRADB_ENHANCEMENTS link varchar 255 765 utf8 utf8_general_ci varchar(255)
268-diff -Nur a/mysql-test/suite/funcs_1/r/is_engines_innodb.result b/mysql-test/suite/funcs_1/r/is_engines_innodb.result
269---- a/mysql-test/suite/funcs_1/r/is_engines_innodb.result 2010-12-23 10:16:32.000000000 -0500
270-+++ b/mysql-test/suite/funcs_1/r/is_engines_innodb.result 2010-12-23 15:29:55.000000000 -0500
271+diff -ruN a/mysql-test/suite/funcs_1/r/is_engines_innodb.result b/mysql-test/suite/funcs_1/r/is_engines_innodb.result
272+--- a/mysql-test/suite/funcs_1/r/is_engines_innodb.result 2011-04-12 16:39:11.000000000 +0400
273++++ b/mysql-test/suite/funcs_1/r/is_engines_innodb.result 2011-06-30 22:22:08.000000000 +0400
274 @@ -2,7 +2,7 @@
275 WHERE ENGINE = 'InnoDB';
276 ENGINE InnoDB
277@@ -1586,9 +1572,9 @@
278 TRANSACTIONS YES
279 XA YES
280 SAVEPOINTS YES
281-diff -Nur a/mysql-test/suite/funcs_1/r/is_tables_is.result b/mysql-test/suite/funcs_1/r/is_tables_is.result
282---- a/mysql-test/suite/funcs_1/r/is_tables_is.result 2010-12-23 10:16:32.000000000 -0500
283-+++ b/mysql-test/suite/funcs_1/r/is_tables_is.result 2010-12-23 10:17:32.000000000 -0500
284+diff -ruN a/mysql-test/suite/funcs_1/r/is_tables_is.result b/mysql-test/suite/funcs_1/r/is_tables_is.result
285+--- a/mysql-test/suite/funcs_1/r/is_tables_is.result 2011-04-12 16:39:12.000000000 +0400
286++++ b/mysql-test/suite/funcs_1/r/is_tables_is.result 2011-06-30 22:22:08.000000000 +0400
287 @@ -38,6 +38,29 @@
288 Separator -----------------------------------------------------
289 TABLE_CATALOG NULL
290@@ -3314,9 +3300,9 @@
291 # Switch to connection default and close connection testuser1
292 DROP USER testuser1@localhost;
293 DROP DATABASE test1;
294-diff -Nur a/mysql-test/suite/funcs_1/datadict/processlist_priv.inc b/mysql-test/suite/funcs_1/datadict/processlist_priv.inc
295---- a/mysql-test/suite/funcs_1/datadict/processlist_priv.inc 2010-12-23 10:16:32.000000000 -0500
296-+++ b/mysql-test/suite/funcs_1/datadict/processlist_priv.inc 2010-12-23 13:26:13.000000000 -0500
297+diff -ruN a/mysql-test/suite/funcs_1/datadict/processlist_priv.inc b/mysql-test/suite/funcs_1/datadict/processlist_priv.inc
298+--- a/mysql-test/suite/funcs_1/datadict/processlist_priv.inc 2011-04-12 16:39:25.000000000 +0400
299++++ b/mysql-test/suite/funcs_1/datadict/processlist_priv.inc 2011-06-30 22:22:08.000000000 +0400
300 @@ -66,7 +66,7 @@
301 let $table= processlist;
302 #
303@@ -3489,9 +3475,9 @@
304 SELECT * FROM information_schema.processlist;
305 --real_sleep 0.3
306
307-diff -Nur a/mysql-test/suite/funcs_1/r/processlist_priv_ps.result b/mysql-test/suite/funcs_1/r/processlist_priv_ps.result
308---- a/mysql-test/suite/funcs_1/r/processlist_priv_ps.result 2010-12-23 10:16:32.000000000 -0500
309-+++ b/mysql-test/suite/funcs_1/r/processlist_priv_ps.result 2010-12-23 13:28:13.000000000 -0500
310+diff -ruN a/mysql-test/suite/funcs_1/r/processlist_priv_ps.result b/mysql-test/suite/funcs_1/r/processlist_priv_ps.result
311+--- a/mysql-test/suite/funcs_1/r/processlist_priv_ps.result 2011-04-12 16:39:16.000000000 +0400
312++++ b/mysql-test/suite/funcs_1/r/processlist_priv_ps.result 2011-06-30 22:22:08.000000000 +0400
313 @@ -29,28 +29,29 @@
314 `COMMAND` varchar(16) NOT NULL DEFAULT '',
315 `TIME` int(7) NOT NULL DEFAULT '0',
316@@ -3770,90 +3756,27 @@
317 ####################################################################################
318 12.2 Revoke only the SELECT privilege on the information_schema from ddicttestuser1.
319 connection default (user=root)
320-diff -Nur a/mysql-test/suite/funcs_1/datadict/processlist_val.inc b/mysql-test/suite/funcs_1/datadict/processlist_val.inc
321---- a/mysql-test/suite/funcs_1/datadict/processlist_val.inc 2010-12-23 10:16:32.000000000 -0500
322-+++ b/mysql-test/suite/funcs_1/datadict/processlist_val.inc 2010-12-23 14:02:00.000000000 -0500
323-@@ -32,7 +32,7 @@
324- # TIME: In many cases within this test 0 seconds but if the testing box is #
325- # overloaded we might get up to 2 seconds. #
326- # Solution: #
327--# --replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> #
328-+# --replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS> #
329- # 5. How to debug the script? #
330- # <graphical diff tool> \ #
331- # suite/funcs_1/datadict/processlist_val.inc \ #
332-@@ -92,9 +92,9 @@
333- # - INFO must contain the corresponding SHOW/SELECT PROCESSLIST
334- #
335- # 1. Just dump what we get
336----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
337-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
338- SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
339----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
340-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
341- SHOW FULL PROCESSLIST;
342- #
343- # Determine the connection id of the current connection (default)
344-@@ -165,9 +165,9 @@
345- WHERE COMMAND = 'Sleep' AND USER = 'test_user';
346- --source include/wait_condition.inc
347- # 1. Just dump what we get
348----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
349-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
350- SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
351----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
352-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
353- SHOW FULL PROCESSLIST;
354- #
355- # Pull ID and TIME of the second connection
356-@@ -210,9 +210,9 @@
357- # ----- switch to connection con1 (user = test_user) -----
358- ;
359- connection con1;
360----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
361-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
362- SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
363----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
364-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
365- SHOW FULL PROCESSLIST;
366-
367-
368-@@ -244,9 +244,9 @@
369- ;
370- connection con2;
371- # Just dump what we get
372----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
373-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
374- SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
375----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
376-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
377- SHOW FULL PROCESSLIST;
378- #
379+diff -ruN a/mysql-test/suite/funcs_1/datadict/processlist_val.inc b/mysql-test/suite/funcs_1/datadict/processlist_val.inc
380+--- a/mysql-test/suite/funcs_1/datadict/processlist_val.inc 2011-04-12 16:39:25.000000000 +0400
381++++ b/mysql-test/suite/funcs_1/datadict/processlist_val.inc 2011-06-30 22:22:08.000000000 +0400
382+@@ -434,11 +434,11 @@
383+ # SHOW FULL PROCESSLIST Complete statement
384+ # SHOW PROCESSLIST statement truncated after 100 char
385+ ;
386+---replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE>
387++--replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE> 9 <TIME_MS>
388+ SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
389+---replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE>
390++--replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE> 9 <TIME_MS>
391+ SHOW FULL PROCESSLIST;
392+---replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE>
393++--replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE> 9 <TIME_MS>
394+ SHOW PROCESSLIST;
395+ UNLOCK TABLES;
396 echo
397-@@ -304,9 +304,9 @@
398- AND State = 'User sleep' AND INFO IS NOT NULL ;
399- --source include/wait_condition.inc
400- # 1. Just dump what we get
401----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
402-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
403- SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
404----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
405-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
406- SHOW FULL PROCESSLIST;
407- #
408- # Pull some information about the connection con2
409-@@ -375,7 +375,7 @@
410- #
411- # Expect to see the state 'Locked' for the third connection because the SELECT
412- # collides with the WRITE TABLE LOCK.
413----replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME>
414-+--replace_column 1 <ID> 3 <HOST_NAME> 6 <TIME> 9 <TIME_MS>
415- SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
416- UNLOCK TABLES;
417- #
418-diff -Nur a/mysql-test/suite/funcs_1/r/processlist_val_ps.result b/mysql-test/suite/funcs_1/r/processlist_val_ps.result
419---- a/mysql-test/suite/funcs_1/r/processlist_val_ps.result 2010-12-23 10:16:32.000000000 -0500
420-+++ b/mysql-test/suite/funcs_1/r/processlist_val_ps.result 2010-12-23 14:03:30.000000000 -0500
421+diff -ruN a/mysql-test/suite/funcs_1/r/processlist_val_ps.result b/mysql-test/suite/funcs_1/r/processlist_val_ps.result
422+--- a/mysql-test/suite/funcs_1/r/processlist_val_ps.result 2011-04-12 16:39:16.000000000 +0400
423++++ b/mysql-test/suite/funcs_1/r/processlist_val_ps.result 2011-06-30 22:36:23.000000000 +0400
424 @@ -19,14 +19,15 @@
425 `COMMAND` varchar(16) NOT NULL DEFAULT '',
426 `TIME` int(7) NOT NULL DEFAULT '0',
427@@ -3869,7 +3792,7 @@
428 -ID USER HOST DB COMMAND TIME STATE INFO
429 -<ID> root <HOST_NAME> test Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST
430 +ID USER HOST DB COMMAND TIME STATE INFO TIME_MS
431-+<ID> root <HOST_NAME> test Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST <TIME_MS>
432++<ID> root <HOST_NAME> test Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST 1
433 SHOW FULL PROCESSLIST;
434 Id User Host db Command Time State Info
435 <ID> root <HOST_NAME> test Query <TIME> NULL SHOW FULL PROCESSLIST
436@@ -3881,8 +3804,8 @@
437 -<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL
438 -<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST
439 +ID USER HOST DB COMMAND TIME STATE INFO TIME_MS
440-+<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL <TIME_MS>
441-+<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST <TIME_MS>
442++<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL 7
443++<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST 1
444 SHOW FULL PROCESSLIST;
445 Id User Host db Command Time State Info
446 <ID> root <HOST_NAME> information_schema Query <TIME> NULL SHOW FULL PROCESSLIST
447@@ -3893,7 +3816,7 @@
448 -ID USER HOST DB COMMAND TIME STATE INFO
449 -<ID> test_user <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST
450 +ID USER HOST DB COMMAND TIME STATE INFO TIME_MS
451-+<ID> test_user <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST <TIME_MS>
452++<ID> test_user <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST 1
453 SHOW FULL PROCESSLIST;
454 Id User Host db Command Time State Info
455 <ID> test_user <HOST_NAME> information_schema Query <TIME> NULL SHOW FULL PROCESSLIST
456@@ -3905,8 +3828,8 @@
457 -<ID> test_user <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST
458 -<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL
459 +ID USER HOST DB COMMAND TIME STATE INFO TIME_MS
460-+<ID> test_user <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST <TIME_MS>
461-+<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL <TIME_MS>
462++<ID> test_user <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST 1
463++<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL 9
464 SHOW FULL PROCESSLIST;
465 Id User Host db Command Time State Info
466 <ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL
467@@ -3919,9 +3842,9 @@
468 -<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL
469 -<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST
470 +ID USER HOST DB COMMAND TIME STATE INFO TIME_MS
471-+<ID> test_user <HOST_NAME> information_schema Query <TIME> User sleep SELECT sleep(10), 17 <TIME_MS>
472-+<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL <TIME_MS>
473-+<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST <TIME_MS>
474++<ID> test_user <HOST_NAME> information_schema Query <TIME> User sleep SELECT sleep(10), 17 6
475++<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL 23
476++<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST 1
477 SHOW FULL PROCESSLIST;
478 Id User Host db Command Time State Info
479 <ID> root <HOST_NAME> information_schema Query <TIME> NULL SHOW FULL PROCESSLIST
480@@ -3934,9 +3857,9 @@
481 -<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL
482 -<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST
483 +ID USER HOST DB COMMAND TIME STATE INFO TIME_MS
484-+<ID> test_user <HOST_NAME> information_schema Query <TIME> Locked SELECT COUNT(*) FROM test.t1 <TIME_MS>
485-+<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL <TIME_MS>
486-+<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST <TIME_MS>
487++<ID> test_user <HOST_NAME> information_schema Query <TIME> Locked SELECT COUNT(*) FROM test.t1 8
488++<ID> test_user <HOST_NAME> information_schema Sleep <TIME> NULL 10037
489++<ID> root <HOST_NAME> information_schema Execute <TIME> executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST 1
490 UNLOCK TABLES;
491 # ----- switch to connection con2 (user = test_user) -----
492
493@@ -3949,15 +3872,15 @@
494 -<ID> test_user <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> NULL
495 -<ID> root <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST
496 +ID USER HOST DB COMMAND TIME STATE INFO TIME_MS
497-+<ID> test_user <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SELECT count(*),'BEGIN-This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.-END' AS "Long string" FROM test.t1 101
498-+<ID> test_user <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> NULL 10109
499-+<ID> root <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST 0
500++<ID> test_user <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SELECT count(*),'BEGIN-This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.-END' AS "Long string" FROM test.t1 <TIME_MS>
501++<ID> test_user <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> NULL <TIME_MS>
502++<ID> root <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST <TIME_MS>
503 SHOW FULL PROCESSLIST;
504 Id User Host db Command Time State Info
505 <ID> root <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SHOW FULL PROCESSLIST
506-diff -Nur a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
507---- a/mysql-test/include/mtr_warnings.sql 2010-12-23 10:16:32.000000000 -0500
508-+++ b/mysql-test/include/mtr_warnings.sql 2010-12-23 11:07:57.000000000 -0500
509+diff -ruN a/mysql-test/include/mtr_warnings.sql b/mysql-test/include/mtr_warnings.sql
510+--- a/mysql-test/include/mtr_warnings.sql 2011-04-12 16:38:40.000000000 +0400
511++++ b/mysql-test/include/mtr_warnings.sql 2011-06-30 22:22:08.000000000 +0400
512 @@ -153,6 +153,9 @@
513 write()/read(). Bug #50414 */
514 ("==[0-9]*== Warning: invalid file descriptor -1 in syscall write()"),
515@@ -3968,37 +3891,31 @@
516
517 ("THE_LAST_SUPPRESSION")||
518
519-diff -Nur a/mysql-test/suite/funcs_1/datadict/processlist_val.inc b/mysql-test/suite/funcs_1/datadict/processlist_val.inc
520---- a/mysql-test/suite/funcs_1/datadict/processlist_val.inc 2010-12-27 13:21:19.206787175 +0000
521-+++ b/mysql-test/suite/funcs_1/datadict/processlist_val.inc 2010-12-27 13:42:44.225499888 +0000
522-@@ -434,11 +434,11 @@
523- # SHOW FULL PROCESSLIST Complete statement
524- # SHOW PROCESSLIST statement truncated after 100 char
525- ;
526----replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE>
527-+--replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE> 9 <TIME_MS>
528- SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
529----replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE>
530-+--replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE> 9 <TIME_MS>
531- SHOW FULL PROCESSLIST;
532----replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE>
533-+--replace_column 1 <ID> 3 <HOST_NAME> 5 <COMMAND> 6 <TIME> 7 <STATE> 9 <TIME_MS>
534- SHOW PROCESSLIST;
535- UNLOCK TABLES;
536- echo
537-diff -Nur a/mysql-test/suite/funcs_1/r/processlist_val_ps.result b/mysql-test/suite/funcs_1/r/processlist_val_ps.result
538---- a/mysql-test/suite/funcs_1/r/processlist_val_ps.result 2010-12-27 13:21:15.327831609 +0000
539-+++ b/mysql-test/suite/funcs_1/r/processlist_val_ps.result 2010-12-27 13:43:06.142793567 +0000
540-@@ -232,9 +232,9 @@
541+diff -ruN a/mysql-test/suite/innodb/t/disabled.def b/mysql-test/suite/innodb/t/disabled.def
542+--- a/mysql-test/suite/innodb/t/disabled.def 2011-04-12 16:40:54.000000000 +0400
543++++ b/mysql-test/suite/innodb/t/disabled.def 2011-06-30 22:22:08.000000000 +0400
544+@@ -9,3 +9,4 @@
545+ # Do not use any TAB characters for whitespace.
546+ #
547+ ##############################################################################
548++innodb.innodb_bug56143 : Bug #684250 2010-12-03 akuzminsky https://bugs.launchpad.net/percona-server/+bug/684250
549+diff -ruN a/mysql-test/t/log_tables-big-master.opt b/mysql-test/t/log_tables-big-master.opt
550+--- a/mysql-test/t/log_tables-big-master.opt 2011-04-12 16:37:49.000000000 +0400
551++++ b/mysql-test/t/log_tables-big-master.opt 2011-06-30 22:22:08.000000000 +0400
552+@@ -1 +1 @@
553+---log-slow-queries
554++--log-output=table,file --log-slow-queries
555+diff -ruN a/mysql-test/include/mtr_check.sql b/mysql-test/include/mtr_check.sql
556+--- a/mysql-test/include/mtr_check.sql 2011-04-12 16:38:40.000000000 +0400
557++++ b/mysql-test/include/mtr_check.sql 2011-06-30 22:22:08.000000000 +0400
558+@@ -12,7 +12,9 @@
559+ -- Dump all global variables except those
560+ -- that are supposed to change
561+ SELECT * FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
562+- WHERE variable_name != 'timestamp' ORDER BY VARIABLE_NAME;
563++ WHERE variable_name != 'timestamp' AND
564++ variable_name != 'innodb_file_format_check'
565++ ORDER BY VARIABLE_NAME;
566
567- SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST;
568- ID USER HOST DB COMMAND TIME STATE INFO TIME_MS
569--<ID> test_user <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SELECT count(*),'BEGIN-This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.-END' AS "Long string" FROM test.t1 101
570--<ID> test_user <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> NULL 10109
571--<ID> root <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST 0
572-+<ID> test_user <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SELECT count(*),'BEGIN-This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.This is the representative of a very long statement.-END' AS "Long string" FROM test.t1 <TIME_MS>
573-+<ID> test_user <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> NULL <TIME_MS>
574-+<ID> root <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST <TIME_MS>
575- SHOW FULL PROCESSLIST;
576- Id User Host db Command Time State Info
577- <ID> root <HOST_NAME> information_schema <COMMAND> <TIME> <STATE> SHOW FULL PROCESSLIST
578+ -- Dump all databases, there should be none
579+ -- except those that was created during bootstrap

Subscribers

People subscribed via source and target branches