## Simple test for the example storage engine# Taken fromm the select test#--sourceinclude/have_exampledb.inc--disable_warningsdroptableifexistst1;--enable_warningsCREATETABLEt1(Periodsmallint(4)unsignedzerofillDEFAULT'0000'NOTNULL,Varor_periodsmallint(4)unsignedDEFAULT'0'NOTNULL)ENGINE=example;droptablet1;