~drizzle-trunk/drizzle/development

1039.3.18 by Stewart Smith
add result file for createdb INFORMATION_SCHEMA test
1
CREATE DATABASE INFORMATION_SCHEMA;
2
ERROR HY000: Can't create database 'information_schema'; database exists
3
CREATE SCHEMA INFORMATION_SCHEMA;
4
ERROR HY000: Can't create database 'information_schema'; database exists