~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
# 
# Simple test of the serial event log for CREATE DATABASE and
# DROP DATABASE  
# 
# Create a database then drop a database 
# 
# We then use the transaction_reader in drizzled/message/ to read the events.
#

# CREATE DATABASE 
CREATE DATABASE test1;
DROP DATABASE test1;