Drizzled Public API Documentation

schema.inc
00001 # 
00002 # Test CREATE SCHEMA, DROP SCHEMA, ALTER SCHEMA
00003 # and the replication stream
00004 #
00005 
00006 --disable_warnings
00007 DROP SCHEMA IF EXISTS my_new_schema;
00008 --enable_warnings
00009 
00010 CREATE SCHEMA my_new_warnings;
00011 
00012 DROP SCHEMA my_new_warnings;