Comment 2 for bug 771572

Revision history for this message
Joe Daly (skinny.moey) wrote :

it looks like the new custom database options can not be used together

drizzle> CREATE SCHEMA `test11` DEFINER 'jdaly';
Query OK, 1 row affected (0.001072 sec)

drizzle> CREATE SCHEMA `test12` DEFINER 'jdaly' REPLICATE = FALSE;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near 'REPLICATE = FALSE' at line 1
drizzle>