Skip to content

Commit ca0ad1f

Browse files
committed
WL#15915 Deprecate INFORMATION_SCHEMA.PROCESSLIST
Use of INFORMATION_SCHEMA.PROCESSLIST is deprecated, use PERFORMANCE_SCHEMA.PROCESSLIST instead. Change-Id: I2564471ede42d9da1ccd61269b073e57dbee6fcf
1 parent 3795ce0 commit ca0ad1f

File tree

94 files changed

+693
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+693
-30
lines changed

mysql-test/r/alter_sync.result

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ connection default;
1313
# kill the query.
1414
SET DEBUG_SYNC= 'now WAIT_FOR before_store';
1515
SELECT ID FROM INFORMATION_SCHEMA.PROCESSLIST WHERE INFO LIKE "ALTER TABLE%" INTO @thread_id;
16+
Warnings:
17+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
1618
KILL QUERY @thread_id;
1719
SET DEBUG_SYNC= 'now SIGNAL cont';
1820
connection con1;

mysql-test/r/connect.result

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ SELECT COUNT(*) = 1 FROM information_schema.processlist
122122
WHERE user = 'event_scheduler' AND command = 'Daemon';
123123
COUNT(*) = 1
124124
1
125+
Warnings:
126+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
125127

126128
# -- Disconnecting default connection...
127129

@@ -163,6 +165,8 @@ mysqltest_u1
163165
mysqltest_u1
164166
mysqltest_u1
165167
root
168+
Warnings:
169+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
166170

167171
# -- Resetting variables...
168172
SET GLOBAL max_connections = 151;
@@ -196,6 +200,8 @@ SELECT COUNT(*) = 1 FROM information_schema.processlist
196200
WHERE user = 'event_scheduler' AND command = 'Daemon';
197201
COUNT(*) = 1
198202
1
203+
Warnings:
204+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
199205

200206
# -- Closing new connection...
201207

mysql-test/r/events_1.result

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ SELECT COUNT(*) = 1 FROM information_schema.processlist
1818
WHERE user = 'event_scheduler' AND command = 'Daemon';
1919
COUNT(*) = 1
2020
1
21+
Warnings:
22+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
2123
SHOW DATABASES LIKE 'db_x';
2224
Database (db_x)
2325
db_x

mysql-test/r/events_2.result

+8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ from information_schema.processlist
3333
where (user='event_scheduler')
3434
order by info;
3535
user host db command state info
36+
Warnings:
37+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
3638
select release_lock("test_lock1");
3739
release_lock("test_lock1")
3840
1
@@ -56,6 +58,8 @@ order by info;
5658
user host db command state info
5759
event_scheduler localhost NULL Daemon Waiting for next activation NULL
5860
root localhost events_test Connect User lock select get_lock("test_lock2", 20)
61+
Warnings:
62+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
5963
"Release the mutex, the event worker should finish."
6064
select release_lock("test_lock2");
6165
release_lock("test_lock2")
@@ -73,6 +77,8 @@ order by info;
7377
user host db command state info
7478
event_scheduler localhost NULL Daemon Waiting for next activation NULL
7579
root localhost events_test Connect User lock select get_lock("test_lock2_1", 20)
80+
Warnings:
81+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
7682
set global event_scheduler=off;
7783
"Should have only our process now:"
7884
select /*4*/ user, host, db, command, state, info
@@ -81,6 +87,8 @@ where (info like "select get_lock%" OR user='event_scheduler')
8187
order by info;
8288
user host db command state info
8389
root localhost events_test Connect User lock select get_lock("test_lock2_1", 20)
90+
Warnings:
91+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
8492
select release_lock("test_lock2_1");
8593
release_lock("test_lock2_1")
8694
1

mysql-test/r/events_bugs.result

+6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ select /*1*/ user, host, db, info from information_schema.processlist
6666
where state = 'User lock' and info = 'select get_lock(\'test_bug16407\', 60)';
6767
user host db info
6868
root localhost events_test select get_lock('test_bug16407', 60)
69+
Warnings:
70+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
6971
select release_lock('test_bug16407');
7072
release_lock('test_bug16407')
7173
1
@@ -124,6 +126,8 @@ user host db info
124126
root localhost events_test select get_lock('ee_16407_2', 60)
125127
root localhost events_test select get_lock('ee_16407_2', 60)
126128
root localhost events_test select get_lock('ee_16407_2', 60)
129+
Warnings:
130+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
127131
select release_lock('ee_16407_2');
128132
release_lock('ee_16407_2')
129133
1
@@ -173,6 +177,8 @@ where state = 'User lock' and info = 'select get_lock(\'ee_16407_5\', 60)';
173177
user host db info
174178
root localhost events_test select get_lock('ee_16407_5', 60)
175179
root localhost events_test select get_lock('ee_16407_5', 60)
180+
Warnings:
181+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
176182
select release_lock('ee_16407_5');
177183
release_lock('ee_16407_5')
178184
1

