Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Cannot Reproduce
-
10.1.12, 10.1.13
-
Arch linux 4.5.0-1 , deepin terminal ,gnome terminal ,x64
Description
When you are using mariadb client for long time you will find that after pressing up key
something like this happens
MariaDB [backup1]> MariaDB [backup1abc);
|
|
MariaDB [employees]> MariaDBdistinct salary[employees]> select * from salaries;
|
|
MariaDB [unique_index]> create table a1 (xyz blob , abc char(20) as(left(xyz,20)) persistent );MariaDB [unique_index]> create table a1 (xyz blob , abc as(left(xyz,20)) persist
|
it is like previous query and maridb[db_name] show up in current query. it happens quite rarely.