You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-17 09:41:06 +03:00
28 lines
997 B
SQL
28 lines
997 B
SQL
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;
|
|
|