mysql-test/r/events_logs_tests.result

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ SELECT COUNT(*) = 1 FROM information_schema.processlist
3333
WHERE user = 'event_scheduler' AND command = 'Daemon';
3434
COUNT(*) = 1
3535
1
36+
Warnings:
37+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
3638
truncate mysql.general_log;
3739
create event ev_log_general on schedule at now() on completion not preserve do select 'events_logs_test' as inside_event;
3840
call select_general_log();

mysql-test/r/information_schema_ci.result

+10
Original file line numberDiff line numberDiff line change
@@ -1490,13 +1490,17 @@ grant select on *.* to user3148@localhost;
14901490
select user,db from information_schema.processlist;
14911491
user db
14921492
user3148 test
1493+
Warnings:
1494+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
14931495
drop user user3148@localhost;
14941496
DROP TABLE IF EXISTS server_status;
14951497
DROP EVENT IF EXISTS event_status;
14961498
SELECT COUNT(*) = 1 FROM information_schema.processlist
14971499
WHERE user = 'event_scheduler' AND command = 'Daemon';
14981500
COUNT(*) = 1
14991501
1
1502+
Warnings:
1503+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
15001504
CREATE EVENT event_status
15011505
ON SCHEDULE AT NOW()
15021506
ON COMPLETION NOT PRESERVE
@@ -1678,6 +1682,8 @@ SET TIMESTAMP=@@TIMESTAMP + 10000000;
16781682
SELECT 'OK' AS TEST_RESULT FROM INFORMATION_SCHEMA.PROCESSLIST WHERE time < 0;
16791683
TEST_RESULT
16801684
OK
1685+
Warnings:
1686+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
16811687
SET TIMESTAMP=DEFAULT;
16821688
#
16831689
# Bug #50276: Security flaw in INFORMATION_SCHEMA.TABLES
@@ -2114,11 +2120,15 @@ GRANT SELECT ON *.* TO user_name_len_22_01234@localhost;
21142120
SELECT user,db FROM information_schema.processlist;
21152121
user db
21162122
user_name_len_22_01234 test
2123+
Warnings:
2124+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
21172125
CREATE USER очень_очень_очень_длинный_юзер__@localhost;
21182126
GRANT SELECT ON *.* TO очень_очень_очень_длинный_юзер__@localhost;
21192127
SELECT user,db FROM information_schema.processlist;
21202128
user db
21212129
очень_очень_очень_длинный_юзер__ test
2130+
Warnings:
2131+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
21222132
DROP USER user_name_len_22_01234@localhost;
21232133
DROP USER очень_очень_очень_длинный_юзер__@localhost;
21242134
set names default;

mysql-test/r/information_schema_cs.result

+10
Original file line numberDiff line numberDiff line change
@@ -1490,13 +1490,17 @@ grant select on *.* to user3148@localhost;
14901490
select user,db from information_schema.processlist;
14911491
user db
14921492
user3148 test
1493+
Warnings:
1494+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
14931495
drop user user3148@localhost;
14941496
DROP TABLE IF EXISTS server_status;
14951497
DROP EVENT IF EXISTS event_status;
14961498
SELECT COUNT(*) = 1 FROM information_schema.processlist
14971499
WHERE user = 'event_scheduler' AND command = 'Daemon';
14981500
COUNT(*) = 1
14991501
1
1502+
Warnings:
1503+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
15001504
CREATE EVENT event_status
15011505
ON SCHEDULE AT NOW()
15021506
ON COMPLETION NOT PRESERVE
@@ -1678,6 +1682,8 @@ SET TIMESTAMP=@@TIMESTAMP + 10000000;
16781682
SELECT 'OK' AS TEST_RESULT FROM INFORMATION_SCHEMA.PROCESSLIST WHERE time < 0;
16791683
TEST_RESULT
16801684
OK
1685+
Warnings:
1686+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
16811687
SET TIMESTAMP=DEFAULT;
16821688
#
16831689
# Bug #50276: Security flaw in INFORMATION_SCHEMA.TABLES
@@ -2114,11 +2120,15 @@ GRANT SELECT ON *.* TO user_name_len_22_01234@localhost;
21142120
SELECT user,db FROM information_schema.processlist;
21152121
user db
21162122
user_name_len_22_01234 test
2123+
Warnings:
2124+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
21172125
CREATE USER очень_очень_очень_длинный_юзер__@localhost;
21182126
GRANT SELECT ON *.* TO очень_очень_очень_длинный_юзер__@localhost;
21192127
SELECT user,db FROM information_schema.processlist;
21202128
user db
21212129
очень_очень_очень_длинный_юзер__ test
2130+
Warnings:
2131+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
21222132
DROP USER user_name_len_22_01234@localhost;
21232133
DROP USER очень_очень_очень_длинный_юзер__@localhost;
21242134
set names default;

