Skip to content

Commit 07b9fc6

Browse files
ram1048dahlerlend
authored andcommitted
WL#16940 Log resources at startup [post-push test-fix]
Description: Updated the stale error code to correct one in the test file and re-recorded the result file. Change-Id: I577ac872b5eabe6acec245592966f4f727d63cec
1 parent 1e8a768 commit 07b9fc6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mysql-test/suite/perfschema/r/error_log.result

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ ORDER BY logged, error_code;
9898
prio error_code subsystem
9999
System MY-015015 Server
100100
System MY-010116 Server
101-
System MY-015569 Server
102-
System MY-015569 Server
101+
System MY-015590 Server
102+
System MY-015590 Server
103103
Warning MY-010075 Server
104104
System MY-013576 InnoDB
105105
Note MY-012944 InnoDB
@@ -163,7 +163,7 @@ AND prio!="Note"
163163
"MY-000067", "MY-010159", "MY-013595", "MY-013602",
164164
"MY-010108", "MY-012363", "MY-013711", "MY-013908",
165165
"MY-013930", "MY-000068", "MY-015015", "MY-010101",
166-
"MY-010099", "MY-011070", "MY-015569")
166+
"MY-010099", "MY-011070", "MY-015590")
167167
ORDER BY logged;
168168
prio error_code subsystem data
169169
System MY-013576 InnoDB InnoDB initialization has started.

mysql-test/suite/perfschema/t/error_log.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ SELECT prio,error_code,subsystem
182182
# MY-010099: ER_SEC_FILE_PRIV_DIRECTORY_INSECURE
183183
# MY-010101: ER_SEC_FILE_PRIV_DIRECTORY_PERMISSIONS
184184
# MY-011070: ER_DEPRECATE_MSG_NO_REPLACEMENT
185-
# MY-015569: ER_SERVER_STARTING_WITH_RESOURCE, emits vcpus count and memory which varies with system
185+
# MY-015590: ER_SERVER_STARTING_WITH_RESOURCE, emits vcpus count and memory which varies with system
186186
SELECT prio,error_code,subsystem,data
187187
FROM performance_schema.error_log
188188
WHERE logged>=@startup
@@ -192,7 +192,7 @@ SELECT prio,error_code,subsystem,data
192192
"MY-000067", "MY-010159", "MY-013595", "MY-013602",
193193
"MY-010108", "MY-012363", "MY-013711", "MY-013908",
194194
"MY-013930", "MY-000068", "MY-015015", "MY-010101",
195-
"MY-010099", "MY-011070", "MY-015569")
195+
"MY-010099", "MY-011070", "MY-015590")
196196
ORDER BY logged;
197197

198198
--echo

0 commit comments

Comments
 (0)