Merge lp:~percona-dev/percona-server/5.5.10-test-text-changes into lp:~percona-dev/percona-server/5.5.10

Proposed by Ignacio Nin
Status: Merged
Approved by: Vadim Tkachenko
Approved revision: no longer in the source branch.
Merged at revision: 92
Proposed branch: lp:~percona-dev/percona-server/5.5.10-test-text-changes
Merge into: lp:~percona-dev/percona-server/5.5.10
Diff against target: 642 lines (+204/-229)
1 file modified
mysql-test.diff (+204/-229)
To merge this branch: bzr merge lp:~percona-dev/percona-server/5.5.10-test-text-changes
Reviewer Review Type Date Requested Status
Vadim Tkachenko Approve
Review via email: mp+55166@code.launchpad.net

Description of the change

Fixed two failing test which failed due to simple text changes in the results.

To post a comment you must log in.
Revision history for this message
Vadim Tkachenko (vadim-tk) wrote :

go

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'mysql-test.diff'
--- mysql-test.diff 2011-03-23 22:17:40 +0000
+++ mysql-test.diff 2011-03-28 15:24:30 +0000
@@ -1,13 +1,5 @@
1# name : mysql-test.diff1--- a/mysql-test/include/default_mysqld.cnf 2011-03-09 07:11:38.000000000 -0800
2# introduced : ???2+++ b/mysql-test/include/default_mysqld.cnf 2011-03-27 12:51:04.000000000 -0700
3# maintainer : ???
4#
5#!!! notice !!!
6# Any small change to this file in the main branch
7# should be done or reviewed by the maintainer!
8diff -ruN a/mysql-test/include/default_mysqld.cnf b/mysql-test/include/default_mysqld.cnf
9--- a/mysql-test/include/default_mysqld.cnf 2010-11-03 07:01:11.000000000 +0900
10+++ b/mysql-test/include/default_mysqld.cnf 2010-12-10 16:48:10.996387047 +0900
11@@ -29,7 +29,7 @@3@@ -29,7 +29,7 @@
12 max_heap_table_size= 1M4 max_heap_table_size= 1M
13 5
@@ -17,9 +9,8 @@
17 loose-innodb_write_io_threads= 29 loose-innodb_write_io_threads= 2
18 loose-innodb_read_io_threads= 210 loose-innodb_read_io_threads= 2
19 loose-innodb_log_buffer_size= 1M11 loose-innodb_log_buffer_size= 1M
20diff -ruN a/mysql-test/r/connect.result b/mysql-test/r/connect.result12--- a/mysql-test/r/connect.result 2011-03-09 07:11:39.000000000 -0800
21--- a/mysql-test/r/connect.result 2010-11-03 07:01:12.000000000 +090013+++ b/mysql-test/r/connect.result 2011-03-27 12:51:04.000000000 -0700
22+++ b/mysql-test/r/connect.result 2010-12-10 16:48:10.997386982 +0900
23@@ -1,3 +1,4 @@14@@ -1,3 +1,4 @@
24+set global log_warnings=0;15+set global log_warnings=0;
25 drop table if exists t1,t2;16 drop table if exists t1,t2;
@@ -30,9 +21,8 @@
30 # -- End of 5.1 tests21 # -- End of 5.1 tests
31 # ------------------------------------------------------------------22 # ------------------------------------------------------------------
32+set global log_warnings=1;23+set global log_warnings=1;
33diff -ruN a/mysql-test/r/create.result b/mysql-test/r/create.result24--- a/mysql-test/r/create.result 2011-03-09 07:11:39.000000000 -0800
34--- a/mysql-test/r/create.result 2010-11-03 07:01:12.000000000 +090025+++ b/mysql-test/r/create.result 2011-03-27 12:51:04.000000000 -0700
35+++ b/mysql-test/r/create.result 2010-12-10 16:48:11.001009442 +0900
36@@ -1741,7 +1741,11 @@26@@ -1741,7 +1741,11 @@
37 `COMMAND` varchar(16) NOT NULL DEFAULT '',27 `COMMAND` varchar(16) NOT NULL DEFAULT '',
38 `TIME` int(7) NOT NULL DEFAULT '0',28 `TIME` int(7) NOT NULL DEFAULT '0',
@@ -59,9 +49,8 @@
59 ) ENGINE=MyISAM DEFAULT CHARSET=utf849 ) ENGINE=MyISAM DEFAULT CHARSET=utf8
60 drop table t1;50 drop table t1;
61 create table t1 like information_schema.character_sets;51 create table t1 like information_schema.character_sets;
62diff -ruN a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result52--- a/mysql-test/r/information_schema.result 2011-03-09 07:11:39.000000000 -0800
63--- a/mysql-test/r/information_schema.result 2010-12-03 20:58:24.000000000 +030053+++ b/mysql-test/r/information_schema.result 2011-03-27 12:51:04.000000000 -0700
64+++ b/mysql-test/r/information_schema.result 2011-01-10 23:02:09.000000000 +0300
65@@ -46,14 +46,17 @@54@@ -46,14 +46,17 @@
66 select * from v1;55 select * from v1;
67 c56 c
@@ -273,9 +262,8 @@
273 VIEWS information_schema.VIEWS 1262 VIEWS information_schema.VIEWS 1
274 create table t1(f1 int);263 create table t1(f1 int);
275 create view v1 as select f1+1 as a from t1;264 create view v1 as select f1+1 as a from t1;
276diff -ruN a/mysql-test/r/information_schema_db.result b/mysql-test/r/information_schema_db.result265--- a/mysql-test/r/information_schema_db.result 2011-03-09 07:11:39.000000000 -0800
277--- a/mysql-test/r/information_schema_db.result 2010-12-03 20:58:24.000000000 +0300266+++ b/mysql-test/r/information_schema_db.result 2011-03-27 12:51:04.000000000 -0700
278+++ b/mysql-test/r/information_schema_db.result 2011-01-10 23:06:43.000000000 +0300
279@@ -6,14 +6,17 @@267@@ -6,14 +6,17 @@
280 show tables where Tables_in_information_schema NOT LIKE 'Innodb%';268 show tables where Tables_in_information_schema NOT LIKE 'Innodb%';
281 Tables_in_information_schema269 Tables_in_information_schema
@@ -326,10 +314,9 @@
326 TRIGGERS314 TRIGGERS
327 create database `inf%`;315 create database `inf%`;
328 create database mbase;316 create database mbase;
329diff -ruN a/mysql-test/r/mysqld--help-notwin.result b/mysql-test/r/mysqld--help-notwin.result317--- a/mysql-test/r/mysqld--help-notwin.result 2011-03-09 07:11:39.000000000 -0800
330--- a/mysql-test/r/mysqld--help-notwin.result 2011-01-20 00:37:09.000000000 +0200318+++ b/mysql-test/r/mysqld--help-notwin.result 2011-03-27 12:52:51.000000000 -0700
331+++ b/mysql-test/r/mysqld--help-notwin.result 2011-02-18 13:14:44.701736864 +0200319@@ -250,21 +250,40 @@
332@@ -250,21 +250,43 @@
333 --log-slow-admin-statements 320 --log-slow-admin-statements
334 Log slow OPTIMIZE, ANALYZE, ALTER and other321 Log slow OPTIMIZE, ANALYZE, ALTER and other
335 administrative statements to the slow log if it is open.322 administrative statements to the slow log if it is open.
@@ -355,9 +342,6 @@
355+ Log slow statements executed by stored procedure to the342+ Log slow statements executed by stored procedure to the
356+ slow log if it is open.343+ slow log if it is open.
357+ (Defaults to on; use --skip-log-slow-sp-statements to disable.)344+ (Defaults to on; use --skip-log-slow-sp-statements to disable.)
358+ --log-slow-timestamp-every
359+ Timestamp is printed for all records of the slow log even
360+ if they are same time.
361+ --log-slow-verbosity=name 345+ --log-slow-verbosity=name
362+ Choose how verbose the messages to your slow log will be.346+ Choose how verbose the messages to your slow log will be.
363+ Multiple flags allowed in a comma-separated string.347+ Multiple flags allowed in a comma-separated string.
@@ -369,13 +353,13 @@
369 --log-tc-size=# Size of transaction coordinator log.353 --log-tc-size=# Size of transaction coordinator log.
370 -W, --log-warnings[=#] 354 -W, --log-warnings[=#]
371 Log some not critical warnings to the log file355 Log some not critical warnings to the log file
372+ --log-warnings-silence=name 356+ --log-warnings-suppress=name
373+ disable logging of enumerated warnings: 1592: unsafe357+ disable logging of enumerated warnings: 1592: unsafe
374+ statements for binary logging; possible values : [1592]358+ statements for binary logging; possible values : [1592]
375 --long-query-time=# Log all queries that have taken more than long_query_time359 --long-query-time=# Log all queries that have taken more than long_query_time
376 seconds to execute to file. The argument will be treated360 seconds to execute to file. The argument will be treated
377 as a decimal value with microsecond precision361 as a decimal value with microsecond precision
378@@ -471,6 +493,10 @@362@@ -471,6 +490,10 @@
379 The minimum size for blocks allocated by the query cache363 The minimum size for blocks allocated by the query cache
380 --query-cache-size=# 364 --query-cache-size=#
381 The memory allocated to store results from old queries365 The memory allocated to store results from old queries
@@ -386,7 +370,7 @@
386 --query-cache-type=name 370 --query-cache-type=name
387 OFF = Don't cache or retrieve results. ON = Cache all371 OFF = Don't cache or retrieve results. ON = Cache all
388 results except SELECT SQL_NO_CACHE ... queries. DEMAND =372 results except SELECT SQL_NO_CACHE ... queries. DEMAND =
389@@ -479,6 +505,12 @@373@@ -479,6 +502,12 @@
390 Invalidate queries in query cache on LOCK for write374 Invalidate queries in query cache on LOCK for write
391 --query-prealloc-size=# 375 --query-prealloc-size=#
392 Persistent buffer for query parsing and execution376 Persistent buffer for query parsing and execution
@@ -399,37 +383,39 @@
399 --range-alloc-block-size=# 383 --range-alloc-block-size=#
400 Allocation block size for storing ranges during384 Allocation block size for storing ranges during
401 optimization385 optimization
402@@ -656,6 +688,9 @@386@@ -656,6 +685,18 @@
403 Log slow queries to given log file. Defaults logging to387 Log slow queries to given log file. Defaults logging to
404 hostname-slow.log. Must be enabled to activate other slow388 hostname-slow.log. Must be enabled to activate other slow
405 log options389 log options
406+ --slow-query-log-microseconds-timestamp 390+ --slow-query-log-timestamp-always
391+ Timestamp is printed for all records of the slow log even
392+ if they are same time.
393+ --slow-query-log-timestamp-precision=name
407+ Log slow statements executed by stored procedure to the394+ Log slow statements executed by stored procedure to the
408+ slow log if it is open.395+ slow log if it is open. [second, microsecond]
396+ --slow-query-log-use-global-control=name
397+ Choose flags, wich always use the global variables.
398+ Multiple flags allowed in a comma-separated string.
399+ [none, log_slow_filter, log_slow_rate_limit,
400+ log_slow_verbosity, long_query_time,
401+ min_examined_row_limit, all]
409 --socket=name Socket file to use for connection402 --socket=name Socket file to use for connection
410 --sort-buffer-size=# 403 --sort-buffer-size=#
411 Each thread that needs to do a sort allocates a buffer of404 Each thread that needs to do a sort allocates a buffer of
412@@ -698,6 +733,8 @@405@@ -698,6 +739,8 @@
413 Define threads usage for handling queries, one of406 Define threads usage for handling queries, one of
414 one-thread-per-connection, no-threads, loaded-dynamically407 one-thread-per-connection, no-threads, loaded-dynamically
415 --thread-stack=# The stack size for each thread408 --thread-stack=# The stack size for each thread
416+ --thread-statistics Control TABLE_STATISTICS running, when userstat_running409+ --thread-statistics Control TABLE_STATISTICS running, when userstat is
417+ is enabled410+ enabled
418 --time-format=name The TIME format (ignored)411 --time-format=name The TIME format (ignored)
419 --timed-mutexes Specify whether to time mutexes (only InnoDB mutexes are412 --timed-mutexes Specify whether to time mutexes (only InnoDB mutexes are
420 currently supported)413 currently supported)
421@@ -722,11 +759,24 @@414@@ -723,10 +766,17 @@
422 Prohibit update of a VIEW, which does not contain a key
423 of the underlying table and the query uses a LIMIT clause415 of the underlying table and the query uses a LIMIT clause
424 (usually get from GUI tools)416 (usually get from GUI tools)
425+ --use-global-log-slow-control=name
426+ Choose flags, wich always use the global variables.
427+ Multiple flags allowed in a comma-separated string.
428+ [none, log_slow_filter, log_slow_rate_limit,
429+ log_slow_verbosity, long_query_time,
430+ min_examined_row_limit, all]
431 -u, --user=name Run mysqld daemon as user.417 -u, --user=name Run mysqld daemon as user.
432+ --userstat-running Control USER_STATISTICS, CLIENT_STATISTICS,418+ --userstat Control USER_STATISTICS, CLIENT_STATISTICS,
433+ THREAD_STATISTICS, INDEX_STATISTICS and TABLE_STATISTICS419+ THREAD_STATISTICS, INDEX_STATISTICS and TABLE_STATISTICS
434+ running420+ running
435 -v, --verbose Used with --help option for detailed help.421 -v, --verbose Used with --help option for detailed help.
@@ -443,7 +429,7 @@
443 429
444 Variables (--variable-name=value)430 Variables (--variable-name=value)
445 abort-slave-event-count 0431 abort-slave-event-count 0
446@@ -809,10 +859,16 @@432@@ -809,10 +859,15 @@
447 log-short-format FALSE433 log-short-format FALSE
448 log-slave-updates FALSE434 log-slave-updates FALSE
449 log-slow-admin-statements FALSE435 log-slow-admin-statements FALSE
@@ -451,16 +437,15 @@
451+log-slow-rate-limit 1437+log-slow-rate-limit 1
452 log-slow-slave-statements FALSE438 log-slow-slave-statements FALSE
453+log-slow-sp-statements TRUE439+log-slow-sp-statements TRUE
454+log-slow-timestamp-every FALSE
455+log-slow-verbosity 440+log-slow-verbosity
456 log-tc tc.log441 log-tc tc.log
457 log-tc-size 24576442 log-tc-size 24576
458 log-warnings 1443 log-warnings 1
459+log-warnings-silence 444+log-warnings-suppress
460 long-query-time 10445 long-query-time 10
461 low-priority-updates FALSE446 low-priority-updates FALSE
462 lower-case-table-names 1447 lower-case-table-names 1
463@@ -887,9 +943,12 @@448@@ -887,9 +942,12 @@
464 query-cache-limit 1048576449 query-cache-limit 1048576
465 query-cache-min-res-unit 4096450 query-cache-min-res-unit 4096
466 query-cache-size 0451 query-cache-size 0
@@ -473,15 +458,17 @@
473 range-alloc-block-size 4096458 range-alloc-block-size 4096
474 read-buffer-size 131072459 read-buffer-size 131072
475 read-only FALSE460 read-only FALSE
476@@ -924,6 +983,7 @@461@@ -924,6 +982,9 @@
477 slave-type-conversions 462 slave-type-conversions
478 slow-launch-time 2463 slow-launch-time 2
479 slow-query-log FALSE464 slow-query-log FALSE
480+slow-query-log-microseconds-timestamp FALSE465+slow-query-log-timestamp-always FALSE
466+slow-query-log-timestamp-precision second
467+slow-query-log-use-global-control
481 sort-buffer-size 2097152468 sort-buffer-size 2097152
482 sporadic-binlog-dump-fail FALSE469 sporadic-binlog-dump-fail FALSE
483 sql-mode 470 sql-mode
484@@ -941,6 +1001,7 @@471@@ -941,6 +1002,7 @@
485 thread-cache-size 0472 thread-cache-size 0
486 thread-handling one-thread-per-connection473 thread-handling one-thread-per-connection
487 thread-stack 262144474 thread-stack 262144
@@ -489,21 +476,19 @@
489 time-format %H:%i:%s476 time-format %H:%i:%s
490 timed-mutexes FALSE477 timed-mutexes FALSE
491 tmp-table-size 16777216478 tmp-table-size 16777216
492@@ -948,8 +1009,11 @@479@@ -948,8 +1010,10 @@
493 transaction-isolation REPEATABLE-READ480 transaction-isolation REPEATABLE-READ
494 transaction-prealloc-size 4096481 transaction-prealloc-size 4096
495 updatable-views-with-limit YES482 updatable-views-with-limit YES
496+use-global-log-slow-control 483+userstat FALSE
497+userstat-running FALSE
498 verbose TRUE484 verbose TRUE
499 wait-timeout 28800485 wait-timeout 28800
500+xtradb-admin-command ON486+xtradb-admin-command ON
501 487
502 To see what values a running MySQL server is using, type488 To see what values a running MySQL server is using, type
503 'mysqladmin variables' instead of 'mysqld --verbose --help'.489 'mysqladmin variables' instead of 'mysqld --verbose --help'.
504diff -ruN a/mysql-test/r/mysqldump.result b/mysql-test/r/mysqldump.result490--- a/mysql-test/r/mysqldump.result 2011-03-09 07:11:39.000000000 -0800
505--- a/mysql-test/r/mysqldump.result 2010-11-03 07:01:12.000000000 +0900491+++ b/mysql-test/r/mysqldump.result 2011-03-27 12:51:04.000000000 -0700
506+++ b/mysql-test/r/mysqldump.result 2010-12-10 16:48:11.013968901 +0900
507@@ -1832,7 +1832,7 @@492@@ -1832,7 +1832,7 @@
508 # Bug#21288 mysqldump segmentation fault when using --where493 # Bug#21288 mysqldump segmentation fault when using --where
509 #494 #
@@ -513,9 +498,8 @@
513 mysqldump: Got error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' at line 1 when retrieving data from server498 mysqldump: Got error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' at line 1 when retrieving data from server
514 499
515 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;500 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
516diff -ruN a/mysql-test/r/mysqlshow.result b/mysql-test/r/mysqlshow.result501--- a/mysql-test/r/mysqlshow.result 2011-03-09 07:11:39.000000000 -0800
517--- a/mysql-test/r/mysqlshow.result 2010-12-03 20:58:24.000000000 +0300502+++ b/mysql-test/r/mysqlshow.result 2011-03-27 12:51:04.000000000 -0700
518+++ b/mysql-test/r/mysqlshow.result 2011-01-11 16:41:03.000000000 +0300
519@@ -80,14 +80,17 @@503@@ -80,14 +80,17 @@
520 | Tables |504 | Tables |
521 +---------------------------------------+505 +---------------------------------------+
@@ -647,9 +631,8 @@
647 +---------------------------------------+631 +---------------------------------------+
648 Wildcard: inf_rmation_schema632 Wildcard: inf_rmation_schema
649 +--------------------+633 +--------------------+
650diff -ruN a/mysql-test/r/select.result b/mysql-test/r/select.result634--- a/mysql-test/r/select.result 2011-03-09 07:11:39.000000000 -0800
651--- a/mysql-test/r/select.result 2010-11-03 07:01:12.000000000 +0900635+++ b/mysql-test/r/select.result 2011-03-27 12:51:04.000000000 -0700
652+++ b/mysql-test/r/select.result 2010-12-10 16:48:11.023052909 +0900
653@@ -2196,10 +2196,10 @@636@@ -2196,10 +2196,10 @@
654 select * from (t1 as t2 left join t1 as t3 using (a)) inner join t1 on t1.a>1;637 select * from (t1 as t2 left join t1 as t3 using (a)) inner join t1 on t1.a>1;
655 a a638 a a
@@ -663,9 +646,50 @@
663 3 3646 3 3
664 select * from t1 inner join (t1 as t2 left join t1 as t3 using (a)) on t1.a>1;647 select * from t1 inner join (t1 as t2 left join t1 as t3 using (a)) on t1.a>1;
665 a a648 a a
666diff -ruN a/mysql-test/suite/innodb/r/innodb.result b/mysql-test/suite/innodb/r/innodb.result649--- a/mysql-test/r/show_check.result 2011-03-09 07:11:39.000000000 -0800
667--- a/mysql-test/suite/innodb/r/innodb.result 2010-11-03 07:01:12.000000000 +0900650+++ b/mysql-test/r/show_check.result 2011-03-27 12:51:04.000000000 -0700
668+++ b/mysql-test/suite/innodb/r/innodb.result 2010-12-10 16:48:11.026994635 +0900651@@ -1537,14 +1537,14 @@
652 SET NAMES latin1;
653 SELECT GET_LOCK('t',1000) AS 'óóóó';;
654 SHOW PROCESSLIST;
655-Id User Host db Command Time State Info
656-### root ### test Query ### ### SHOW PROCESSLIST
657-### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
658+Id User Host db Command Time State Info Rows_sent Rows_examined Rows_read
659+### root ### test Query ### ### SHOW PROCESSLIST ### ### ###
660+### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó' ### ### ###
661 SET NAMES utf8;
662 SHOW PROCESSLIST;
663-Id User Host db Command Time State Info
664-### root ### test Query ### ### SHOW PROCESSLIST
665-### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
666+Id User Host db Command Time State Info Rows_sent Rows_examined Rows_read
667+### root ### test Query ### ### SHOW PROCESSLIST ### ### ###
668+### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó' ### ### ###
669 SELECT RELEASE_LOCK('t');
670 RELEASE_LOCK('t')
671 1
672--- a/mysql-test/r/sp-threads.result 2011-03-09 07:11:39.000000000 -0800
673+++ b/mysql-test/r/sp-threads.result 2011-03-27 12:51:04.000000000 -0700
674@@ -33,11 +33,11 @@
675 lock tables t2 write;
676 call bug9486();
677 show processlist;
678-Id User Host db Command Time State Info
679-# root localhost test Sleep # NULL
680-# root localhost test Query # Waiting for table metadata lock update t1, t2 set val= 1 where id1=id2
681-# root localhost test Query # NULL show processlist
682-# root localhost test Sleep # NULL
683+Id User Host db Command Time State Info Rows_sent Rows_examined Rows_read
684+# root localhost test Sleep # NULL # # #
685+# root localhost test Query # Waiting for table metadata lock update t1, t2 set val= 1 where id1=id2 # # #
686+# root localhost test Query # NULL show processlist # # #
687+# root localhost test Sleep # NULL # # #
688 unlock tables;
689 drop procedure bug9486;
690 drop table t1, t2;
691--- a/mysql-test/suite/innodb/r/innodb.result 2011-03-09 07:11:39.000000000 -0800
692+++ b/mysql-test/suite/innodb/r/innodb.result 2011-03-27 12:51:04.000000000 -0700
669@@ -1664,7 +1664,7 @@693@@ -1664,7 +1664,7 @@
670 drop table t1;694 drop table t1;
671 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_buffer_pool_pages_total';695 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_buffer_pool_pages_total';
@@ -675,112 +699,112 @@
675 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_page_size';699 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_page_size';
676 variable_value700 variable_value
677 16384701 16384
678diff -ruN a/mysql-test/suite/sys_vars/r/all_vars.result b/mysql-test/suite/sys_vars/r/all_vars.result702--- a/mysql-test/suite/sys_vars/r/all_vars.result 2011-03-09 07:11:39.000000000 -0800
679--- a/mysql-test/suite/sys_vars/r/all_vars.result 2011-01-20 00:37:09.000000000 +0200703+++ b/mysql-test/suite/sys_vars/r/all_vars.result 2011-03-27 12:54:05.000000000 -0700
680+++ b/mysql-test/suite/sys_vars/r/all_vars.result 2011-02-21 02:01:47.873337692 +0200704@@ -11,9 +11,101 @@
681@@ -11,9 +11,99 @@
682 select variable_name as `There should be *no* variables listed below:` from t2705 select variable_name as `There should be *no* variables listed below:` from t2
683 left join t1 on variable_name=test_name where test_name is null;706 left join t1 on variable_name=test_name where test_name is null;
684 There should be *no* variables listed below:707 There should be *no* variables listed below:
685+USE_GLOBAL_LOG_SLOW_CONTROL708+LOG_SLOW_SP_STATEMENTS
686+LOG_SLOW_SP_STATEMENTS709+SLOW_QUERY_LOG_TIMESTAMP_PRECISION
687+INNODB_FAST_CHECKSUM710+THREAD_STATISTICS
688+INNODB_THREAD_CONCURRENCY_TIMER_BASED711+SLOW_QUERY_LOG_TIMESTAMP_ALWAYS
689+LOG_SLOW_TIMESTAMP_EVERY712+INNODB_THREAD_CONCURRENCY_TIMER_BASED
690+INNODB_SHOW_VERBOSE_LOCKS713+INNODB_LOG_BLOCK_SIZE
691+INNODB_READ_AHEAD714+INNODB_SHOW_VERBOSE_LOCKS
692+INNODB_USE_GLOBAL_FLUSH_LOG_AT_TRX_COMMIT715+INNODB_READ_AHEAD
693+INNODB_PASS_CORRUPT_TABLE716+INNODB_USE_GLOBAL_FLUSH_LOG_AT_TRX_COMMIT
694+FAST_INDEX_CREATION717+LOG_WARNINGS_SUPPRESS
695+INNODB_FLUSH_NEIGHBOR_PAGES718+FAST_INDEX_CREATION
696+INNODB_BUFFER_POOL_SHM_CHECKSUM719+INNODB_CORRUPT_TABLE_ACTION
697+LOG_SLOW_VERBOSITY720+INNODB_FLUSH_NEIGHBOR_PAGES
698+QUERY_RESPONSE_TIME_STATS721+INNODB_LAZY_DROP_TABLE
699+QUERY_CACHE_STRIP_COMMENTS722+INNODB_BUFFER_POOL_SHM_CHECKSUM
700+INNODB_SHOW_LOCKS_HELD723+LOG_SLOW_VERBOSITY
701+INNODB_IBUF_ACCEL_RATE724+QUERY_RESPONSE_TIME_STATS
702+INNODB_EXPAND_IMPORT725+QUERY_CACHE_STRIP_COMMENTS
703+INNODB_CHECKPOINT_AGE_TARGET726+INNODB_SHOW_LOCKS_HELD
704+LOG_SLOW_SLAVE_STATEMENTS727+INNODB_IBUF_ACCEL_RATE
705+INNODB_ADAPTIVE_FLUSHING_METHOD728+INNODB_IBUF_MAX_SIZE
706 INNODB_STATS_METHOD729+INNODB_CHECKPOINT_AGE_TARGET
707+HAVE_RESPONSE_TIME_DISTRIBUTION730+INNODB_IMPORT_TABLE_FROM_XTRABACKUP
708+LOG_SLOW_RATE_LIMIT731+INNODB_ADAPTIVE_FLUSHING_METHOD
709+OPTIMIZER_FIX732 INNODB_STATS_METHOD
710+INNODB_STATS_AUTO_UPDATE733+HAVE_RESPONSE_TIME_DISTRIBUTION
711+INNODB_PAGE_SIZE734+INNODB_RECOVERY_UPDATE_RELAY_LOG
712+INNODB_LOG_BLOCK_SIZE735+OPTIMIZER_FIX
713+INNODB_ADAPTIVE_HASH_INDEX_PARTITIONS736+INNODB_BUFFER_POOL_RESTORE_AT_STARTUP
714+SLOW_QUERY_LOG_MICROSECONDS_TIMESTAMP737+INNODB_PAGE_SIZE
715+INNODB_BUFFER_POOL_SHM_KEY738+INNODB_FAST_CHECKSUM
716+INNODB_USE_SYS_STATS_TABLE739+SLOW_QUERY_LOG_USE_GLOBAL_CONTROL
717+INNODB_RECOVERY_STATS740+INNODB_ADAPTIVE_HASH_INDEX_PARTITIONS
718+INNODB_DOUBLEWRITE_FILE741+USERSTAT
719+INNODB_STATS_UPDATE_NEED_LOCK742+INNODB_BUFFER_POOL_SHM_KEY
720+USERSTAT_RUNNING743+INNODB_USE_SYS_STATS_TABLE
721+QUERY_RESPONSE_TIME_RANGE_BASE744+INNODB_RECOVERY_STATS
722+INNODB_IBUF_ACTIVE_CONTRACT745+INNODB_DOUBLEWRITE_FILE
723+INNODB_AUTO_LRU_DUMP746+INNODB_STATS_UPDATE_NEED_LOCK
724 INNODB_FILE_FORMAT_MAX747+QUERY_RESPONSE_TIME_RANGE_BASE
725+INNODB_DICT_SIZE_LIMIT748+LOG_SLOW_RATE_LIMIT
726+LOG_WARNINGS_SILENCE749+INNODB_IBUF_ACTIVE_CONTRACT
727+LOG_SLOW_FILTER750+INNODB_STATS_AUTO_UPDATE
728+INNODB_IBUF_MAX_SIZE751+LOG_SLOW_SLAVE_STATEMENTS
729+INNODB_OVERWRITE_RELAY_LOG_INFO752 INNODB_FILE_FORMAT_MAX
730+INNODB_EXTRA_RSEGMENTS753+INNODB_DICT_SIZE_LIMIT
731+THREAD_STATISTICS754+LOG_SLOW_FILTER
732+USE_GLOBAL_LOG_SLOW_CONTROL755+INNODB_EXTRA_RSEGMENTS
733+LOG_SLOW_SP_STATEMENTS756+LOG_SLOW_SP_STATEMENTS
734+INNODB_FAST_CHECKSUM757+SLOW_QUERY_LOG_TIMESTAMP_PRECISION
735+INNODB_THREAD_CONCURRENCY_TIMER_BASED758+THREAD_STATISTICS
736+LOG_SLOW_TIMESTAMP_EVERY759+SLOW_QUERY_LOG_TIMESTAMP_ALWAYS
737+INNODB_SHOW_VERBOSE_LOCKS760+INNODB_THREAD_CONCURRENCY_TIMER_BASED
738+INNODB_READ_AHEAD761+INNODB_LOG_BLOCK_SIZE
739+INNODB_USE_GLOBAL_FLUSH_LOG_AT_TRX_COMMIT762+INNODB_SHOW_VERBOSE_LOCKS
740+INNODB_PASS_CORRUPT_TABLE763+INNODB_READ_AHEAD
741+FAST_INDEX_CREATION764+INNODB_USE_GLOBAL_FLUSH_LOG_AT_TRX_COMMIT
742+INNODB_FLUSH_NEIGHBOR_PAGES765+LOG_WARNINGS_SUPPRESS
743+INNODB_BUFFER_POOL_SHM_CHECKSUM766+FAST_INDEX_CREATION
744+LOG_SLOW_VERBOSITY767+INNODB_CORRUPT_TABLE_ACTION
745+QUERY_RESPONSE_TIME_STATS768+INNODB_FLUSH_NEIGHBOR_PAGES
746+QUERY_CACHE_STRIP_COMMENTS769+INNODB_LAZY_DROP_TABLE
747+INNODB_SHOW_LOCKS_HELD770+INNODB_BUFFER_POOL_SHM_CHECKSUM
748+INNODB_IBUF_ACCEL_RATE771+LOG_SLOW_VERBOSITY
749+INNODB_EXPAND_IMPORT772+QUERY_RESPONSE_TIME_STATS
750+INNODB_CHECKPOINT_AGE_TARGET773+QUERY_CACHE_STRIP_COMMENTS
751+LOG_SLOW_SLAVE_STATEMENTS774+INNODB_SHOW_LOCKS_HELD
752+INNODB_ADAPTIVE_FLUSHING_METHOD775+INNODB_IBUF_ACCEL_RATE
753 INNODB_STATS_METHOD776+INNODB_IBUF_MAX_SIZE
754+HAVE_RESPONSE_TIME_DISTRIBUTION777+INNODB_CHECKPOINT_AGE_TARGET
755+LOG_SLOW_RATE_LIMIT778+INNODB_IMPORT_TABLE_FROM_XTRABACKUP
756+OPTIMIZER_FIX779+INNODB_ADAPTIVE_FLUSHING_METHOD
757+INNODB_STATS_AUTO_UPDATE780 INNODB_STATS_METHOD
758+INNODB_PAGE_SIZE781+HAVE_RESPONSE_TIME_DISTRIBUTION
759+INNODB_LOG_BLOCK_SIZE782+INNODB_RECOVERY_UPDATE_RELAY_LOG
760+INNODB_ADAPTIVE_HASH_INDEX_PARTITIONS783+OPTIMIZER_FIX
761+SLOW_QUERY_LOG_MICROSECONDS_TIMESTAMP784+INNODB_BUFFER_POOL_RESTORE_AT_STARTUP
762+INNODB_BUFFER_POOL_SHM_KEY785+INNODB_PAGE_SIZE
763+INNODB_USE_SYS_STATS_TABLE786+INNODB_FAST_CHECKSUM
764+INNODB_RECOVERY_STATS787+SLOW_QUERY_LOG_USE_GLOBAL_CONTROL
765+INNODB_DOUBLEWRITE_FILE788+INNODB_ADAPTIVE_HASH_INDEX_PARTITIONS
766+INNODB_STATS_UPDATE_NEED_LOCK789+USERSTAT
767+USERSTAT_RUNNING790+INNODB_BUFFER_POOL_SHM_KEY
768+QUERY_RESPONSE_TIME_RANGE_BASE791+INNODB_USE_SYS_STATS_TABLE
769+INNODB_IBUF_ACTIVE_CONTRACT792+INNODB_RECOVERY_STATS
770+INNODB_AUTO_LRU_DUMP793+INNODB_DOUBLEWRITE_FILE
771 INNODB_FILE_FORMAT_MAX794+INNODB_STATS_UPDATE_NEED_LOCK
772+INNODB_DICT_SIZE_LIMIT795+QUERY_RESPONSE_TIME_RANGE_BASE
773+LOG_WARNINGS_SILENCE796+LOG_SLOW_RATE_LIMIT
774+LOG_SLOW_FILTER797+INNODB_IBUF_ACTIVE_CONTRACT
775+INNODB_IBUF_MAX_SIZE798+INNODB_STATS_AUTO_UPDATE
776+INNODB_OVERWRITE_RELAY_LOG_INFO799+LOG_SLOW_SLAVE_STATEMENTS
777+INNODB_EXTRA_RSEGMENTS800 INNODB_FILE_FORMAT_MAX
778+THREAD_STATISTICS801+INNODB_DICT_SIZE_LIMIT
802+LOG_SLOW_FILTER
803+INNODB_EXTRA_RSEGMENTS
779 drop table t1;804 drop table t1;
780 drop table t2;805 drop table t2;
781diff -ruN a/mysql-test/suite/sys_vars/r/innodb_flush_log_at_trx_commit_basic.result b/mysql-test/suite/sys_vars/r/innodb_flush_log_at_trx_commit_basic.result806--- a/mysql-test/suite/sys_vars/r/innodb_flush_log_at_trx_commit_basic.result 2011-03-09 07:11:39.000000000 -0800
782--- a/mysql-test/suite/sys_vars/r/innodb_flush_log_at_trx_commit_basic.result 2011-01-20 07:37:09.000000000 +0900807+++ b/mysql-test/suite/sys_vars/r/innodb_flush_log_at_trx_commit_basic.result 2011-03-27 12:51:04.000000000 -0700
783+++ b/mysql-test/suite/sys_vars/r/innodb_flush_log_at_trx_commit_basic.result 2011-02-22 19:02:33.970779775 +0900
784@@ -10,7 +10,6 @@808@@ -10,7 +10,6 @@
785 1809 1
786 '#---------------------FN_DYNVARS_046_02-------------------------#'810 '#---------------------FN_DYNVARS_046_02-------------------------#'
@@ -789,9 +813,8 @@
789 SELECT @@innodb_flush_log_at_trx_commit;813 SELECT @@innodb_flush_log_at_trx_commit;
790 @@innodb_flush_log_at_trx_commit814 @@innodb_flush_log_at_trx_commit
791 1815 1
792diff -ruN a/mysql-test/suite/sys_vars/r/plugin_dir_basic.result b/mysql-test/suite/sys_vars/r/plugin_dir_basic.result816--- a/mysql-test/suite/sys_vars/r/plugin_dir_basic.result 2011-03-09 07:11:39.000000000 -0800
793--- a/mysql-test/suite/sys_vars/r/plugin_dir_basic.result 2010-11-03 07:01:13.000000000 +0900817+++ b/mysql-test/suite/sys_vars/r/plugin_dir_basic.result 2011-03-27 12:51:04.000000000 -0700
794+++ b/mysql-test/suite/sys_vars/r/plugin_dir_basic.result 2010-12-10 16:48:11.033057415 +0900
795@@ -1,20 +1,20 @@818@@ -1,20 +1,20 @@
796 select @@global.plugin_dir;819 select @@global.plugin_dir;
797 @@global.plugin_dir820 @@global.plugin_dir
@@ -818,9 +841,8 @@
818 set global plugin_dir=1;841 set global plugin_dir=1;
819 ERROR HY000: Variable 'plugin_dir' is a read only variable842 ERROR HY000: Variable 'plugin_dir' is a read only variable
820 set session plugin_dir=1;843 set session plugin_dir=1;
821diff -ruN a/mysql-test/suite/sys_vars/t/innodb_flush_log_at_trx_commit_basic.test b/mysql-test/suite/sys_vars/t/innodb_flush_log_at_trx_commit_basic.test844--- a/mysql-test/suite/sys_vars/t/innodb_flush_log_at_trx_commit_basic.test 2011-03-09 07:11:39.000000000 -0800
822--- a/mysql-test/suite/sys_vars/t/innodb_flush_log_at_trx_commit_basic.test 2011-01-20 07:37:09.000000000 +0900845+++ b/mysql-test/suite/sys_vars/t/innodb_flush_log_at_trx_commit_basic.test 2011-03-27 12:51:04.000000000 -0700
823+++ b/mysql-test/suite/sys_vars/t/innodb_flush_log_at_trx_commit_basic.test 2011-02-22 19:03:02.490792783 +0900
824@@ -56,7 +56,7 @@846@@ -56,7 +56,7 @@
825 # Check if variable can be accessed with and without @@ sign #847 # Check if variable can be accessed with and without @@ sign #
826 ###############################################################################848 ###############################################################################
@@ -830,9 +852,8 @@
830 SET innodb_flush_log_at_trx_commit = 1;852 SET innodb_flush_log_at_trx_commit = 1;
831 SELECT @@innodb_flush_log_at_trx_commit;853 SELECT @@innodb_flush_log_at_trx_commit;
832 854
833diff -ruN a/mysql-test/t/connect.test b/mysql-test/t/connect.test855--- a/mysql-test/t/connect.test 2011-03-09 07:11:39.000000000 -0800
834--- a/mysql-test/t/connect.test 2010-11-03 07:01:12.000000000 +0900856+++ b/mysql-test/t/connect.test 2011-03-27 12:51:04.000000000 -0700
835+++ b/mysql-test/t/connect.test 2010-12-10 16:48:11.034065111 +0900
836@@ -1,3 +1,5 @@857@@ -1,3 +1,5 @@
837+set global log_warnings=0;858+set global log_warnings=0;
838+859+
@@ -844,53 +865,8 @@
844 --source include/wait_until_count_sessions.inc865 --source include/wait_until_count_sessions.inc
845 866
846+set global log_warnings=1;867+set global log_warnings=1;
847diff -ruN a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result868--- a/mysql-test/t/show_check.test 2011-03-09 07:11:39.000000000 -0800
848--- a/mysql-test/r/show_check.result 2011-01-20 00:37:09.000000000 +0200869+++ b/mysql-test/t/show_check.test 2011-03-27 12:51:04.000000000 -0700
849+++ b/mysql-test/r/show_check.result 2011-03-09 13:05:40.506397491 +0200
850@@ -1537,14 +1537,14 @@
851 SET NAMES latin1;
852 SELECT GET_LOCK('t',1000) AS 'óóóó';;
853 SHOW PROCESSLIST;
854-Id User Host db Command Time State Info
855-### root ### test Query ### ### SHOW PROCESSLIST
856-### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
857+Id User Host db Command Time State Info Rows_sent Rows_examined Rows_read
858+### root ### test Query ### ### SHOW PROCESSLIST ### ### ###
859+### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó' ### ### ###
860 SET NAMES utf8;
861 SHOW PROCESSLIST;
862-Id User Host db Command Time State Info
863-### root ### test Query ### ### SHOW PROCESSLIST
864-### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
865+Id User Host db Command Time State Info Rows_sent Rows_examined Rows_read
866+### root ### test Query ### ### SHOW PROCESSLIST ### ### ###
867+### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó' ### ### ###
868 SELECT RELEASE_LOCK('t');
869 RELEASE_LOCK('t')
870 1
871diff -ruN a/mysql-test/r/sp-threads.result b/mysql-test/r/sp-threads.result
872--- a/mysql-test/r/sp-threads.result 2011-01-20 00:37:09.000000000 +0200
873+++ b/mysql-test/r/sp-threads.result 2011-03-09 13:05:40.507397405 +0200
874@@ -33,11 +33,11 @@
875 lock tables t2 write;
876 call bug9486();
877 show processlist;
878-Id User Host db Command Time State Info
879-# root localhost test Sleep # NULL
880-# root localhost test Query # Waiting for table metadata lock update t1, t2 set val= 1 where id1=id2
881-# root localhost test Query # NULL show processlist
882-# root localhost test Sleep # NULL
883+Id User Host db Command Time State Info Rows_sent Rows_examined Rows_read
884+# root localhost test Sleep # NULL # # #
885+# root localhost test Query # Waiting for table metadata lock update t1, t2 set val= 1 where id1=id2 # # #
886+# root localhost test Query # NULL show processlist # # #
887+# root localhost test Sleep # NULL # # #
888 unlock tables;
889 drop procedure bug9486;
890 drop table t1, t2;
891diff -ruN a/mysql-test/t/show_check.test b/mysql-test/t/show_check.test
892--- a/mysql-test/t/show_check.test 2011-01-20 00:37:09.000000000 +0200
893+++ b/mysql-test/t/show_check.test 2011-03-09 13:05:40.500398012 +0200
894@@ -1375,10 +1375,10 @@870@@ -1375,10 +1375,10 @@
895 let $wait_timeout= 10;871 let $wait_timeout= 10;
896 let $wait_condition= SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROCESSLIST WHERE INFO LIKE '%GET_LOCK%' AND ID != CONNECTION_ID();872 let $wait_condition= SELECT COUNT(*) FROM INFORMATION_SCHEMA.PROCESSLIST WHERE INFO LIKE '%GET_LOCK%' AND ID != CONNECTION_ID();
@@ -904,9 +880,8 @@
904 SHOW PROCESSLIST;880 SHOW PROCESSLIST;
905 SELECT RELEASE_LOCK('t');881 SELECT RELEASE_LOCK('t');
906 --connection con1882 --connection con1
907diff -ruN a/mysql-test/t/sp-threads.test b/mysql-test/t/sp-threads.test883--- a/mysql-test/t/sp-threads.test 2011-03-09 07:11:39.000000000 -0800
908--- a/mysql-test/t/sp-threads.test 2011-01-20 00:37:09.000000000 +0200884+++ b/mysql-test/t/sp-threads.test 2011-03-27 12:51:04.000000000 -0700
909+++ b/mysql-test/t/sp-threads.test 2011-03-09 13:05:40.501397925 +0200
910@@ -81,7 +81,7 @@885@@ -81,7 +81,7 @@
911 connection con2root;886 connection con2root;
912 --sleep 2887 --sleep 2

Subscribers

People subscribed via source and target branches