matrixone icon indicating copy to clipboard operation
matrixone copied to clipboard

[Bug]: create if not exists user1,user2,user3... part of users not exists create failed

Open heni02 opened this issue 3 years ago • 2 comments

Is there an existing issue for the same bug?

  • [X] I have checked the existing issues.

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:

Actual Behavior

create user if not exists revoke_user_1 identified by '12345678',revoke_user_2 identified by '12345678',revoke_user_3 identified by '12345678',revoke_user_4 identified by '12345678',revoke_user_5 identified by '12345678'; create user if not exists revoke_user_1 identified by '12345678',revoke_user_2 identified by '12345678',revoke_user_3 identified by '12345678',revoke_user_4 identified by '12345678',revoke_user_5 identified by '12345678',revoke_user_6 identified by '12345678'; select * from mo_user; image create role is same error image

Expected Behavior

No response

Steps to Reproduce

No response

Additional information

No response

heni02 avatar Sep 28 '22 09:09 heni02

it was fixed in the local. the code has not been submitted.

daviszhen avatar Oct 06 '22 12:10 daviszhen

if was fixed at #5587

daviszhen avatar Oct 13 '22 03:10 daviszhen

confirm,closed image

heni02 avatar Oct 20 '22 02:10 heni02