mysql-test/r/lock_backup.result

+4
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,17 @@ connection con1;
5151
SELECT info, state FROM INFORMATION_SCHEMA.PROCESSLIST WHERE id = default_con_id;
5252
info state
5353
CREATE TABLE t2 (a INT) Waiting for backup lock
54+
Warnings:
55+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
5456
UNLOCK INSTANCE;
5557
connection con2;
5658
# Show that default connection is still waiting until Backup Lock be released
5759
# by connection con2
5860
SELECT info, state FROM INFORMATION_SCHEMA.PROCESSLIST WHERE id = default_con_id;
5961
info state
6062
CREATE TABLE t2 (a INT) Waiting for backup lock
63+
Warnings:
64+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
6165
UNLOCK INSTANCE;
6266
# Waiting until connection default acquire Backup Lock and resume execution
6367
connection default;

mysql-test/r/locking_service.result

+4
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ SELECT COUNT(*) = 1 AS expect_1 FROM information_schema.processlist
153153
WHERE state = 'Waiting for locking service lock';
154154
expect_1
155155
1
156+
Warnings:
157+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
156158
# Per performance_schema one current wait for getting a service lock
157159
SELECT OBJECT_SCHEMA, OBJECT_NAME, OBJECT_TYPE, OPERATION
158160
FROM performance_schema.events_waits_current
@@ -172,6 +174,8 @@ SELECT COUNT(*) = 0 AS expect_1 FROM information_schema.processlist
172174
WHERE state = 'Waiting for locking service lock';
173175
expect_1
174176
1
177+
Warnings:
178+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
175179
# performance_schema keeps the last monitored wait for
176180
# service lock even if no current wait
177181
SELECT COUNT(*) = 1 AS expect_1 FROM performance_schema.events_waits_current

mysql-test/r/myisam_debug.result

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ SELECT ID FROM INFORMATION_SCHEMA.PROCESSLIST
3939
WHERE STATE = 'wait_in_enable_indexes' AND
4040
INFO = "INSERT INTO t1(id) SELECT id FROM t2"
4141
INTO @thread_id;
42+
Warnings:
43+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
4244
KILL QUERY @thread_id;
4345
CHECK TABLE t1;
4446
Table Op Msg_type Msg_text

mysql-test/r/mysqlbinlog_raw_mode.result

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ SELECT ((@id := id) - id) from information_schema.processlist where processlist.
293293
0
294294
Warnings:
295295
Warning 1287 Setting user variables within expressions is deprecated and will be removed in a future release. Consider alternatives: 'SET variable=expression, ...', or 'SELECT expression(s) INTO variables(s)'.
296+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
296297
kill @id;
297298
DROP TABLE raw_mode_exit;
298299
End of tests

mysql-test/r/openssl_1.result

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ SELECT COUNT(*) = 1 FROM information_schema.processlist
7272
WHERE user = 'event_scheduler' AND command = 'Daemon';
7373
COUNT(*) = 1
7474
1
75+
Warnings:
76+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
7577
CREATE EVENT event_status
7678
ON SCHEDULE AT NOW()
7779
ON COMPLETION NOT PRESERVE

mysql-test/r/rename_sync.result

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ connection default;
1414
# kill the query.
1515
SET DEBUG_SYNC= 'now WAIT_FOR before_store';
1616
SELECT ID FROM INFORMATION_SCHEMA.PROCESSLIST WHERE INFO LIKE "RENAME TABLE%" INTO @thread_id;
17+
Warnings:
18+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
1719
KILL QUERY @thread_id;
1820
SET DEBUG_SYNC= 'now SIGNAL cont';
1921
connection con1;

