46
46
schema.set_name(argv[1]);
48
47
schema.mutable_engine()->set_name("filesystem");
49
48
schema.set_creation_timestamp(time(NULL));
50
49
schema.set_update_timestamp(time(NULL));
51
50
schema.set_collation("utf8_general_ci");
55
52
fstream output(file_name.c_str(), ios::out | ios::trunc | ios::binary);