1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Merging 5.1 main into 5.1-rpl.

This commit is contained in:
Mats Kindahl
2008-10-06 10:27:36 +02:00
81 changed files with 12912 additions and 2217 deletions

View File

@@ -7,7 +7,7 @@ start slave;
include/stop_slave.inc
reset master;
reset slave;
reset master;
start slave;
create table t1(n int not null auto_increment primary key)ENGINE=MyISAM;
insert into t1 values (NULL);
drop table t1;