You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql> select name from scripts;
+---------------+
| name |
+---------------+
| system_status |
+---------------+
1 row in set (0.01 sec)
mysql> delete from scripts where name = 'system_status';
ERROR 1815 (HY000): Invalid request to region 4402341478400(1025, 0), reason: missing column script
What did you expect to see?
Delete script OK
What did you see instead?
mysql> select name from scripts;
+---------------+
| name |
+---------------+
| system_status |
+---------------+
1 row in set (0.01 sec)
mysql> delete from scripts where name = 'system_status';
ERROR 1815 (HY000): Invalid request to region 4402341478400(1025, 0), reason: missing column script
What operating system did you use?
macOS
Relevant log output and stack trace
No response
The text was updated successfully, but these errors were encountered:
What type of bug is this?
Incorrect result
What subsystems are affected?
Frontend, Datanode
Minimal reproduce step
What did you expect to see?
Delete script OK
What did you see instead?
What operating system did you use?
macOS
Relevant log output and stack trace
No response
The text was updated successfully, but these errors were encountered: