Bug report

cbk882's profile image cbk882 posted 9 years ago in General Permalink
Hi folks,
I found a bug when I delete two databases. After the second database is deleted, he does this and crashes:

SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema`.`SCHEMATA` WHERE `SCHEMA_NAME`='';
SHOW TABLE STATUS FROM ``;
/* SQL Fehler (1102): Incorrect database name '' */
SHOW FUNCTION STATUS WHERE `Db`='';
SHOW PROCEDURE STATUS WHERE `Db`='';
SHOW TRIGGERS FROM ``;
/* SQL Fehler (1102): Incorrect database name '' */
SHOW EVENTS FROM ``;
/* SQL Fehler (1102): Incorrect database name '' */


Seems to me, as if he wants to show the last opened database, but it's not there any more.

Can you repoduce the error?

Have a nice day,
Chris
cbk882's profile image cbk882 posted 9 years ago Permalink
Found a workaround. First after starting the program, I have to select a database, I dont want to delete, then, before deleting, I have to select (leftclick) the database, I want to delete (If I do the rightclick - delete right away, it crashes.

Please login to leave a reply, or register at first.