Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions mysql-test/suite/plugins/t/unix_socket.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ eval grant select on test.* to '$USER';
--let $replace2=$USER@%
--replace_result $replace1 "USER@localhost" $replace2 "USER@%"
select user(), current_user(), database();
# Enforce the cleanup so the next execution of in DROP USER
# doesn't see this connection active.
--ping
EOF

--echo #
Expand Down
Loading