create database if not exists bulkload_features; use bulkload_features; drop table if exists autoinc restrict; drop table if exists enclosedby restrict; drop table if exists saturation restrict; drop table if exists bug3801 restrict; drop table if exists bug3810 restrict; drop table if exists part restrict; drop table if exists simple restrict; drop table if exists bug4231 restrict; drop table if exists selectIntoImport restrict; drop table if exists bug2828notnull restrict; drop table if exists misc restrict; drop table if exists misc2 restrict; drop table if exists bug4171a restrict; drop table if exists bug4171b restrict; drop table if exists bug4089enclosedcharbadfile restrict; drop table if exists bug4916enclosedbdry restrict; drop table if exists bug4342 restrict; drop table if exists bug4342_m3 restrict; drop table if exists binarysigned restrict; drop table if exists binaryunsigned restrict; drop table if exists binarychar restrict; drop table if exists bug4379 restrict;