mysql-test/r/server_offline_1.result

+14
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ connection default;
1212
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
1313
COUNT(USER)
1414
5
15+
Warnings:
16+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
1517
SHOW STATUS LIKE 'threads_connected';
1618
Variable_name Value
1719
Threads_connected 4
1820
SET GLOBAL offline_mode = ON;
1921
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
2022
COUNT(USER)
2123
2
24+
Warnings:
25+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
2226
SHOW STATUS LIKE 'threads_connected';
2327
Variable_name Value
2428
Threads_connected 1
@@ -28,6 +32,8 @@ connection default;
2832
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
2933
COUNT(USER)
3034
2
35+
Warnings:
36+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
3137
SHOW STATUS LIKE 'threads_connected';
3238
Variable_name Value
3339
Threads_connected 1
@@ -36,6 +42,8 @@ connect conu4,localhost,root;
3642
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
3743
COUNT(USER)
3844
3
45+
Warnings:
46+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
3947
SHOW STATUS LIKE 'threads_connected';
4048
Variable_name Value
4149
Threads_connected 2
@@ -44,6 +52,8 @@ SET GLOBAL offline_mode = OFF;
4452
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
4553
COUNT(USER)
4654
3
55+
Warnings:
56+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
4757
SHOW STATUS LIKE 'threads_connected';
4858
Variable_name Value
4959
Threads_connected 2
@@ -60,13 +70,17 @@ SELECT @user_count;
6070
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
6171
COUNT(USER)
6272
6
73+
Warnings:
74+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
6375
SHOW STATUS LIKE 'threads_connected';
6476
Variable_name Value
6577
Threads_connected 5
6678
SET GLOBAL offline_mode = ON;
6779
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
6880
COUNT(USER)
6981
3
82+
Warnings:
83+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
7084
SHOW STATUS LIKE 'threads_connected';
7185
Variable_name Value
7286
Threads_connected 2

mysql-test/r/server_offline_2.result

+8
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ connection default;
1111
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
1212
COUNT(USER)
1313
5
14+
Warnings:
15+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
1416
SHOW STATUS LIKE 'threads_connected';
1517
Variable_name Value
1618
Threads_connected 4
1719
SET GLOBAL offline_mode = ON;
1820
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
1921
COUNT(USER)
2022
2
23+
Warnings:
24+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
2125
SHOW STATUS LIKE 'threads_connected';
2226
Variable_name Value
2327
Threads_connected 1
@@ -29,13 +33,17 @@ connect(root,localhost,root)
2933
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
3034
COUNT(USER)
3135
2
36+
Warnings:
37+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
3238
connect(default,localhost,root)
3339
SHOW VARIABLES LIKE '%offline_mode%';
3440
Variable_name Value
3541
offline_mode ON
3642
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
3743
COUNT(USER)
3844
3
45+
Warnings:
46+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
3947
SHOW STATUS LIKE 'threads_connected';
4048
Variable_name Value
4149
Threads_connected 2

mysql-test/r/server_offline_3.result

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ SET GLOBAL offline_mode = ON;
1313
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
1414
COUNT(USER)
1515
2
16+
Warnings:
17+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
1618
SET GLOBAL offline_mode = OFF;
1719
disconnect conu1;
1820
connect conu1,localhost,user1;
@@ -25,6 +27,8 @@ SET GLOBAL offline_mode = ON;
2527
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
2628
COUNT(USER)
2729
2
30+
Warnings:
31+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
2832
disconnect conu1;
2933
DROP USER 'user1'@'localhost';
3034
# Restoring the original values.

mysql-test/r/server_offline_3_myisam.result

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ SET GLOBAL offline_mode = ON;
2020
SELECT COUNT(USER) FROM INFORMATION_SCHEMA.PROCESSLIST;
2121
COUNT(USER)
2222
2
23+
Warnings:
24+
Warning 1287 'INFORMATION_SCHEMA.PROCESSLIST' is deprecated and will be removed in a future release. Please use performance_schema.processlist instead
2325
disconnect conu2;
2426
DROP USER 'user2'@'localhost';
2527
# Restoring the original values.

0 commit comments

Comments
 (0)