-
***SEVERITY**:*: Major
***DESCRIPTION:***
The field “password” on “Add users” page allows save an empty password
***REQUIREMENTS:***
- Browser (Chrome version 87 or higher )
- Access to https:/…
-
Given how CodeMirror is used in many different applications, including closed-source ones, I believe adding a `:version` command would simplify hunting down bugs in the wild. Currently, there is no wa…
-
*TITLE:* the button of “Edit Users” is not present in the menu section
*SEVERITY:* Major
*DESCRIPTION:*
When you NEED to go to the "Edit users" page, this option is not present in the menu section
…
-
**Describe the bug:**
- When user have unsaved timeline then the alerts flyout doesn't close on navigation to other pages.
**Kibana/Elasticsearch Stack version**
```
VERSION: 8.14.0
BUILD: 73…
-
## Bug Report
### 1. What did you do?
```
mysql> desc view_3;
+---------------+--------------+------+------+---------+----------------+
| Field | Type | Null | Key | Default …
-
### 1. What did you do?
- prepare a `topology.yaml` with internal IPs
- deploy the cluster on cloud with `tiup`
- visit dashboard with PD's **public** IP address
- in the `Overview` tab, click `…
-
### 1. What did you do?
- deploy a cluster on Aliyun with tiup
- visit PD's dashboard -- cluster info -- hosts
### 2. What did you expect to see?
TiFlash's memory usage is correct
### 3. …
-
## Bug Report
### 1. What did you do?
````
FLUSH TABLES;
DROP TABLE IF EXISTS t1, t2;
CREATE TABLE t1 ( a VARCHAR(255), b INT, INDEX (a,b) ) ENGINE=MyISAM;
CREATE TABLE t2 LIKE t1;
INSERT…
-
## Bug Report
### 1. What did you do?
````
drop table if exists t1, t2;
create table t1 (a int, b int);
create table t2 (m int, n int);
insert into t1 values (2,2), (2,2), (3,3), (3,3), (3…
-
## Bug Report
### 1. What did you do?
MySQL supports the ability to seed the insert_id which is used by `auto_increment`. This feature was historically used by statement-based replication to gua…