## this is a test of bulk-insert code#--disable_warningsdroptableifexistst1;--enable_warningsCREATETABLEt1(aint,unique(a),bintnotnull,unique(b),cintnotnull,index(c));replaceintot1values(1,1,1),(2,2,2),(3,1,3);select*fromt1;checktablet1;droptablet1;# End of 4.1 tests