mariadb/mysql-test/suite/maria/r/maria-big2.result
Michael Widenius a8fdaa6f2c Merge with base MySQL 5.1
Contains fixes for test cases
Changed release tag to beta

configure.in:
  change release tag to beta
2009-02-15 12:58:34 +02:00

9 lines
302 B
Text

create table t2(id int,a varchar(255),b varchar(255),key(a))engine=maria row_format=dynamic transactional=0;
Table Op Msg_type Msg_text
test.t2 check status OK
Table Op Msg_type Msg_text
test.t2 check status OK
check table t2 extended;
Table Op Msg_type Msg_text
test.t2 check status OK
drop table t2;