2006-12-14 23:51:37 +01:00
|
|
|
DROP TABLE IF EXISTS t1;
|
|
|
|
drop view if exists v1;
|
2006-06-05 05:16:08 +02:00
|
|
|
drop database if exists client_test_db;
|
2005-10-18 11:25:03 +02:00
|
|
|
mysql.columns_priv OK
|
|
|
|
mysql.db OK
|
2006-01-11 12:49:56 +01:00
|
|
|
mysql.event OK
|
2005-10-18 11:25:03 +02:00
|
|
|
mysql.func OK
|
2006-01-19 03:56:06 +01:00
|
|
|
mysql.general_log
|
|
|
|
note : The storage engine for the table doesn't support optimize
|
2005-10-18 11:25:03 +02:00
|
|
|
mysql.help_category OK
|
|
|
|
mysql.help_keyword OK
|
|
|
|
mysql.help_relation OK
|
|
|
|
mysql.help_topic OK
|
|
|
|
mysql.host OK
|
2006-12-01 15:49:07 +01:00
|
|
|
mysql.ndb_binlog_index OK
|
2005-11-06 13:13:06 +01:00
|
|
|
mysql.plugin OK
|
2005-10-18 11:25:03 +02:00
|
|
|
mysql.proc OK
|
|
|
|
mysql.procs_priv OK
|
2006-12-09 04:19:51 +01:00
|
|
|
mysql.servers OK
|
2006-01-19 03:56:06 +01:00
|
|
|
mysql.slow_log
|
|
|
|
note : The storage engine for the table doesn't support optimize
|
2005-10-18 11:25:03 +02:00
|
|
|
mysql.tables_priv OK
|
|
|
|
mysql.time_zone OK
|
|
|
|
mysql.time_zone_leap_second OK
|
|
|
|
mysql.time_zone_name OK
|
|
|
|
mysql.time_zone_transition OK
|
|
|
|
mysql.time_zone_transition_type OK
|
|
|
|
mysql.user OK
|
|
|
|
mysql.columns_priv OK
|
|
|
|
mysql.db OK
|
2006-01-11 12:49:56 +01:00
|
|
|
mysql.event OK
|
2005-10-18 11:25:03 +02:00
|
|
|
mysql.func OK
|
2006-01-19 03:56:06 +01:00
|
|
|
mysql.general_log
|
|
|
|
note : The storage engine for the table doesn't support optimize
|
2005-10-18 11:25:03 +02:00
|
|
|
mysql.help_category OK
|
|
|
|
mysql.help_keyword OK
|
|
|
|
mysql.help_relation OK
|
|
|
|
mysql.help_topic OK
|
|
|
|
mysql.host OK
|
2006-12-01 15:49:07 +01:00
|
|
|
mysql.ndb_binlog_index OK
|
2005-11-06 13:13:06 +01:00
|
|
|
mysql.plugin OK
|
2005-10-18 11:25:03 +02:00
|
|
|
mysql.proc OK
|
|
|
|
mysql.procs_priv OK
|
2006-12-09 04:19:51 +01:00
|
|
|
mysql.servers OK
|
2006-01-19 03:56:06 +01:00
|
|
|
mysql.slow_log
|
|
|
|
note : The storage engine for the table doesn't support optimize
|
2005-10-18 11:25:03 +02:00
|
|
|
mysql.tables_priv OK
|
|
|
|
mysql.time_zone OK
|
|
|
|
mysql.time_zone_leap_second OK
|
|
|
|
mysql.time_zone_name OK
|
|
|
|
mysql.time_zone_transition OK
|
|
|
|
mysql.time_zone_transition_type OK
|
|
|
|
mysql.user OK
|
2006-07-24 22:31:20 +02:00
|
|
|
create table t1 (a int);
|
|
|
|
create view v1 as select * from t1;
|
|
|
|
test.t1 OK
|
|
|
|
test.t1 OK
|
|
|
|
drop view v1;
|
|
|
|
drop table t1;
|
|
|
|
End of 5.0 tests
|