Bug #6540 | error on delete of ARCHIVE engine type table | ||
---|---|---|---|
Submitted: | 10 Nov 2004 8:15 | Modified: | 11 Nov 2004 23:19 |
Reporter: | Alexey Zilber | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Administrator | Severity: | S1 (Critical) |
Version: | 4.1.7 | OS: | Linux (Linux) |
Assigned to: | CPU Architecture: | Any |
[10 Nov 2004 8:15]
Alexey Zilber
[11 Nov 2004 4:15]
MySQL Verification Team
I wasn't able to repeat: miguel@hegel:~/dbs/4.1$ bin/mysqladmin create crap -uroot miguel@hegel:~/dbs/4.1$ bin/mysql crap < viewers.sql -uroot miguel@hegel:~/dbs/4.1$ bin/mysqladmin drop crap -uroot Dropping the database is potentially a very bad thing to do. Any data stored in the database will be destroyed. Do you really want to drop the 'crap' database [y/N] y Database "crap" dropped
[11 Nov 2004 17:53]
MySQL Verification Team
Sorry I will test it again enabling ARCHIVE table.
[11 Nov 2004 23:19]
MySQL Verification Team
miguel@hegel:~/dbs/4.1$ bin/mysql -e "show variables like '%have_archive%'" -uroot +---------------+-------+ | Variable_name | Value | +---------------+-------+ | have_archive | YES | +---------------+-------+ miguel@hegel:~/dbs/4.1$ bin/mysqladmin create crap -uroot miguel@hegel:~/dbs/4.1$ bin/mysql crap < viewers.sql -uroot miguel@hegel:~/dbs/4.1$ bin/mysqladmin drop crap -uroot Dropping the database is potentially a very bad thing to do. Any data stored in the database will be destroyed. Do you really want to drop the 'crap' database [y/N] y Database "crap" dropped miguel@hegel:~/dbs/4.1$